gsd-plan-phase

Generate a PLAN.md with goals, tasks, verification, and rollback from project inputs.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill gsd-plan-phase-alo-exp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-plan-phase
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/gsd-plan-phase
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill gsd-plan-phase-alo-exp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to reliably create a PLAN.md for a project planning phase by reading inputs such as ROADMAP.md, REQUIREMENTS.md, and CONTEXT.md, and translating them into a structured, testable plan.

Core Features & Use Cases

  • Generate a structured PLAN.md with sections for Goal, Requirements covered, Task breakdown, Per-task details (file changed, description, and verification), Verification steps, Threat model, and Rollback.
  • Enforce a rigorous planning workflow by guiding through prerequisites and quality gates before review.
  • Ensure a clear exit path by producing a PLAN.md that passes all nine quality dimensions and has been reviewed prior to execution.

Quick Start

Create PLAN.md for the current project planning phase by reading ROADMAP.md, REQUIREMENTS.md, and CONTEXT.md and generating the full PLAN with sections for GOAL, Requirements covered, Task breakdown, Per-task details, Verification steps, Threat model, and Rollback.

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 a PLAN.md for project planning phase from requirements?

To generate a PLAN.md, read inputs from ROADMAP.md, REQUIREMENTS.md, and CONTEXT.md, then translate them into a structured plan with task breakdowns, verification steps, and a rollback section. The output serves as a verifiable blueprint for execution.

What is the best way to structure a planning phase task breakdown with quality gates?

Structuring a planning phase task breakdown requires mapping requirements coverage, defining per-task file changes, and enforcing nine quality gates. This ensures the PLAN.md passes threat modeling and verification checks before review.

Do I need ROADMAP.md and REQUIREMENTS.md to create a project plan?

Yes, you need ROADMAP.md, REQUIREMENTS.md, and CONTEXT.md to create a project plan. These input files provide the foundational goals and constraints needed to generate a comprehensive PLAN.md with accurate task details.

How does requirements mapping work when generating a PLAN.md?

Requirements mapping in PLAN.md generation works by reading REQUIREMENTS.md and translating each item into specific task breakdowns. It ensures full coverage by linking every requirement to verifiable per-task details and verification steps.

What to include in a planning phase threat model and rollback strategy?

A planning phase threat model and rollback strategy should include potential security risks mapped during planning and specific recovery steps. This is enforced as a mandatory section before the PLAN.md can pass its quality gates.

Why does my PLAN.md planning workflow fail to pass quality gates before execution?

Your PLAN.md planning workflow fails quality gates if it lacks required sections like goal, requirements coverage, task breakdown, verification steps, threat model, or rollback. The exit condition requires passing all nine quality dimensions and a formal review.