Files
get-shit-done/commands/gsd/discuss-milestone.md
Tim Willis 4d92b3cdda feat: add Claude Code marketplace plugin support
Add complete marketplace plugin configuration and documentation for GSD,
enabling installation via Claude Code's plugin marketplace.

Changes:
- Add .claude-plugin/marketplace.json and plugin.json manifests
- Add marketplace installation instructions to README.md
- Update all command files with marketplace tool permissions
- Add plugin conversion design and implementation documentation
- Update .gitignore for Claude Code plugin artifacts

Users can now install via:
  /plugin marketplace add glittercowboy/get-shit-done
  /plugin install get-shit-done@get-shit-done
2026-01-06 18:11:30 -06:00

1.6 KiB

name, description
name description
gsd:discuss-milestone Gather context for next milestone through adaptive questioning
Help you figure out what to build in the next milestone through collaborative thinking.

Purpose: After completing a milestone, explore what features you want to add, improve, or fix. Features first — scope and phases derive from what you want to build. Output: Context gathered, then routes to /gsd:new-milestone

<execution_context> @~/.claude/get-shit-done/workflows/discuss-milestone.md </execution_context>

**Load project state first:** @.planning/STATE.md

Load roadmap: @.planning/ROADMAP.md

Load milestones (if exists): @.planning/MILESTONES.md

1. Verify previous milestone complete (or acknowledge active milestone) 2. Present context from previous milestone (accomplishments, phase count) 3. Follow discuss-milestone.md workflow with **ALL questions using AskUserQuestion**: - Use AskUserQuestion: "What do you want to add, improve, or fix?" with feature categories - Use AskUserQuestion to dig into features they mention - Use AskUserQuestion to help them articulate what matters most - Use AskUserQuestion for decision gate (ready / ask more / let me add context) 4. Hand off to /gsd:new-milestone with gathered context

CRITICAL: ALL questions use AskUserQuestion. Never ask inline text questions.

<success_criteria>

  • Project state loaded and presented
  • Previous milestone context summarized
  • Milestone scope gathered through adaptive questioning
  • Context handed off to /gsd:new-milestone </success_criteria>