mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
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
1.6 KiB
1.6 KiB
name, description
| name | description |
|---|---|
| gsd:discuss-milestone | Gather context for next milestone through adaptive questioning |
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.mdLoad 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 contextCRITICAL: 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>