coder:plan-phase

Creates executable phase plans with verification criteria from project metadata.

1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/CodeAlexx/Eri-Rpg --skill coder-plan-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coder:plan-phase
Source: https://github.com/CodeAlexx/Eri-Rpg/tree/main/erirpg/skills/coder-plan-phase
Command: npx skills add https://github.com/CodeAlexx/Eri-Rpg --skill coder-plan-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning and validating complex project phases requires coordinating research, planning, and verification across multiple documents and tools. This Skill provides a structured approach to generate executable phase plans that align with the project's ROADMAP, STATE, and CONTEXT.

Core Features & Use Cases

  • Plan generation: Creates PLAN.md files with phase goals, tasks, waves, and must-haves, ready for execution.
  • Context-aware planning: Integrates existing CONTEXT.md, ROADMAP.md, and STATE.md to ensure plans reflect current decisions and constraints.
  • Validation and gating: Triggers plan-check validation and supports revision loops when issues arise.

Quick Start

Run the phase planner for phase 01-setup to generate and verify plans.

Frequently Asked Questions about coder:plan-phase

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

FAQPage Schema
How do I create an executable phase plan for a software project?

An executable phase plan links project CONTEXT, ROADMAP, and STATE to define goals, tasks, and waves. It generates a PLAN.md file with must-haves and runtime verification criteria, ensuring implementation aligns with current project constraints and decisions.

What is the best way to validate a project phase plan before implementation?

Validating a phase plan involves running a plan-check validation step after generation. This process triggers revision loops if issues arise, ensuring the plan meets completion gates and runtime verification criteria before implementation begins.

How does context-aware planning integrate with existing project roadmaps?

Context-aware planning integrates by reading existing CONTEXT.md, ROADMAP.md, and STATE.md files. This ensures the generated phase plan reflects current architectural decisions, project state, and overarching milestones rather than planning in isolation.

Do I need research documents to generate a phase plan with verification criteria?

Research documents are integrated through a research depth detection step during the workflow. The planner spawns subagents as needed to gather necessary context, ensuring the final plan includes accurate runtime verification criteria and must-haves.

What is a completion gate in a phase plan?

A completion gate is a validation checkpoint defined in the phase plan output. It ensures that all must-haves and runtime verification criteria specified in the PLAN.md file are met before the phase is considered complete.

How do I structure project tasks into waves for implementation?

Structuring tasks into waves involves assigning implementation steps sequentially within the phase plan. The planner generates wave assignments alongside must-haves in the PLAN.md file, coordinating execution and runtime verification across the project phase.