Slash Command
Community

/execute-plan

Install
1
Install the plugin
$
npx claudepluginhub codeaholicguy/ai-devkit

Want 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.

  1. Gather Context — If not already provided, ask for: feature name (kebab-case, e.g., user-authentication), brief feature/branch description, planning doc path (default docs/ai/planning/feature-{name}.md), and any supporting docs (design, requirements, implementation).
  2. Use Memory for Context — Search for prior implementation notes/patterns before starting: npx ai-devkit@latest memory search --query "<feature implementation plan>".
  3. 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.
  4. 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.
  5. Update Planning Doc — After each completed or status-changed task, run /update-planning to keep docs/ai/planning/feature-{name}.md accurate.
  6. Store Reusable Knowledge — Save reusable implementation guidance/decisions with npx ai-devkit@latest memory store ....
  7. Session Summary — Produce a summary: Completed, In Progress (with next steps), Blocked (with blockers), Skipped/Deferred, and New Tasks.
  8. Next Command Guidance — Continue /execute-plan until plan completion; then run /check-implementation.
Stats
Stars966
Forks149
Last CommitFeb 27, 2026

Other plugins with /execute-plan