gsd-plan-phase

Coordinates research, planning, and verification to produce PLAN.md outputs.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-plan-phase-novatech2210-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-plan-phase
Source: https://github.com/novatech2210-cmd/ImidusApp/tree/main/.codex/skills/gsd-plan-phase
Command: npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-plan-phase-novatech2210-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create executable phase prompts (PLAN.md) for a roadmap phase with integrated research and verification loops.

Core Features & Use Cases

  • Orchestrates an end-to-end phase workflow from research through verification to Done.
  • Spawns and coordinates gsd-planner and gsd-plan-checker, iterating until success or max iterations.
  • Preserves workflow gates, validation, and routing while honoring contextual inputs like phase numbers and flags.
  • Reads execution_context and context to tailor the PLAN.md for each phase.

Quick Start

Invoke the skill with a phase number (or omit to auto-detect the next unplanned phase) to execute the plan-phase workflow end-to-end.

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 and generate an executable PLAN.md?

Automate phase planning by invoking the workflow with a phase number to coordinate research, planning, and verification, producing a PLAN.md output. It operates within a gated loop, iterating until criteria are met or maximum iterations are reached.

How does the gated loop verification work in automated workflow planning?

The gated loop verification works by spawning a planner and a checker to validate the phase planning output. It iterates through validation gates until success criteria are met or the loop reaches the maximum iteration limit.

Do I need to provide a phase number to start the end-to-end planning workflow?

You do not need to provide a phase number to start the end-to-end planning workflow. Invoking the skill without a phase number auto-detects the next unplanned phase and determines scope using provided execution context.

Can I control research and verification steps during phase orchestration?

You can control research and verification steps during phase orchestration by using optional flags. These flags allow you to toggle research, gaps, and verification to tailor the workflow to your specific planning context.

What is the best way to handle phase context inputs for roadmap planning?

The best way to handle phase context inputs is to provide execution context and phase input directly. The workflow reads these inputs to tailor the PLAN.md output for each specific roadmap phase.

What happens if the plan checker fails verification multiple times?

If the plan checker fails verification multiple times, the workflow continues iterating until success criteria are met or the maximum iteration limit is reached. The gated loop preserves validation and routing throughout this process.