Agent skill
phase-execution-controller
Executes completed phases, validates runtime behavior, and controls safe transition to the next phase.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/phase-execution-controller-hamzashakoor119-build-todo-app-using
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?