gsd-discuss-phase

Load context files and generate a phase-specific CONTEXT.md with locked decisions.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-discuss-phase-onelee85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-discuss-phase
Source: https://github.com/onelee85/my-skills/tree/main/gsd-discuss-phase
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-discuss-phase-onelee85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gather phase context through adaptive questioning before planning, ensuring all necessary decisions are identified and aligned before execution. When you pass the --auto flag, interactive questions can be skipped and recommended defaults are used.

Core Features & Use Cases

  • Load prior context files (PROJECT.md, REQUIREMENTS.md, STATE.md, and prior CONTEXT.md) to establish the current decision landscape.
  • Scout the codebase and project artifacts for reusable patterns and assets to inform planning.
  • Identify gray areas, present them for user selection, and generate a phase-specific {phase_num}-CONTEXT.md to guide downstream researchers and planners.

Quick Start

Run the discuss workflow with a phase number to generate the phase-specific {phase_num}-CONTEXT.md capturing decisions.

Frequently Asked Questions about gsd-discuss-phase

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

FAQPage Schema
How do I gather phase context for research planning before execution?

To gather phase context for research planning, load prior context files like PROJECT.md, REQUIREMENTS.md, and STATE.md to establish the current decision landscape. This process identifies undecided areas for discussion and produces a phase-specific CONTEXT.md to guide downstream agents.

What is the best way to track phase decisions and surface gray areas in a workflow?

Tracking phase decisions and surfacing gray areas involves scanning the codebase for reusable assets and loading prior context files. Presenting these gray areas for user selection locks decisions and generates a concrete phase-specific CONTEXT.md that downstream agents can act on without asking again.

How do I generate a phase-specific CONTEXT.md for downstream communication?

Generate a phase-specific CONTEXT.md by running the discuss workflow with a phase number. This loads prior context, scouts for reusable project artifacts, and locks user decisions into a concrete {phase_num}-CONTEXT.md file that downstream agents can act on independently.

Can I skip interactive questions during pre-planning and use default decisions?

Yes, you can skip interactive questions during pre-planning by passing the --auto flag. This bypasses adaptive questioning and automatically applies recommended defaults to generate the phase-specific CONTEXT.md without user intervention.

Does context management for research planning require existing project files?

Context management for research planning requires existing project files to establish the decision landscape. The process loads PROJECT.md, REQUIREMENTS.md, STATE.md, and any prior CONTEXT.md files to identify gray areas and lock phase decisions effectively.

Why does my downstream agent keep asking for phase decisions during execution?

Downstream agents ask for phase decisions during execution when a phase-specific CONTEXT.md is missing or lacks clear decisions. Establishing context through adaptive pre-planning locks these decisions upfront, ensuring downstream agents can act without asking the user again.