By sdsrss
AI orchestration tool for Claude Code — GSD management shell + Superpowers quality core
Run diagnostic checks on GSD-Lite installation and project health
Start project from requirements document or description text. Use when: (1) user provides a requirements doc, PRD, spec file, or design document, (2) user pastes a detailed feature description or task list, (3) user says '按这个需求做' or 'here\'s what I need built', (4) user has a clear written specification ready to plan and execute
Resume project execution from saved state with workspace validation
Interactive project start — discuss requirements, research, plan, then auto-execute. Use when: (1) user wants to implement a new feature or complex functionality, (2) user wants to research/analyze a technology then build something, (3) user describes a multi-step task that needs planning and decomposition, (4) user says '帮我做/实现/开发/搞一个...' or 'let\'s build/create/implement...', (5) task is too complex for a single-shot response and needs phased execution
Display project progress overview derived from canonical state fields
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
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.
Get Shit Done — AI orchestration for Claude Code
GSD-Lite is an AI orchestration tool for Claude Code. It combines structured project management with built-in quality discipline: TDD enforcement, anti-rationalization guards, multi-level code review, and automatic failure recovery — all driven by a 12-state workflow machine that keeps multi-phase projects on track.
Discuss thoroughly, execute automatically. Have as many rounds of requirement discussion as needed. Once the plan is approved, GSD-Lite auto-executes: coding, self-review, independent review, verification, and phase advancement — with minimal human intervention.
planning → executing_task → reviewing_task → reviewing_phase → completed with precise transitions, persistent to state.jsonUser → discuss + research (confirm requirements) → approve plan → auto-execute
↑ ↑ ↑
Interaction 1 Interaction 2 Autonomous execution
(code→review→verify→advance)
| Command | Purpose |
|---|---|
/gsd:start | Interactive start — discuss requirements, research, plan, then auto-execute |
/gsd:prd <input> | Start from a requirements doc or description text |
/gsd:resume | Resume execution from saved state with workspace validation |
/gsd:status | View project progress dashboard (derived from canonical state fields) |
/gsd:stop | Save state and pause execution |
/gsd:doctor | Diagnostic checks on GSD-Lite installation and project health |
npx claudepluginhub sdsrss/gsd-lite --plugin gsdPersistent long-term memory for Claude Code via MCP — captures coding decisions, bugfixes, and context across sessions. Hybrid FTS5 + TF-IDF search with episode batching. Single SQLite DB, no external services. A lighter, lower-cost alternative to claude-mem (episode batching + a smaller model; cost savings are an internal estimate, not a measured benchmark).
AST knowledge graph for intelligent code navigation — auto-indexes your codebase and provides semantic search, call graph traversal, HTTP route tracing, and impact analysis via MCP tools
GSD Core is a meta-prompting, context engineering, and spec-driven development system for AI coding agents.
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.
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Describe your goal, approve the spec, then step away — Claude and Codex loop together until it's right.
Long-running agent harness with 5-layer memory architecture, GitHub integration, autonomous batch processing, Agent Teams with ATDD, 9 hooks (safety, quality gates, team coordination), and 6 Agent Skills
Specification-driven development workflow: specify → plan → tasks → implement