Context-driven spec-driven development workflow manager. Organizes work into tracks with specs, plans, and changelogs. Provides file resolution, track state management, and workflow enforcement. Invoke with /conductor:setup, /conductor:new-track, /conductor:implement, /conductor:status, /conductor:review, or /conductor:revert.
Manages spec-driven development workflows by organizing tracks, plans, and changelogs with structured commands.
npx claudepluginhub misfitdev/claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
If a user mentions a "plan" or asks about the plan, and they have used the conductor extension in the current session, they are likely referring to the conductor/tracks.md file or one of the track plans (conductor/tracks/<track_id>/plan.md).
PROTOCOL: How to locate files. To find a file (e.g., "Product Definition") within a specific context (Project Root or a specific Track):
Identify Index: Determine the relevant index file:
conductor/index.md<track_id>.
c. Follow the link provided in the registry to locate the track's folder. The index file is <track_folder>/index.md.
d. Fallback: If the track is not yet registered (e.g., during creation) or the link is broken:
1. Resolve the Tracks Directory (via Project Context).
2. The index file is <Tracks Directory>/<track_id>/index.md.Check Index: Read the index file and look for a link with a matching or semantically similar label.
Resolve Path: If a link is found, resolve its path relative to the directory containing the index.md file.
conductor/index.md links to ./workflow.md, the full path is conductor/workflow.md.Fallback: If the index file is missing or the link is absent, use the Default Path keys below.
Verify: You MUST verify the resolved file actually exists on the disk.
Standard Default Paths (Project):
conductor/product.mdconductor/tech-stack.mdconductor/workflow.mdconductor/product-guidelines.mdconductor/tracks.mdconductor/tracks/Standard Default Paths (Track):
conductor/tracks/<track_id>/spec.mdconductor/tracks/<track_id>/plan.mdconductor/tracks/<track_id>/metadata.jsonActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.