跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Gsd

插件 已验证 活跃

Get Shit Done -- a structured workflow plugin for Claude Code that adds planning, execution, and verification commands with MCP-backed project state

82 个 Skill 0 个 MCP
目的

This plugin offers a structured and efficient workflow for managing projects within Claude Code, enabling users to plan, execute, and verify tasks with advanced features like MCP-backed state and auto-resume.

功能

  • 83 slash commands for project lifecycle management
  • 33 agent definitions for specialized workflow roles
  • MCP server for queryable project state
  • Bundled GSD SDK (no external installs needed)
  • Hooks for session context loading and workflow enforcement
  • Auto-resume across /compact via PreCompact and SessionStart hooks

使用场景

  • Starting a new project and planning phases
  • Executing phases with detailed tasks and verification criteria
  • Debugging issues with systematic investigation and state management
  • Creating AI-driven documentation for project artifacts

非目标

  • Replacing core Claude Code functionality
  • Managing external project dependencies outside of the GSD framework
  • Providing generic AI capabilities not specific to workflow management

安装

/plugin install gsd@davepoon-buildwithclaude

包含 82 个扩展

Skill (82)

Add Backlog 技能

Add an idea to the backlog parking lot (999.x numbering)

Add Phase 技能

Add phase to end of current milestone in roadmap

Add Tests 技能

Generate tests for a completed phase based on UAT criteria and implementation

Add Todo 技能

Capture idea or task as todo from current conversation context

Ai Integration Phase 技能

Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems — framework selection, implementation guidance from official docs, and evaluation strategy

Analyze Dependencies 技能

Analyze phase dependencies and suggest Depends on entries for ROADMAP.md

Audit Fix 技能

Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit

Audit Milestone 技能

Audit milestone completion against original intent before archiving

Audit Uat 技能

Cross-phase audit of all outstanding UAT and verification items

Autonomous 技能

Run all remaining phases autonomously — discuss→plan→execute per phase

Check Todos 技能

List pending todos and select one to work on

Cleanup 技能

Archive accumulated phase directories from completed milestones

Code Review 技能

Review source files changed during a phase for bugs, security issues, and code quality problems

Code Review Fix 技能

Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.

Complete Milestone 技能

Archive completed milestone and prepare for next version

Debug 技能

Systematic debugging with persistent state across context resets

Discuss Phase 技能

Gather phase context through adaptive questioning before planning. Use --all to skip area selection and discuss all gray areas interactively. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).

Do 技能

Route freeform text to the right GSD command automatically

Docs Update 技能

Generate or update project documentation verified against the codebase

Eval Review 技能

Retroactively audit an executed AI phase's evaluation coverage — scores each eval dimension as COVERED/PARTIAL/MISSING and produces an actionable EVAL-REVIEW.md with remediation plan

Execute Phase 技能

Execute all plans in a phase with wave-based parallelization

Explore 技能

Socratic ideation and idea routing — think through ideas before committing to plans

Fast 技能

Execute a trivial task inline — no subagents, no planning overhead

Forensics 技能

Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong

From Gsd2 技能

Import a GSD-2 (.gsd/) project back to GSD v1 (.planning/) format

Graphify 技能

Build, query, and inspect the project knowledge graph in .planning/graphs/

Health 技能

Diagnose planning directory health and optionally repair issues

Help 技能

Show available GSD commands and usage guide

Import 技能

Ingest external plans with conflict detection against project decisions before writing anything.

Inbox 技能

Triage and review all open GitHub issues and PRs against project templates and contribution guidelines

Ingest Docs 技能

Scan a repo for mixed ADRs, PRDs, SPECs, and DOCs and bootstrap or merge the full .planning/ setup from them. Classifies each doc in parallel, synthesizes a consolidated context with a conflicts report, and routes to new-project or merge-milestone depending on whether .planning/ already exists.

Insert Phase 技能

Insert urgent work as decimal phase (e.g., 72.1) between existing phases

Intel 技能

Query, inspect, or refresh codebase intelligence files in .planning/intel/

Join Discord 技能

Join the GSD Discord community

List Phase Assumptions 技能

Surface Claude's assumptions about a phase approach before planning

List Workspaces 技能

List active GSD workspaces and their status

Manager 技能

Interactive command center for managing multiple phases from one terminal

Map Codebase 技能

Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents

Milestone Summary 技能

Generate a comprehensive project summary from milestone artifacts for team onboarding and review

Mvp Phase 技能

Plan an MVP-mode phase — captures an "As a / I want to / So that" user story, runs SPIDR splitting, then delegates to plan-phase

New Milestone 技能

Start a new milestone cycle — update PROJECT.md and route to requirements

New Project 技能

Initialize a new project with deep context gathering and PROJECT.md

New Workspace 技能

Create an isolated workspace with repo copies and independent .planning/

Next 技能

Automatically advance to the next logical step in the GSD workflow

Note 技能

Zero-friction idea capture. Append, list, or promote notes to todos.

Pause Work 技能

Create context handoff when pausing work mid-phase

Plan Milestone Gaps 技能

Create phases to close all gaps identified by milestone audit

Plan Phase 技能

Create detailed phase plan (PLAN.md) with verification loop

Plant Seed 技能

Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone

Pr Branch 技能

Create a clean PR branch by filtering out .planning/ commits — ready for code review

Profile User 技能

Generate developer behavioral profile and create Claude-discoverable artifacts

Progress 技能

Check project progress, show context, and route to next action (execute or plan). Use --forensic to append a 6-check integrity audit after the standard report.

Quick 技能

Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents

Reapply Patches 技能

Reapply local modifications after a GSD update

Remove Phase 技能

Remove a future phase from roadmap and renumber subsequent phases

Remove Workspace 技能

Remove a GSD workspace and clean up worktrees

Research Phase 技能

Research how to implement a phase (standalone - usually use /gsd:plan-phase instead)

Resume At 技能

Schedule a future resume of work - e.g. '/gsd:resume-at 09:00', '/gsd:resume-at +2h', or '/gsd:resume-at 04:00 --cmd /gsd:execute-phase 9'

Resume Work 技能

Resume work from previous session with full context restoration

Review 技能

Request cross-AI peer review of phase plans from external AI CLIs

Review Backlog 技能

Review and promote backlog items to active milestone

Scan 技能

Rapid codebase assessment — lightweight alternative to /gsd:map-codebase

Secure Phase 技能

Retroactively verify threat mitigations for a completed phase

Session Report 技能

Generate a session report with token usage estimates, work summary, and outcomes

Set Profile 技能

Switch model profile for GSD agents (quality/balanced/budget/inherit)

Settings 技能

Configure GSD workflow toggles and model profile

Ship 技能

Create PR, run review, and prepare for merge after verification passes

Sketch 技能

Sketch UI/design ideas with throwaway HTML mockups, or propose what to sketch next (frontier mode)

Sketch Wrap Up 技能

Package sketch design findings into a persistent project skill for future build conversations

Spec Phase 技能

Socratic spec refinement — clarify WHAT a phase delivers with ambiguity scoring before discuss-phase. Produces a SPEC.md with falsifiable requirements locked before implementation decisions begin.

Spike 技能

Spike an idea through experiential exploration, or propose what to spike next (frontier mode)

Spike Wrap Up 技能

Package spike findings into a persistent project skill for future build conversations

Stats 技能

Display project statistics — phases, plans, requirements, git metrics, and timeline

Thread 技能

Manage persistent context threads for cross-session work

Ui Phase 技能

Generate UI design contract (UI-SPEC.md) for frontend phases

Ui Review 技能

Retroactive 6-pillar visual audit of implemented frontend code

Ultraplan Phase 技能

[BETA] Offload plan phase to Claude Code's ultraplan cloud — drafts remotely while terminal stays free, review in browser with inline comments, import back via /gsd:import. Claude Code only.

Undo 技能

Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.

Update 技能

Update GSD to latest version with changelog display

Validate Phase 技能

Retroactively audit and fill Nyquist validation gaps for a completed phase

Verify Work 技能

Validate built features through conversational UAT

Workstreams 技能

Manage parallel workstreams — list, create, switch, status, progress, complete, and resume

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交6 days ago
星标2.9k
许可证MIT
状态
查看源代码