← Back to list

phase-execution-controller
by UBAIDRAZA1
Hackathon ll phase 2 Full-Stack Todo Web Application
⭐ 0🍴 0📅 Jan 5, 2026
SKILL.md
name: phase-execution-controller description: Executes completed phases, validates runtime behavior, and controls safe transition to the next phase.
Phase Execution & Transition Controller
Purpose
This skill ensures phases are not just written, but actually executed and validated before moving forward.
Mandatory Flow After Phase Completion
- Run the phase implementation
- Validate expected behavior
- Report execution results
- Ask for explicit approval before moving to the next phase
Execution Rules
If Phase is Runnable (CLI / App / Service)
- Execute using appropriate command
- Capture output and errors
- Validate against spec acceptance criteria
If Execution Passes
- Mark phase as ✅ VERIFIED
- Ask user: "Phase verified successfully. Move to next phase?"
If Execution Fails
- Report failure clearly
- Propose fixes via spec updates
- Never advance phase without passing execution
Safety Rules
- Never auto-advance phases
- Explicit user confirmation required
- Never skip execution step
This skill acts as the phase gatekeeper.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/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