Agent
Analyzes a TypeScript/monorepo codebase to produce a structured project profile for agentic scaffolding. Use when scaffolding .claude/ directory.
Claude Code plugin that scaffolds the full .claude/ agentic engineering stack for TypeScript/monorepo projects.
Agent
Analyzes a TypeScript/monorepo codebase to produce a structured project profile for agentic scaffolding. Use when scaffolding .claude/ directory.
Agent
Read-only architecture planner. Analyzes codebase and produces Architecture Decision Records. Use for planning non-trivial features before implementation.
Agent
Systematic root-cause debugger. Reproduces, isolates, fixes, and verifies. Use when encountering bugs or test failures.
Agent
Documentation updater. Updates READMEs, changelogs, and inline docs after feature work. Light touch — only documents what changed.
Agent
TDD implementation agent. Writes failing tests first, then implements to pass. Use for executing feature work after architecture is approved.
Agent
Neutral technical judge. Compares competing implementations across branches, scores them on correctness, quality, and simplicity, then picks the winner. Use after parallel implementation attempts.
Agent
Adversarial code reviewer with zero prior context. Reviews code as if seeing it for the first time. Use after implementation to catch bugs, security issues, and scope creep.