From aidd-dev
Executes a multi-phase implementation plan, spawning an implementer agent to write code and validate each phase before advancing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-dev:02-implementimplementerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run an existing technical plan to write code, validating each phase before moving on.
Run an existing technical plan to write code, validating each phase before moving on.
Spawn the implementer agent to execute this skill. For tools that do not support context: fork frontmatter: invoke the implementer agent explicitly with this skill's content as the prompt.
@actions/01-implement.md
npx claudepluginhub ai-driven-dev/frameworkExecutes implementation plans by splitting into ≤5 steps: implement, test, code review per step via subagents. Ensures clean, extensible, high-quality code.
Orchestrates phased implementation plans by deploying subagents for execution, verification, anti-pattern checks, code quality review, and commits. Use when asked to execute a plan.
Executes approved multi-phase implementation plans with verification checkpoints. Useful for step-by-step feature or fix rollouts with progress tracking.