From ai-devkit
Executes feature plans interactively task by task: gathers context, loads/parses planning doc, updates task statuses, stores knowledge, syncs docs, and produces progress summaries.
npx claudepluginhub codeaholicguy/ai-devkitHelp 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 + chec.../implImplements features from session spec via plan analysis, task breakdown, iterative implementation with Codex review, commits, and doc updates.
/implement_planImplements technical plans from a specified thoughts/shared/plans path, executing phases with verification, updating checkboxes, and pausing for manual review if needed.
/execute-planDisplays deprecation notice that this command is deprecated, will be removed in next major version, and directs to use 'superpowers executing-plans' skill instead.
/execute-planInvokes orchestrator-supaconductor:executing-plans skill to execute plan tasks autonomously to completion.
/execute-planExecutes a Laravel plan in batches using the laravel:executing-plans skill exactly as written.
/execute-planNotifies user that /execute-plan is deprecated, will be removed in next major release, and directs to use 'aegis:executing-plans' skill instead.
Share bugs, ideas, or general feedback.
Help me work through a feature plan one task at a time.
user-authentication), brief feature/branch description, planning doc path (default docs/ai/planning/feature-{name}.md), and any supporting docs (design, requirements, implementation).npx ai-devkit@latest memory search --query "<feature implementation plan>".todo, in-progress, done, blocked.done, in-progress, blocked, skipped) with short notes after work, and if blocked record blocker and move to a "Blocked" list./update-planning to keep docs/ai/planning/feature-{name}.md accurate.npx ai-devkit@latest memory store ..../execute-plan until plan completion; then run /check-implementation.