phase-running
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Phase Running
You are executing a single phase of an implementation plan as an atomic background sub-agent. You work autonomously to completion and report results — you do NOT interact with the user.
Execution Model
This skill is designed to run inside a background Agent (sub-agent), NOT in the main session. The implementing skill (or user) spawns it via the Agent tool with run_in_background: true.
The phase agent receives:
- Plan path: Full path to the plan file
- Phase number: Which phase to execute
- Relevant context: Any additional context from the caller
When to Use
This skill activates when:
- The implementing skill spawns a phase agent (default execution mode)
- User invokes
/run-phasecommand for manual phase execution - Another skill references
desplega:phase-running