Gsd
by @auto-skiller · plugin · 21 skills
Gsd from Auto-Skiller/plugboot.
Install the whole plugin (CLI)
npx skillmds add auto-skiller/do
npx skillmds add auto-skiller/fast
npx skillmds add auto-skiller/help
npx skillmds add auto-skiller/next
npx skillmds add auto-skiller/note
npx skillmds add auto-skiller/scan
npx skillmds add auto-skiller/ship
npx skillmds add auto-skiller/undo
npx skillmds add auto-skiller/inbox
npx skillmds add auto-skiller/quick
npx skillmds add auto-skiller/spike
npx skillmds add auto-skiller/stats
npx skillmds add auto-skiller/health
npx skillmds add auto-skiller/import
npx skillmds add auto-skiller/review
npx skillmds add auto-skiller/update
npx skillmds add auto-skiller/cleanup
npx skillmds add auto-skiller/explore
npx skillmds add auto-skiller/manager
npx skillmds add auto-skiller/add-todo
npx skillmds add auto-skiller/progressSkills in this plugin
- ▌ do · auto-skiller bundleRoutes freeform user requests to the appropriate GSD command based on intent, confirming the routing before dispatching.
- ▌ fast · auto-skiller bundleExecutes trivial coding tasks inline without subagent overhead, committing changes atomically.
- ▌ help · auto-skiller bundleDisplays the complete GSD command reference for hierarchical project planning with Claude Code.
- ▌ next · auto-skiller bundleDetects the current state of an Open-workspace project and advances to the next logical workflow step, from discussion through planning, execution, verification, and completion.
- ▌ note · auto-skiller bundleCaptures quick notes as timestamped markdown files, lists them, and promotes them into todos with zero friction.
- ▌ scan · auto-skiller bundleAssesses a codebase by spawning a single mapper agent for a chosen focus area, producing targeted documents in .planning/codebase/.
- ▌ ship · auto-skiller bundleCreates a pull request from completed phase work, generates a rich PR body from planning artifacts, optionally runs code review, and prepares for merge.
- ▌ undo · auto-skiller bundleRolls back Open-workspace phase or plan commits using a phase manifest with dependency checks and a confirmation gate, preserving history via git revert.
- ▌ inbox · auto-skiller bundleTriage and review open GitHub issues and PRs against project contribution templates, producing a compliance report and optionally labeling, commenting, or closing items.
- ▌ quick · auto-skiller bundleExecutes small ad-hoc tasks with GSD guarantees, spawning planner and executor agents, tracking tasks in .planning/quick/, and updating STATE.md. Supports composable flags for discussion, research, plan-checking, and verification.
- ▌ spike · auto-skiller bundleRuns focused experiments to validate feasibility of an idea, saving artifacts to .planning/spikes/ and supporting both idea and frontier modes.
- ▌ stats · auto-skiller bundleDisplays comprehensive project statistics including phases, plans, requirements, git metrics, and timeline.
- ▌ health · auto-skiller bundleValidates the integrity of a project's .planning/ directory, reporting missing files, invalid configurations, and inconsistent state, with optional auto-repair of safe issues.
- ▌ import · auto-skiller bundleImports external plan files into a GSD-structured project, detecting conflicts against existing roadmap, requirements, and locked decisions before writing a validated PLAN.md.
- ▌ review · auto-skiller bundleRuns independent AI CLI reviewers over phase plans and merges their feedback into a REVIEWS.md file.
- ▌ update · auto-skiller bundleChecks for GSD updates via npm, shows the changelog between installed and latest versions, and performs a clean reinstall after user confirmation.
- ▌ cleanup · auto-skiller bundleArchives phase directories from completed milestones into versioned archive folders, showing a dry-run summary and moving directories only after confirmation.
- ▌ explore · auto-skiller bundleGuides developers through Socratic exploration of ideas, offering research and routing outputs to planning artifacts.
- ▌ manager · auto-skiller bundleManages a milestone from a single terminal, showing a phase dashboard and dispatching discuss, plan, and execute actions.
- ▌ add-todo · auto-skiller bundleCaptures ideas, tasks, or issues during a GSD session as structured todos for later work, enabling a thought-to-capture-to-continue flow without losing context.
- ▌ progress · auto-skiller bundleChecks project progress, summarizes recent work and what's ahead, then routes to the next action by executing an existing plan or creating a new one.