From ai-devkit
Guides 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-devkit:dev-planningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run planning creation and reconciliation for configured AI docs features. Before changing docs, propose the concrete plan for this phase and wait for user approval unless the user already approved the exact phase plan.
Run planning creation and reconciliation for configured AI docs features. Before changing docs, 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>.lint --feature instead of assuming docs/ai.Use for Phase 4 after requirements, design, and initial testing docs exist.
npx ai-devkit@latest lint --feature <name> and identify the planning doc path it validates. If docs init-feature just ran, use the returned planning path as authoritative.Next: dev-implementation.
Use for Phase 6. Auto-trigger this phase after completing any task in dev-implementation.
npx ai-devkit@latest lint --feature <name> and reconcile the planning doc path it validates. If manual path resolution is unavoidable, first resolve .ai-devkit.json paths.docs, falling back to docs/ai.Next: if tasks remain, return to dev-implementation. If all done, run implementation verification before testing and review.
npx claudepluginhub codeaholicguy/ai-devkitGuides implementation phase work: executes feature plans, checks code against design, and keeps docs in sync. Use for dev-lifecycle phases 5 and 7.
Plans tasks or features: loads project context including monorepo checks, clarifies requirements, spawns Plan agent, persists validated plans to .groundwork-plans/.
Creates detailed technical implementation plans via interactive research, iteration, user questions, and autonomy modes (Autopilot, Critical, Verbose). Activated by /create-plan or planning requests.