Feature Forge
Turns a new requirement into a working full-stack feature: first decomposes the business problem (actors, bounded contexts, modules, entities, rules, API contract), then scaffolds modules across the workspace's reference repos — backend, web frontend, and mobile app — using each repo's existing tech stack and conventions by default (overridable). Stands up infrastructure (MongoDB + MinIO on Docke…
Pr Prep
Turns a set of code changes into a clean Conventional-Commits commit message and a high-quality Pull Request description — derived from the actual diff, filling the repo's PR template if present, linking issues, and including a test plan and risk notes. Optionally creates the commit, pushes the branch, and opens the PR (gh / API / paste-ready URL), always confirming before any outward-facing acti…
Codebase Spec Test
Reverse-engineers an existing codebase into business-logic documentation, then derives test cases and test data and runs them to green. Use when onboarding to an unfamiliar or legacy codebase, when documentation is missing/stale, when building a regression safety net before refactoring, or when the user asks to 'document the business logic', 'understand what this app does', 'write tests for exist…
Context Bootstrap
Generates or refreshes a high-signal CLAUDE.md (agent context file) plus an architecture map and domain glossary for any repository, so both AI agents and humans work faster and make fewer mistakes. Derives the essentials from the actual code — how to build/run/test, architecture & module boundaries, conventions, key entrypoints, gotchas (env/containers), and do/don't rules — and writes a concise…
Api Contract Guard
Detects drift between an API's providers (server routes/controllers/handlers, OpenAPI/GraphQL schema) and its consumers (typed clients, fetch/axios calls, generated SDKs, query hooks) — within one repo or across a separate frontend + backend. Reports mismatches with severity and file:line on both sides: missing/renamed endpoints, wrong method or path, request/response field name or type mismatche…
Senior Review
Reviews a changeset like a senior engineer before it is pushed or merged: figures out what changed and how it differs from before, then evaluates correctness, design, readability, security, performance, tests, and backward-compatibility — producing severity-tagged, actionable findings and a clear verdict (approve / approve-with-nits / request-changes). Can post the review straight onto a GitHub P…