Coordinate multi-agent software development from requirements through verified implementation using spec-driven workflows. Use when planning features, creating technical specifications, implementing complex tasks through specialized agents, or managing spec-dev workflows (PLAN/BUILD/ITERATE).
Orchestrates multi-agent software development using spec-driven workflows with specialized agents for planning, implementation, and verification. Triggered when planning features, creating technical specifications, or managing complex development tasks through PLAN/BUILD/ITERATE workflows.
/plugin marketplace add codethread/claude-code-plugins/plugin install spec-dev@codethread-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/BUILD_WORKFLOW.mdreferences/COMMUNICATION_PROTOCOL.mdreferences/ITERATE_WORKFLOW.mdreferences/PLAN_WORKFLOW.mdreferences/PROJECT_TEMPLATE.mdreferences/SPEC_TEMPLATE.mdreferences/TECH_SPEC_TEMPLATE.mdreferences/writing-specs.mdWhen coordinating development, prioritize:
Coordinate specialized agents using the Task tool—invoked explicitly, not autonomously. Agents can be resumed once (see COMMUNICATION_PROTOCOL).
Follow COMMUNICATION_PROTOCOL for structured handoffs:
Flexible delegation without COMMUNICATION_PROTOCOL:
Check for custom agents in this repository—leverage domain-specific expertise when relevant.
Follow COMMUNICATION_PROTOCOL:
cc-logs--extract-agents <session-id>)/full/path/file.ext:line:colStandard Task tool delegation. Adapt briefing format to agent's purpose.
All specifications follow the directory-based pattern:
specs/
├── PROJECT.md # Project-wide configuration and agent instructions (optional)
└── <numerical-id>-<kebab-cased-feature>/
├── feature.md # WHAT needs to be built (FR-X, NFR-X)
├── notes.md # Technical discoveries from spike work (optional)
└── tech.md # HOW to build it (implementation tasks like AUTH-1, COMP-1, etc.)
Each phase operates independently but follows these conventions:
Optional project-wide agent instructions. Template: PROJECT_TEMPLATE.md.
Feature: FR-1/NFR-1. Tech: Component-prefixed (AUTH-1, COMP-1) linked to FR/NFR.
The following MUST be read during the PLAN workflow
PROJECT_TEMPLATE.md - Project configuration template (create at specs/PROJECT.md)SPEC_TEMPLATE.md - Feature specification templateTECH_SPEC_TEMPLATE.md - Technical specification templateNew feature? → PLAN then BUILD Continuing work? → ITERATE (routes to PLAN or BUILD)
Available workflows:
PLAN_WORKFLOW - Create and validate specificationsBUILD_WORKFLOW - Implement from validated specificationsITERATE_WORKFLOW - Assess work and route appropriatelyOrchestrate specialized agents rather than implementing directly—maintain oversight while trusting agent expertise.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.