build
01Agent Claude Code
Decomposes approved plans into tasks, delegates to sub-agents, integrates results, verifies builds. The only phase that writes code.
Project templates with multi-agent team configurations for AI code copilots. Includes ready-to-use setups for ML/AI (RAG, LangChain, n8n), enterprise Java, and web apps — each with defined agent roles, delegation patterns, and session management best practices.
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.