From ai-devkit
Guides implementation phase work: executes feature plans, checks code against design, and keeps docs in sync. Use for dev-lifecycle phases 5 and 7.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-devkit:dev-implementationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run implementation work for configured AI docs features. Before changing docs or code, propose the concrete plan for this phase and wait for user approval unless the user already approved the exact phase plan.
Run implementation work for configured AI docs features. Before changing docs or code, propose the concrete plan for this phase and wait for user approval unless the user already approved the exact phase plan.
npx ai-devkit@latest lint before phase work.npx ai-devkit@latest lint --feature <name>.tdd skill while executing implementation tasks: write a failing test before production code, then make it pass.verify skill before completing tasks or making implementation alignment claims.Use for Phase 5.
npx ai-devkit@latest lint --feature <name> and work through the planning doc path it validates. If manual path resolution is unavoidable, first resolve .ai-devkit.json paths.docs, falling back to docs/ai.todo, in-progress, done, blocked.Next: after completing any task, run dev-planning Phase 6. When all tasks are done, run Check Implementation, then dev-testing and dev-review.
Use for Phase 7.
npx ai-devkit@latest lint --feature <name>.Next: dev-testing, then dev-review. If major deviations exist, return to dev-design if design is wrong or Execute Plan if implementation is wrong.
npx claudepluginhub codeaholicguy/ai-devkitGuides planning phase for creating and reconciling feature task plans using AI DevKit. Automatically triggered when creating implementation plans, updating planning docs, or marking task progress.
Executes implementation plans phase-by-phase: dispatches subagents per task, reviews once per phase with code-review skill, loads phases just-in-time, prints full outputs for transparency.
Executes approved implementation plans with checkpoint validation, progress tracking, and stakes-based enforcement. Locates plans, verifies approval, and runs verification criteria before proceeding.