From ai-devkit
Updates planning docs with current implementation progress: reconciles tasks, marks statuses, generates grouped checklists (Done/In Progress/Blocked/New), summary, and next steps.
npx claudepluginhub codeaholicguy/ai-devkitHelp me reconcile current implementation progress with the planning documentation.
1. **Gather Context** — If not already provided, ask for: feature/branch name and brief status, tasks completed since last update, new tasks discovered, current blockers or risks, and planning doc path (default `docs/ai/planning/feature-{name}.md`).
2. **Use Memory for Context** — Search memory for prior decisions that affect priorities/scope: `npx ai-devkit@latest memory search --query "<feature planning updates>"`.
3. **Review & Reconcile** — Summarize existing milestones, task breakdowns, and dependencies.../scratchpadCreates or updates `roadmap/scratchpad_[branch].md` with goal, plan, state, next steps, context, branch info. Tracks progress, blockers, dependencies.
/iterate_planUpdates an existing implementation plan file based on user feedback, reading the plan, researching codebase with agents if needed, and iterating structure.
/planCreates and maintains a structured PLAN.md for project task tracking with phases, dependencies, progress, and blockers. Supports status checks and completion updates via arguments.
/iterate_planIterates on existing implementation plan files based on user feedback, reading plans, researching codebase via sub-agents, and producing updates.
/iterate_planUpdates an existing implementation plan file with specified changes, researching the codebase if needed using specialized tools, and producing a revised plan.
Share bugs, ideas, or general feedback.
Help me reconcile current implementation progress with the planning documentation.
docs/ai/planning/feature-{name}.md).npx ai-devkit@latest memory search --query "<feature planning updates>".npx ai-devkit@latest memory store ..../execute-plan for remaining work. When all implementation tasks are complete, run /check-implementation.