After /rpi/plan - execute with parallel agents
Executes implementation plans by delegating tasks to parallel agents with dependency management.
/plugin marketplace add CaptainCrouton89/crouton-kit/plugin install rpi@crouton-kit<plan-path or description>Input: $ARGUMENTS
Parse the input above. It may be:
.claude/plans/{topic}.plan.md)Extract the plan reference and any implementation guidance.
Execute the implementation plan by delegating work to agents. Maximize parallelism while respecting dependencies.
Delegation strategy:
devcore:junior-engineer for well-specified, bounded tasksdevcore:programmer for tasks requiring pattern analysis or multi-file changesDependency management:
Agent prompts should include:
.claude/context/, etc)Note: agents should usually not run tests or try to validate changes—other agents may be running, and one agent that runs typechecks may falsely find errors from unrelated code.
When all tasks in the current phase are complete:
State: "Phase {N} implementation complete. Ready for code review or continue to next phase."
Do not automatically proceed to the next phase—allow the user to review first.
/rpi:implement multiple times (once per phase). Don't run it yourself—just do the first sub-plan, and tell the user to clear chat and run /rpi:implement again.