What problem does it solve?
This Skill automates and enforces a disciplined implementation workflow after a plan is approved, preventing scope creep and broken commits by requiring task definition, dependency tracking, per-task code-structure updates, and mandatory validation before any commit or deployment.
Core Features & Use Cases
- Task orchestration: Break approved plans into atomic tasks using TaskCreate, declare dependencies with TaskUpdate, and organize execution into waves for parallelism and clarity.
- Commit and validation guardrails: Run tests, lint, and build locally before committing, update CODE-STRUCTURE.md in the same commit as source changes, and request permission before running migrations.
- Deployment flow: Pushes trigger Vercel Preview for user testing; supports hybrid subagent delegation for simple tasks and per-wave subagent workflows for larger stories.
- Use case: After a product manager approves a feature plan, use this Skill to create implementation tasks, execute waves safely, validate changes, and deploy a preview for user QA.
Quick Start
Use the implementer skill to execute an approved plan by creating tasks, defining dependencies, running tests and linters, updating CODE-STRUCTURE.md, and pushing the validated commit to trigger a Vercel Preview.