From exec_mode
Executes tasks from a specified PRP file: loads tasks, performs actions with validation and fixes for failures, verifies completion and no regressions.
npx claudepluginhub rpiplewar/shipfaster --plugin prp# Execute TASK PRP Run through a task list from an existing TASK PRP. ## PRP File: $ARGUMENTS ## Execution Process 1. **Load Tasks** - Read task list - Understand context 2. **Execute Each Task** - Perform ACTION - Run VALIDATE - Fix IF_FAIL issues 3. **Complete Checklist** - Verify all tasks done - Run final validation - Check no regressions Work through tasks sequentially, validating each.
/execute-prpExecutes a Product Requirement Plan (PRP) from the specified file path step-by-step: loads plan, ultrathinks implementation, executes coding, validates with tests, and reports completion.
/execute-prpImplements features from a PRP specification file: loads specs, plans with todos, codes mirroring references, validates/tests until complete.
/implement-specExecutes tasks.md implementation plan: runs prerequisite scripts, loads context files, parses tasks, implements phases (Setup, Tests, Core, Integration, Polish) with TDD and dependencies.
/prp-ralphStarts autonomous Ralph loop to execute PRP plan from <plan.md|prd.md> until all validations pass, with optional --max-iterations N.
/speckit-implementExecutes implementation plan by processing tasks from tasks.md: checks prerequisites and checklists status, loads context files, verifies project setup.
/just-do-itExecutes all remaining Groundwork tasks in sequence until completion, stopping on first failure. Resolves monorepo project context and shows model recommendations.
Share bugs, ideas, or general feedback.
Run through a task list from an existing TASK PRP.
Load Tasks
Execute Each Task
Complete Checklist
Work through tasks sequentially, validating each.