Help us improve
Share bugs, ideas, or general feedback.
From spec-workflow
Orchestrates multi-agent execution of spec-workflow tasks with dependency analysis, parallel execution, and quality gates. For 'implement the spec' requests or /Implement Spec invocation.
npx claudepluginhub uniswap/ai-toolkit --plugin spec-workflowHow this skill is triggered — by the user, by Claude, or both
Slash command
/spec-workflow:implement-specThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrate implementation of spec-workflow tasks using intelligent agent coordination, parallel execution, and quality gates.
Autonomously generates requirements, designs, plans tasks, and implements features via multi-agent consensus, bypassing all user reviews and prompts.
Executes specification-driven feature builds, bug fixes with test coverage, and refactoring via 4-phase workflow with multi-agent orchestration and quality gates.
Guides implementation of specification tasks with checklists, step-by-step file edits, tests, acceptance criteria validation, and progress tracking. Phase 4 of Spec Kit workflow.
Share bugs, ideas, or general feedback.
Orchestrate implementation of spec-workflow tasks using intelligent agent coordination, parallel execution, and quality gates.
.spec-workflow/specs/Parse from request:
.spec-workflow/specs/Spec Loading:
mcp__spec-workflow__get-spec-context to load spec documentsmcp__spec-workflow__manage-tasks to get task statusDependency Analysis:
If agent-orchestrator-agent is available (from development-codebase-tools plugin):
Invoke it with comprehensive context including:
The orchestrator will:
Fallback (if agent-orchestrator-agent is not available):
Execute tasks sequentially without orchestration:
For each task, coordinate:
Between task groups, apply quality checks:
Return structured results:
"Implement the user-authentication spec"
"Execute spec tasks for payment-integration"
"Run the api-refactor spec with parallel execution"
"Implement spec migration-plan --dry-run"
Primary: Invokes agent-orchestrator-agent (from development-codebase-tools plugin) with spec context, task dependencies, and execution configuration.
Fallback: If agent-orchestrator-agent is unavailable, executes tasks sequentially using direct agent invocations based on task type.