gsd-plan-phase

Automate executable phase planning workflows with research and verification loops.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-plan-phase-hadpadrahul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-plan-phase
Source: https://github.com/hadpadrahul/school-erp/tree/main/.codex/skills/gsd-plan-phase
Command: npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-plan-phase-hadpadrahul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates executable phase planning workflows for roadmap development with integrated research, planning, and verification loops.

Core Features & Use Cases

  • Automates phase generation and orchestration: parse inputs, validate phase, spawn planning agents, and run verification loops.
  • Flexible workflow customization: supports flags such as --research, --skip-research, --gaps, and --prd to tailor execution.
  • Use Case: create the next unreleased phase in a product roadmap, verify it against criteria, and present the resulting PLAN.md.

Quick Start

Provide the phase identifier and optional flags to initiate planning; PLAN.md will be created with a verification loop.

Frequently Asked Questions about gsd-plan-phase

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

FAQPage Schema
How do I automate phase planning for a product roadmap?

Roadmap development with verification loops works by parsing phase inputs, spawning planning agents, and running verification checks iteratively. It normalizes phase input and repeats until success or max iterations, returning structured results.

How do I create the next unreleased phase in a product roadmap?

Provide the phase identifier to initiate planning and generate the next unreleased phase. The workflow automates phase generation, validates it against criteria through verification loops, and presents the resulting PLAN.md file.

Can I skip research when generating a roadmap phase plan?

Yes, you can skip research when generating a roadmap phase plan by using the --skip-research flag. Other supported flags include --research, --gaps, and --prd to tailor the workflow execution.

What is a verification loop in phase planning workflows?

A verification loop in phase planning is an automated process that validates generated plans against criteria. It iterates by spawning planning agents and performing checks repeatedly until success or max iterations are reached.

Does phase planning support product requirement documents for tailoring execution?

Yes, phase planning supports product requirement documents through the --prd flag to tailor workflow execution. This flag adjusts the automated phase generation and orchestration to align with specific requirements.