
shoootyou/get-shit-done-multi
3 skills343 installs63 starsGitHub
Install
npx skills add https://github.com/shoootyou/get-shit-done-multiSkills in this repo
1Gsd Plan Phasegsd-plan-phase is a slash command skill in get-shit-done-multi (v2.0.3) that follows optional /gsd-research-phase domain investigation. The gsd-planner agent reads ROADMAP.md, RESEARCH.md, and STATE.md, then decomposes a phase into numbered PLAN.md files (e.g., 01-01-PLAN.md) with YAML frontmatter specifying phase, plan number, wave, depends_on, files_modified, and autonomous flags. Each plan contains an objective and XML task blocks with files, action, verify, and done elements. The installer ships 29 skills and 13 agents to Claude Code, GitHub Copilot CLI, and Codex CLI platforms. Developers run /gsd-plan-phase <phase> after research, review generated plans, then hand off to /gsd-execute-phase for atomic-commit implementation. The repository is archived with upstream migration to gsd-build/get-shit-done.122installs2Gsd Audit Milestonegsd-audit-milestone is a Claude Code skill in shoootyou/get-shit-done-multi that verifies a GSD milestone before archive. It initializes milestone context via gsd-tools.cjs, globs .planning/phases/*/*-SUMMARY.md and *-VERIFICATION.md, reads each phase verification status (passed or gaps_found), flags missing VERIFICATION.md as blockers, and spawns a gsd-integration-checker subagent to validate cross-phase wiring and end-to-end flows. The workflow cross-references three sources—REQUIREMENTS.md traceability, phase VERIFICATION tables, and integration-checker output—to assess requirements coverage and tech debt. Developers invoke it with an optional version argument when a milestone nears completion and needs a structured audit gate before moving on. The orchestrator preserves workflow gates from audit-milestone.md including scope determination, verification reading, integration checks, requirements coverage, and routing decisions. Optional version arguments default to the current milestone from ROADMAP.md. Tech debt and deferred gaps from individual phases roll up into a single milestone verdict suitable for archive or rework decisions.115installs3Gsd Execute Phasegsd-execute-phase is a slash command skill in get-shit-done-multi (v2.0.3), part of an installer deploying 29 skills and 13 agents across Claude Code, GitHub Copilot CLI, and Codex CLI. After /gsd-plan-phase produces PLAN.md files with YAML frontmatter (phase, plan, wave, depends_on, autonomous flags), gsd-execute-phase spawns gsd-executor agents that follow task XML blocks precisely, make atomic git commits per task, and create SUMMARY.md when each plan finishes. Plans in the same wave execute in parallel; dependency edges enforce order. Human verification and decision checkpoints pause execution until approved. Developers invoke /gsd-execute-phase <phase> once plans are reviewed, producing code changes plus SUMMARY.md artifacts before /gsd-verify-phase goal-backward checking. Note: the fork is archived with features merged upstream to gsd-build/get-shit-done.106installs