Orchestrate implementation of spec-workflow tasks. Use when user says "implement the spec", "execute spec tasks", "run the spec workflow", "implement spec-name tasks", or needs to coordinate agent execution for spec-workflow documents.
Orchestrates multi-agent task execution to implement specifications with dependency analysis and quality gates.
npx claudepluginhub uniswap/ai-toolkitThis skill is limited to using the following tools:
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.
Activates 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.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.