jjchambers80
Community@jjchambers80
jjchambers80 maintains the GSD (Get Shit Done) skill suite: terminal-based project phase management, milestone planning, and code review orchestration for Claude Code developers.
Agent Skills by jjchambers80
Showing 74 vetted skills indexed across 1 GitHub repositories.
gsd-manager
Manages multiple milestone phases from one terminal dashboard with background agent dispatch.
gsd-review-backlog
Review backlog phase items and promote or remove them in the project roadmap.
gsd-new-project
Initialize new projects by generating PROJECT.md, requirements, and roadmap planning documents.
agent-browser
Automates browser interactions via CLI commands using ref-based element selection from accessibility snapshots.
gsd-list-workspaces
Lists GSD workspaces and displays their status in a summary table.
gsd-ui-phase
Generate UI design contract documents for frontend development phases.
gsd-cleanup
Archives phase directories from completed milestones into milestone-specific storage.
gsd-do
Routes freeform natural language input to the matching GSD command.
theme-factory
Apply curated color palettes and font pairings to slides, docs, and HTML artifacts.
gsd-list-phase-assumptions
Surfaces agent assumptions about a phase's technical approach before planning begins.
gsd-thread
Create, list, and resume persistent context threads stored as Markdown files.
gsd-add-phase
Adds a new sequential phase to the current milestone in a project roadmap.
gsd-session-report
Generates a session report with token usage estimates, work summary, and outcomes.
gsd-insert-phase
Insert urgent work as decimal phases between existing roadmap phases.
gsd-add-todo
Capture ideas and tasks from conversation context as structured todo files.
gsd-resume-work
Restores project context from STATE.md and checkpoints to resume previous work sessions.
gsd-quick
Executes small ad-hoc tasks with atomic commits and STATE.md tracking via a quick GSD workflow.
gsd-milestone-summary
Generate a milestone summary document from project planning artifacts for team onboarding.
gsd-plant-seed
Capture forward-looking ideas with trigger conditions into milestone-scanned seed files.
gsd-new-milestone
Start a new project milestone by updating PROJECT.md and generating requirements and roadmap files.
gsd-ship
Creates pull requests, runs review, and prepares merges after verification passes.
create-implementation-plan
Generate structured Markdown implementation plans for features, refactoring, and upgrades.
xlsx
Create, edit, and recalculate Excel spreadsheets with formulas using openpyxl and LibreOffice.
gsd-workstreams
Manage parallel workstreams for concurrent milestone work via gsd-tools commands.
Frequently Asked Questions About jjchambers80
FAQPage SchemaWhat tasks can I accomplish with jjchambers80's GSD skills?βΌ
You can manage full software delivery cycles: initialize projects, create milestones and phase roadmaps, plan and execute phases with parallelization, generate tests from UAT criteria, request cross-AI peer reviews, create PR branches, audit milestone completion, and run post-mortem forensics on failed work.
Who are these skills designed for?βΌ
Software developers and engineering leads working in Claude Code who want structured, stateful project management inside the terminal. The GSD suite targets developers managing multi-phase milestones, parallel workstreams, isolated workspaces, and session handoffs across long-running projects.
How do the GSD skills work in practice?βΌ
Skills are invoked as slash commands in the terminal. A typical flow: gsd-new-project initializes context, gsd-new-milestone starts a cycle, gsd-plan-phase creates a PLAN.md, gsd-execute-phase runs the work, gsd-verify-work validates via UAT, and gsd-ship creates the PR for merge.
Are these skills free and open source?βΌ
Licensing varies per skill. Several skills (xlsx, theme-factory, frontend-design, webapp-testing, web-artifacts-builder) are proprietary with terms in their LICENSE.txt files. Most GSD skills list no explicit license in their frontmatter, so check each repository before commercial use.
What prerequisites or dependencies do these skills require?βΌ
Most GSD skills require only standard shell, file read/write, and search capabilities within Claude Code. Specific exceptions: sonoscli requires the Go-installed sonos binary, webapp-testing requires Playwright, and agent-browser requires Vercel's agent-browser CLI for web interaction.