Skip to content

improvement: add disable-model-invocation to all 13 conductor skills #446

@Luis85

Description

@Luis85

Context

Part of the plugin audit in #444 (§4, R3). Zero of 37 skills currently declare disable-model-invocation: true. The 13 conductor skills are always invoked explicitly (e.g. /orchestrate, /issue:tackle) — they should never auto-trigger on casual keyword matches. Adding this flag also recovers each skill's description-budget slot (~100 tokens each × 13 = ~1,300 chars freed for other skills).

Affected skills (13)

discovery-sprint, orchestrate, sales-cycle, stock-taking, project-run, project-scaffolding, portfolio-track, roadmap-management, issue-breakdown, issue-draft, tackle-issue, project-review, quality-assurance

Change

Add one line to each skill's YAML frontmatter:

disable-model-invocation: true

Definition of Done

  • All 13 conductor skills have disable-model-invocation: true in frontmatter
  • No non-conductor skills are affected
  • Verify gate green

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2High / next-up, important but not blockingenhancementNew feature or requestgood first issueGood for newcomersroadmap:automation-hardeningv0.7 automation contract — registry, verify tiers, agent checks, Zod runtime validationtrack:specorator-improvementImprovement to the Specorator template itself

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions