gsd-discuss-phase

Generate a CONTEXT.md documenting implementation decisions and gray areas.

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-discuss-phase-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-discuss-phase
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-discuss-phase
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-discuss-phase-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill captures and communicates critical implementation decisions across project phases, ensuring researchers and planners don't repeat questions or chase unresolved trade-offs.

Core Features & Use Cases

  • Context extraction: loads prior context files (PROJECT.md, REQUIREMENTS.md, STATE.md, prior CONTEXT.md) to identify what is already decided.
  • Asset scouting: scans codebase for reusable patterns and assets to reuse in future work.
  • Decision synthesis: outlines remaining gray areas and creates a concrete CONTEXT.md that guides downstream agents.

Quick Start

Supply the phase number (e.g., 3) and run the discuss-phase workflow to generate the corresponding CONTEXT.md.

Frequently Asked Questions about gsd-discuss-phase

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

FAQPage Schema
How do I automate CONTEXT.md creation for project planning?

Automate CONTEXT.md creation by loading prior context files like PROJECT.md and STATE.md to extract decisions, scouting the codebase for reusable assets, and synthesizing gray areas into a definitive guide for downstream agents.

What is a decision record in software workflow planning?

A decision record in workflow planning captures critical implementation choices from prior phases, ensuring researchers and planners do not repeat questions or chase unresolved trade-offs during downstream development.

How do I preserve implementation decisions across project phases?

Preserve implementation decisions by loading existing context files, scanning the codebase for reusable patterns, and outlining remaining gray areas to generate a concrete CONTEXT.md that guides downstream agents.

Does this context extraction workflow require prior project files?

Yes, this workflow loads prior context files such as PROJECT.md, REQUIREMENTS.md, STATE.md, and any existing CONTEXT.md to identify what implementation decisions are already decided before synthesizing new context.

What's the best way to guide downstream agents with reusable codebase assets?

Guide downstream agents by scouting the codebase for reusable patterns and assets, identifying remaining gray areas, and generating a definitive CONTEXT.md that documents implementation decisions for future research and planning.

Why does my downstream planning agent keep chasing unresolved trade-offs?

Downstream agents chase unresolved trade-offs when prior implementation decisions are not preserved; capturing decisions in a CONTEXT.md prevents researchers from repeating questions or losing context across project phases.