Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add itsAR-VR/goatedskills --skill "phase-implement"
Install specific skill from multi-skill repository
# Description
Execute an existing docs/planning/phase-N plan sequentially; completes subphases in order, appending outputs and handoffs.
# SKILL.md
name: phase-implement
description: Execute an existing docs/planning/phase-N plan sequentially; completes subphases in order, appending outputs and handoffs.
Instructions
Read all references in references/ before using this skill.
Multi-Agent Awareness
IMPORTANT: Multiple agents may be working on different phases concurrently. During execution:
- Before each subphase: Run
git statusand re-read files you plan to modify - When you encounter unexpected file state: Another agent may have modified the file โ check the last 10 phases
- When builds fail unexpectedly: Check for schema changes or API changes from other phases
- Document conflicts: Log any coordination issues in your subphase Output section
If a file you need has been modified by another phase:
- Read the other phase's plan.md to understand their changes
- Merge semantically (don't just overwrite)
- Note the integration in your Output section
See 06_MULTI_AGENT_COORDINATION.md for detailed procedures.
Signals
- The user says "execute the phase", "work through the subphases", "continue the plan"
- A phase folder exists with a root
plan.mdand subphase folders ready - Work needs to proceed through an established planning structure
References
Directory: references/
01_INTENT.md02_PRECONDITIONS.md03_RULES.md04_PROCEDURE.md05_OUTPUT.md06_MULTI_AGENT_COORDINATION.md
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.