By wangdahoo
A skill suite for iterative planning, structured sprints, and disciplined code delivery with Claude Code
Archive completed sprints to clean up active project state. Only archives sprints with status 'completed'. For incomplete sprints, use /ghs:force-archive instead.
Implement features from the current sprint plan. Supports single-feature mode (default, one feature per session) and parallel mode (--parallel for independent features). This is the primary development workflow for ghs-managed projects.
Force archive ALL sprints regardless of status, including incomplete ones. Destructive — always confirms with the user first. For routine archiving of completed sprints, use /ghs:archive instead.
Initialize ghs project tracking by creating .ghs/features.json and .ghs/progress.md. Use when setting up a project for ghs for the first time, or when other ghs skills fail because .ghs/ doesn't exist.
Generate comprehensive, executable technical plans through an iterative design-and-review process. Uses a three-role architecture: a dispatcher orchestrates a plan designer (Plan agent) and a plan reviewer (architect), running up to 5 rounds of review-revise cycles. Use this skill whenever the user asks to create a technical plan, design a solution, produce a tech spec, or wants to think through how to implement something before coding.
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.
English | 中文
想让那孙猴子听你的?那得会念紧箍咒才行。
A skill suite that keeps Claude on a leash — iterative planning, structured sprints, and disciplined code delivery.
Skills form a pipeline: init → plan → sprint → code → status/archive.
| Skill | Description |
|---|---|
/ghs:init | Initialize project tracking |
/ghs:plan | Generate technical plans via iterative design & review |
/ghs:sprint | Sprint planning & feature breakdown |
/ghs:code | Feature implementation (single/parallel) |
/ghs:status | Show project status |
/ghs:archive | Archive completed sprints |
/ghs:force-archive | Force archive all sprints |
Add the marketplace and install the plugin:
# Add marketplace
/plugin marketplace add wangdahoo/golden-hoop-spell
# Install plugin
/plugin install golden-hoop-spell
claude --plugin-dir /path/to/golden-hoop-spell
# 1. Initialize project tracking
/ghs:init
# 2. Design a technical plan
/ghs:plan Add user authentication with JWT # → docs/ghs/plans/2026-06-10-jwt-auth.md
# 3. Break plan into sprint features
/ghs:sprint docs/ghs/plans/2026-06-10-jwt-auth.md
# 4. Implement features
/ghs:code # one feature at a time
/ghs:code --parallel # independent features in parallel
# 5. Check progress
/ghs:status
# 6. Archive when sprint is done
/ghs:archive
/ghs:init — Initialize Project TrackingSet up the .ghs/ directory for tracking sprints and progress. Run this once per project before using any other skills.
/ghs:init
Creates .ghs/features.json (sprint/feature tracking), .ghs/progress.md (session logs), and updates .gitignore.
/ghs:plan — Generate Technical PlansProduce an executable technical plan through iterative design-and-review cycles. A designer agent drafts the plan, an architect reviewer critiques it, and they iterate (up to 5 rounds) until the plan is solid.
/ghs:plan Add pagination to the REST API
/ghs:plan Migrate authentication from session-based to JWT
The argument is your requirement description. After review passes, you approve the plan and it's saved to docs/ghs/plans/ (e.g. docs/ghs/plans/2026-06-10-jwt-auth.md).
/ghs:sprint — Sprint Planning & Feature BreakdownBreak requirements into atomic features with acceptance criteria, dependencies, and effort estimates. Each feature should be completable in 2–4 hours.
/ghs:sprint docs/ghs/plans/2026-06-10-jwt-auth.md
Provide a description of what to sprint on. The skill reads any existing technical plans and generates a structured feature list in .ghs/features.json.
/ghs:code — Feature ImplementationImplement features from the current sprint one by one (default) or in parallel.
/ghs:code # implement the next pending feature
/ghs:code --parallel # implement independent features concurrently
Each feature is implemented, tested, and committed. Progress is tracked in .ghs/features.json.
/ghs:status — Show Project StatusDisplay current sprint info, feature completion stats, and recent session activity.
/ghs:status
/ghs:archive — Archive Completed SprintsMove completed sprint data to .ghs/archived/ and reset tracking files for a fresh sprint.
/ghs:archive
Only archives sprints that have reached completed status. For archiving regardless of status, use /ghs:force-archive (will ask for confirmation).
MIT
npx claudepluginhub wangdahoo/golden-hoop-spell --plugin golden-hoop-spellComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.