gsd-plan-phase

Generate executable PLAN.md phase plans with integrated research and verification loops.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-plan-phase-mint-ia
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-plan-phase
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-plan-phase
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-plan-phase-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create detailed, executable phase plans (PLAN.md) for roadmap phases, enabling automated planning with integrated research and verification.

Core Features & Use Cases

  • Executable PLAN.md generation: Produce ready-to-run phase plans for each roadmap phase, including prompts and acceptance criteria.
  • Integrated research & verification: Automatically run or simulate research steps and loop verification until criteria are met.
  • Orchestration & repeatable workflows: Manage argument parsing, domain expansion, planner execution, and results consolidation.

Quick Start

Run the plan-phase workflow to generate a PLAN.md for a specified phase and trigger verification.

Frequently Asked Questions about gsd-plan-phase

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

FAQPage Schema
How do I generate an executable phase plan for a product roadmap?▼

Executable phase plans are generated as a PLAN.md file containing ready-to-run prompts and acceptance criteria for each roadmap phase. This automates planning by integrating domain research and a verification loop to ensure criteria are met.

What is the best way to automate research and verification during roadmap planning?▼

Automated roadmap planning runs or simulates research steps and loops verification until acceptance criteria are met. It orchestrates the workflow by parsing arguments, expanding domains, executing the planner, and consolidating results iteratively.

How does PRD parsing work for phase plan generation?▼

PRD parsing extracts requirements to gate the phase planning workflow automatically. It feeds product requirements into the planner to generate a targeted PLAN.md and automatically generates a CONTEXT.md file to maintain workflow state.

Can I use this workflow to refine phase plans iteratively until completion?▼

Iterative refinement loops verification checks against acceptance criteria until the phase plan is complete. The workflow orchestrates domain research options and planner execution, allowing automatic cross-checking and continuous consolidation of plan results.

Do I need a specific roadmap format to trigger the plan-phase workflow?▼

The plan-phase workflow requires roadmaps needing research, planning, and cross-checking to generate executable phase plans. It parses PRD inputs to establish gating criteria and automatically generates a CONTEXT.md file to track the orchestration state.

Why does my automated phase plan require a verification loop?▼

A verification loop ensures the generated PLAN.md meets specified acceptance criteria before completion. It automatically cross-checks research results and planner outputs, enabling iterative refinement until the executable phase plan passes all gating checks.