Install
1
Install the plugin$
npx claudepluginhub codeaholicguy/ai-devkitWant just this command?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Execute a feature plan task by task.
Command Content
Help me work through a feature plan one task at a time.
- Gather Context — If not already provided, ask for: feature name (kebab-case, e.g.,
user-authentication), brief feature/branch description, planning doc path (defaultdocs/ai/planning/feature-{name}.md), and any supporting docs (design, requirements, implementation). - Use Memory for Context — Search for prior implementation notes/patterns before starting:
npx ai-devkit@latest memory search --query "<feature implementation plan>". - Load & Present Plan — Read the planning doc and parse task lists (headings + checkboxes). Present an ordered task queue grouped by section, with status:
todo,in-progress,done,blocked. - Interactive Task Execution — For each task in order: display context and full bullet text, reference relevant design/requirements docs, offer to outline sub-steps before starting, prompt for status update (
done,in-progress,blocked,skipped) with short notes after work, and if blocked record blocker and move to a "Blocked" list. - Update Planning Doc — After each completed or status-changed task, run
/update-planningto keepdocs/ai/planning/feature-{name}.mdaccurate. - Store Reusable Knowledge — Save reusable implementation guidance/decisions with
npx ai-devkit@latest memory store .... - Session Summary — Produce a summary: Completed, In Progress (with next steps), Blocked (with blockers), Skipped/Deferred, and New Tasks.
- Next Command Guidance — Continue
/execute-planuntil plan completion; then run/check-implementation.
Stats
Stars966
Forks149
Last CommitFeb 27, 2026