codeaholicguy/dev-planning
AI DevKit · Planning phase guidance for creating and reconciling feature task plans. Use when the user wants to create an implementation plan, update planning docs, mark task progress, capture blockers or new tasks, or run dev-lifecycle planning work.
npx skills add https://github.com/codeaholicguy/ai-devkit --skill dev-planning
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.dev-lifecycle established usable task tracing, emit planning phase, progress, blocker/scope, and next-step events per task.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.task.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.task.Next: if tasks remain, return to dev-implementation. If all done, run implementation verification before testing and review.
Take codeaholicguy/dev-planning from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.