Executing plans
Skill a-ariff/ariff-claude-plugins/plugins/executing-plans/skills/executing-plans
Execute implementation plans in batches with review checkpointsFrom its SKILL.md
npx -y skills add a-ariff/ariff-claude-plugins --skill executing-plansAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.1 KB, 478 tokens by cl100k_base, as published. Nobody here has run it
Executing Plans
Purpose
Execute plans in controlled batches with verification gates.
"I'm using the Executing Plans skill to implement this plan."
The Process
Load Plan → Review → Execute Batch → Report → Feedback → Next Batch
Step 1: Load & Review
- Read the plan file
- Review critically - identify concerns
- If concerns → Raise with user before starting
- Create TodoWrite for all tasks
Step 2: Execute Batch
Default batch size: 3 tasks
For each task:
- Mark as
in_progress - Follow each step exactly
- Run verifications as specified
- Mark as
completed
Step 3: Report
After each batch:
## Batch Complete
**Implemented:**
- Task 1: [summary]
- Task 2: [summary]
- Task 3: [summary]
**Verification:**
\`\`\`
[test output]
\`\`\`
Ready for feedback.
Step 4: Continue
Based on feedback:
- Apply changes if needed
- Execute next batch
- Repeat until complete
When to STOP
🛑 Stop immediately when:
- Hit a blocker (missing dependency, unclear instruction)
- Test fails unexpectedly
- Plan has gaps preventing progress
- You don't understand something
Ask for clarification. Don't guess.
Verification Rules
Before marking ANY task complete:
- Run the verification command
- Read the FULL output
- Confirm it matches expectations
- Only THEN mark complete
No "should work" or "looks good" - actual verification output.
Batch Reporting Format
### Batch N Complete
| Task | Status | Verification |
|------|--------|--------------|
| Task X | ✅ | 12/12 tests pass |
| Task Y | ✅ | Build successful |
| Task Z | ⚠️ | Needs review |
**Next batch:** Tasks A, B, C
Continue?
Completion
After all tasks:
- Run full test suite
- Verify all requirements met
- Report final status
- Hand off to
finishing-branchskill if applicable
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.