Plugin Claude Code
Plugin marketplace listing 1 plugin: code-copilot-team.
Plugin Claude Code
Plugin marketplace listing 1 plugin: code-copilot-team.
Agent Claude Code
Decomposes approved plans into tasks, delegates to sub-agents, integrates results, verifies builds. The only phase that writes code.
Agent Claude Code
Reviews recently changed code for unnecessary complexity. Simplifies conditionals, removes dead code, extracts repeated patterns, and improves readability without changing behavior.
Agent Claude Code
Generates a cooldown report — bug fixes shipped + pitches ready for next betting table. Writes specs/retros/cooldown-after-NN.md.
Agent Claude Code
Generates a cycle retrospective from pitch.md, hill.json, and git log. Writes specs/retros/cycle-NN.md.
Agent Claude Code
Generates and updates project documentation after feature work. Updates README, adds JSDoc/docstrings for new functions, and maintains CHANGELOG.
Agent Claude Code
Generates a phase recap document summarizing what was built, decisions made, issues encountered, and what's next. Runs at the end of each build phase.
Agent Claude Code
Takes a rough idea, asks clarifying questions, and produces a Shape-Up pitch with appetite, scopes, rabbit holes, no-gos, and circuit breaker. Writes specs/pitches/ /pitch.md.
Agent Claude Code
Asks clarifying questions, produces implementation plans with files, interfaces, test strategy, and delegation. Writes SDD artifacts to specs/. No application code changes.
Agent Claude Code
Explores codebase, reads docs, searches the web. No code changes. Returns a research summary with paths, patterns, and risks.
Agent Claude Code
Holistic review of all changes — correctness, consistency, style, test coverage. Runs tests, checks console, verifies integration. Returns pass/fail report.
Agent Claude Code
Executes a single scope of an active Shape-Up pitch. Reads pitch context, updates hill.json, delegates implementation to the build agent. Thin adapter — no inlined build logic.
Agent Claude Code
Scans code for common security vulnerabilities. Checks for hardcoded secrets, injection risks, missing input validation, and exposed debug endpoints. Read-only.
Agent Claude Code
Runs end-to-end verification of the project. Executes test suite, type checker, linter, and dev server. Reports pass/fail with specific failure details.
Agent Claude Code
Drives the visual-review loop for generated UI — boots the app via the ui-harness runner, runs the axe-core a11y gate + anti-slop rubric, reads the screenshots multimodally, scores them against DESIGN.md, and reports triaged findings until the design bar is met.
Command Claude Code
Scaffold and explain an autonomous build run for an approved SDD feature. Validates the approval + origin gates, writes specs/ /automation.json from the template, and prints the driver command — the driver itself runs OUTSIDE this session.
Command Claude Code
Lock a shaped Shape-Up pitch as a bet for the next cycle.
Command Claude Code
Close out a cycle — invoke cooldown-report and finalize the active pitch's bet status.
Command Claude Code
Begin a cycle for a bet pitch — initializes the hill chart and transitions the pitch to building.
Command Claude Code
Update a scope's status on the hill chart of the active pitch.
Command Claude Code
List the custom subagents installed on this machine and in this project — the replacement for the built-in /agents command removed from recent Claude Code versions.
Command Claude Code
Run the origin-confirmation circuit breaker for a feature. Validates that the working spec/plan is a faithful realisation of the user's original idea, and surfaces an interactive escalation if it has drifted.
Command Claude Code
Signal phase completion. Validates that the review loop has passed (if peer review is enabled) and runs the post-phase checklist.
Command Claude Code
Promote a session-level lesson into the project wiki at knowledge/wiki/. Follows the canonical curator procedure; never edits the wiki without it.