Implement Spec

Coordinate multi-agent spec-workflow tasks with parallelism, dependencies and QA checkpoints.

40|11|Updated Aug 15, 2025
One-click install
npx skills add https://github.com/Uniswap/ai-toolkit --skill implement-spec-uniswap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Implement Spec
Source: https://github.com/Uniswap/ai-toolkit/tree/main/packages/plugins/spec-workflow/skills/implement-spec
Command: npx skills add https://github.com/Uniswap/ai-toolkit --skill implement-spec-uniswap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end spec-workflow task implementation by coordinating specialized agents, parallel execution, and quality gates to reduce manual coordination and delivery time.

Core Features & Use Cases

  • Load and contextualize spec documents from .spec-workflow/specs/
  • Coordinate multi-agent execution with dependencies, parallelism, and failure handling
  • Generate execution plans and QA checkpoints to ensure task completeness and traceability
  • Support integration with mcp__spec-workflow__get-spec-context and mcp__spec-workflow__manage-tasks for real-time spec context and task status

Quick Start

Provide a spec name and tasks to implement; the skill will load the spec context, determine dependencies, and orchestrate agent execution.

Frequently Asked Questions about Implement Spec

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multi-agent execution for spec-workflow tasks in Claude Code?

Spec-workflow task implementation is orchestrated by loading spec context via mcp__spec-workflow__get-spec-context, determining dependencies, and coordinating specialized agents across planning, implementation, and validation phases with parallel execution and quality gates.

How does spec-workflow orchestrate parallel agent execution and handle failures?

Spec-workflow orchestration generates execution plans with dependencies and parallelism, coordinating specialized agents across planning, implementation, and validation phases. It includes quality gates and failure handling to ensure task completeness and traceability throughout the execution lifecycle.

Can I use mcp__spec-workflow__manage-tasks to track real-time task status during agent execution?

Yes, spec-workflow task management supports integration with mcp__spec-workflow__manage-tasks for real-time task status tracking. It also uses mcp__spec-workflow__get-spec-context to load and contextualize spec documents from .spec-workflow/specs/ during coordinated agent activity.

Do I need existing spec documents in .spec-workflow/specs/ before orchestrating agent tasks?

Spec-workflow orchestration requires existing spec documents in .spec-workflow/specs/ and associated tasks. You provide a spec name and tasks to implement so the skill can load spec context, determine dependencies, and orchestrate agent execution across phases.

What is the best way to reduce manual coordination time when implementing spec tasks across multiple agents?

Orchestrating end-to-end spec-workflow task implementation reduces manual coordination and delivery time by coordinating specialized agents, parallel execution, and quality gates. It generates execution plans and QA checkpoints to ensure task completeness and traceability automatically.