← Back to list

execute-plan
by rstacruz
⭐ 6🍴 1📅 Jan 24, 2026
SKILL.md
name: execute-plan description: Use when executing implementation plans from planning phase to verified completion
Execute Plan
Execute implementation plans and verify completion. This skill orchestrates implementation, verification, review, and documentation.
Workflow
1. Execute the plan
- Follow the plan precisely
- Tests first: Write tests before production code when tests are in the plan. Skip if tests not planned or task is trivial.
- Use small, incremental commits
2. Verify and Review
Load and follow these specialized skills sequentially after implementation:
verify-implementation: Run preflight checks and functional verification.review-with-subagent: Perform a peer review of the changes.generate-changelog: Document the work done.
3. Summary
Provide action items requiring user attention:
Summary:
- ✅ Done: [things done]
- ✅ Tests passing
⚠️ Manual verification:
- [steps]
⚠️ Out of scope issues:
- [list]
⚠️ Roadblocks and difficulties:
- [list]
Include:
- Manual verification steps not automated
- Test/lint/type errors outside change scope
- Known issues or technical debt found
- Roadblocks and difficulties (to be used to improve documentation and future plans)
- Follow-up tasks
Omit if nothing requires attention.
When to Use
- Implementing from a plan (TDD, PRD, or informal design)
- Transitioning from planning to execution
When NOT to Use
- Exploratory work without plan
- Simple one-file changes
- Research or investigation tasks
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon