github glittercowboy/get-shit-done v1.16.0

latest releases: v1.18.0, v1.17.0
17 hours ago

Added

  • 10 new gsd-tools CLI commands that replace manual AI orchestration of mechanical operations:
    • phase add <desc> — append phase to roadmap + create directory
    • phase insert <after> <desc> — insert decimal phase
    • phase remove <N> [--force] — remove phase with full renumbering
    • phase complete <N> — mark done, update state + roadmap, detect milestone end
    • roadmap analyze — unified roadmap parser with disk status
    • milestone complete <ver> [--name] — archive roadmap/requirements/audit
    • validate consistency — check phase numbering and disk/roadmap sync
    • progress [json|table|bar] — render progress in various formats
    • todo complete <file> — move todo from pending to completed
    • scaffold [context|uat|verification|phase-dir] — template generation

Changed

  • Workflows now delegate deterministic operations to gsd-tools CLI, reducing token usage and errors:
    • remove-phase.md: 13 manual steps → 1 CLI call + confirm + commit
    • add-phase.md: 6 manual steps → 1 CLI call + state update
    • insert-phase.md: 7 manual steps → 1 CLI call + state update
    • complete-milestone.md: archival delegated to milestone complete
    • progress.md: roadmap parsing delegated to roadmap analyze

Fixed

  • Execute-phase now correctly spawns gsd-executor subagents instead of generic task agents
  • commit_docs=false setting now respected in all .planning/ commit paths (execute-plan, debugger, reference docs all route through gsd-tools CLI)
  • Execute-phase orchestrator no longer bloats context by embedding file content — passes paths instead, letting subagents read in their fresh context
  • Windows: Normalized backslash paths in gsd-tools invocations (contributed by @rmindel)

Install/upgrade: npx get-shit-done-cc@latest

Don't miss a new get-shit-done release

NewReleases is sending notifications on new releases.