Agent Claude Code
Use proactively before a feature commit lands: hunts for correctness, security, and design defects the machine gates miss, then returns ranked findings with a failure scenario for each. Runs as a two-instance pair.
Agent Claude Code
Use proactively before a feature commit lands: hunts for correctness, security, and design defects the machine gates miss, then returns ranked findings with a failure scenario for each. Runs as a two-instance pair.
Agent Claude Code
Use proactively when the feature cycle needs a codebase map: enumerates the affected subsystems in the recompose monorepo and returns cited paths, symbols, and Feature-Sliced Design layers.
Agent Claude Code
Use proactively when a UI feature needs a design-quality review: critiques layout, hierarchy, and interaction against the recompose design system and macOS conventions. Returns ranked fixes with reference screenshots.
Agent Claude Code
Use proactively when the feature cycle needs outside knowledge: researches libraries, standards, and prior art on the web, then returns a cited brief with source links. Covers Vitest 4, fast-check, TanStack, and any new dependency.
Agent Claude Code
Reviews changed code for compliance with recompose's project rules (CLAUDE.md + .claude/rules/), covering the constraints linters can't check. Use after implementing features or fixes, before committing.
Agent Claude Code
Use proactively when a feature cluster is ready to build: drives a failing test to green with test-driven development, then repairs red rebases on the merge train. Uses Vitest 4, fast-check, and Feature-Sliced Design.