Install
1
Install the plugin$
npx claudepluginhub codeaholicguy/ai-devkitWant just this command?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Update planning docs to reflect implementation progress.
Command Content
Help me reconcile current implementation progress with the planning documentation.
- 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). - Use Memory for Context — Search memory for prior decisions that affect priorities/scope:
npx ai-devkit@latest memory search --query "<feature planning updates>". - Review & Reconcile — Summarize existing milestones, task breakdowns, and dependencies from the planning doc. For each planned task: mark status (done / in progress / blocked / not started), note scope changes, record blockers, identify skipped or added tasks.
- Produce Updated Task List — Generate an updated checklist grouped by: Done, In Progress, Blocked, Newly Discovered Work — with short notes per task.
- Store Reusable Knowledge — If new planning conventions or risk-handling rules emerge, store them with
npx ai-devkit@latest memory store .... - Next Steps & Summary — Suggest the next 2-3 actionable tasks and prepare a summary paragraph for the planning doc.
- Next Command Guidance — Return to
/execute-planfor remaining work. When all implementation tasks are complete, run/check-implementation.
Stats
Stars970
Forks149
Last CommitFeb 27, 2026