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-workflowThis skill is limited to using the following tools:
Orchestrate implementation of spec-workflow tasks using intelligent agent coordination, parallel execution, and quality gates.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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.