
executing-plans
by a-ariff
🔌 Production-ready Claude Code plugin marketplace with 41 components: 21 autonomous agents, 15 power skills, 2 smart hooks, 2 custom commands. Transform Claude Code into an autonomous development powerhouse. One-line install, cross-device sync, comprehensive documentation.
SKILL.md
name: executing-plans description: Execute implementation plans in batches with review checkpoints version: 1.0.0 author: Ariff when_to_use: When a plan is ready to be implemented
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
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です

