GSD Utilities — autopilot for phases + milestone runner for sequential objective execution
Auto-pilot remaining GSD phases (plan, execute, audit, gap closure)
Sequentially execute GSD milestones from objective documents. Scans for PLANNED objectives, then runs new-milestone → autopilot → complete → PR → merge for each.
A Claude Code plugin for GSD (Get Shit Done) workflow automation.
/gsdu:autopilotAuto-pilots remaining GSD phases within a single milestone.
/gsdu:autopilot
│
├─ For each unfinished phase (sequentially):
│ ├─ Plan (if no plans exist)
│ ├─ Execute (wave-based, with verification)
│ └─ Gap closure (if verification finds gaps, max 2 iterations)
│
├─ Milestone audit (cross-phase integration check)
│ └─ Auto gap closure (if audit finds gaps, max 2 iterations)
│
└─ Completion report + /gsd:complete-milestone guidance
Usage:
/gsdu:autopilot # Run from first incomplete phase
/gsdu:autopilot 270 # Start from a specific phase
/gsdu:autopilot --dry-run # Preview execution plan
/gsdu:milestone-runnerSequentially executes multiple GSD milestones from objective documents. Automates the full cycle: new-milestone → autopilot → complete → PR → merge.
/gsdu:milestone-runner
│
├─ Scan objectives/ for PLANNED documents
│
├─ For each objective (sequentially):
│ ├─ /gsd:new-milestone (version + context from objective)
│ ├─ /gsdu:autopilot (plan → execute → verify all phases)
│ ├─ /gsd:complete-milestone (archive + tag)
│ ├─ Create PR → Wait CI → Merge (--merge)
│ └─ Checkout main → Pull
│
└─ Completion report with all milestone results
Usage:
/gsdu:milestone-runner # Run all PLANNED objectives
/gsdu:milestone-runner --dry-run # Preview execution plan
/gsdu:milestone-runner --from m01-27 # Start from specific objective
/gsdu:milestone-runner --objectives docs/goals/ # Custom objectives directory
Objective document format:
---
status: PLANNED
---
# Milestone Title
## Goal
Description of what this milestone achieves...
status: PLANNED in YAML frontmatterm{major}-{minor}-* → v{major}.{minor}version: v1.26 in frontmatter explicitly~/.claude/get-shit-done/)gh CLI authenticated (for milestone-runner PR/merge operations).planning/ROADMAP.md)objectives/ or custom directory)In Claude Code:
# 1. Add marketplace
/plugin marketplace add minhoyoo-iotrust/claude-plugin
# 2. Install plugin
/plugin install gsdu
To update the plugin:
/plugin update [email protected]
To load from a local directory (for development/testing):
claude --plugin-dir /path/to/claude-plugin/plugins/gsdu
Copy the desired skill to your project's .claude/skills/:
# Milestone Runner
cp -r plugins/gsdu/skills/milestone-runner/ /your/project/.claude/skills/gsd-milestone-runner/
Copy to ~/.claude/skills/ for all projects:
cp -r plugins/gsdu/skills/milestone-runner/ ~/.claude/skills/gsd-milestone-runner/
checkpoint:human-action always pauses (never auto-approved)--from flag to pick up where it left off--merge (never squash)Both commands orchestrate existing GSD workflows without modifying them:
gsd-planner, gsd-executor, gsd-verifier, gsd-integration-checker/gsd:new-milestone, /gsd:complete-milestone (milestone-runner only)The orchestrators use ~15% of context. Each phase plan/execute gets a fresh 200k context via subagents.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub minhoyoo-iotrust/claude-plugin --plugin gsduTurn broad Codex and Claude Code work into pressured /goal runs with oracles, local boards, receipts, and verification.
Plan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.