← スキル一覧に戻る

implement-plan
by richardgill
⭐ 30🍴 1📅 2026年1月21日
SKILL.md
name: implement-plan description: | Implement technical plans phase-by-phase with verification checkpoints. Triggers: "implement this plan", "implement the plan", "execute this plan file", "work on the plan", "continue the plan", "pick up where we left off". Executes phases with success criteria checks, pauses for manual verification. Not for creating plans (use creating-plans) or batch execution (use executing-plans).
Implementing Plans
Implement technical plans with verification - executes phases with success criteria checks, pausing for manual verification between phases.
Workflow
1. Read and Understand the Plan
- Read the entire plan file using the "issues skill".
- Understand the scope, phases, and verification requirements
- Check if there are any prerequisites or blockers
2. Pre-Implementation Review
- Immediately add items to your todo list:
- "Review implementation with code-reviewer and ask the Skill(oracle) for a code review in parallel"
- Consolidate reviews and fix all issues with the reviews
3. Execute Each Phase
For each phase in a sub task (sequential):
- Read the phase requirements carefully
- Implement the changes
- Run
local-ci.sh+ other verification steps in plan and fix: until they all succeed - Check off completed items in the plan file itself use the Skill(issues)
5. Completion
When all phases are complete:
- Run
local-ci.shagain - Summarize all changes made
- Note any follow-up items
Key Principles
- Phase by phase - Complete one phase fully before starting the next use a Sub Task() for each phase (run sequentially)
- Verify continuously - Run tests after each significant change
- Pause for humans - Don't skip manual verification steps
- Track progress - Update the plan file as you go
- Handle failures gracefully - Stop, fix, verify, continue
Extra instructions: $ARGUMENTS
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です