phase-boundary-planner

Defines project phase boundaries with exit criteria, entry criteria, and go/no-go decision gates.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/vmitsaras/Agent-Skills --skill phase-boundary-planner-vmitsaras
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: phase-boundary-planner
Source: https://github.com/vmitsaras/Agent-Skills/tree/main/skills/project-planning/phase-boundary-planner
Command: npx skills add https://github.com/vmitsaras/Agent-Skills --skill phase-boundary-planner-vmitsaras

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Roadmaps often contain phases and milestones with vague transition points, causing teams to start dependent work too early or stall too long. This Skill turns an ambiguous roadmap or project brief into defensible phase boundaries backed by observable evidence, decisions, and handoff artifacts. ## Core Features & Use Cases - Boundary Definition: Places phase transitions at natural decision points and defines exit criteria, entry criteria, required evidence, and dependencies for each boundary. - Risk and Overlap Analysis: Identifies risks of crossing boundaries too early or too late, and specifies what work can safely overlap between phases. - Use Case: A product lead has a roadmap with discovery, implementation, and launch phases but no clear gates. The Skill produces a boundary table with testable exit criteria, a go/no-go decision owner, and immediate actions to validate uncertain transitions. ## Quick Start Ask the agent to analyze your roadmap or milestone plan and define where each project phase should end and the next should begin, including exit criteria and decision gates.

Frequently Asked Questions about phase-boundary-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define phase boundaries in a project roadmap?▼

Define phase boundaries by tying each transition to an observable outcome, decision, or artifact rather than dates or activity completion. Specify exit criteria for the ending phase, entry criteria for the next phase, required evidence, and a go/no-go decision owner for each boundary.

What are exit criteria and entry criteria in project planning?▼

Exit criteria are the testable conditions a phase must meet before it ends, while entry criteria are the prerequisites the next phase needs before starting. They should be specific and non-duplicative so a boundary crossing is verifiable rather than subjective.

When should I use a phase boundary planner instead of a milestone planner?▼

Use phase boundary planning when the central question is where phases transition and what gates control the crossing. Use milestone planning when the main task is grouping work into outcome-based milestones, and use a roadmap builder when you need a full plan from scratch.

Can project phases overlap safely?▼

Yes, phases can overlap when the overlap rules are explicit. Define what work may start early, the synchronization point between phases, and the blocking conditions that must hold before dependent work proceeds past the boundary gate.

What are the risks of crossing a phase boundary too early?▼

Crossing too early means starting dependent work before prerequisites, decisions, or risk retirements are resolved, which causes rework and blocked teams. The Skill surfaces these risks per boundary along with fallback paths for externally controlled dependencies.