architect
01Agent Claude Code
You are the senior architect. You design AND implement features following Clean Architecture + TDD. You operate autonomously.
Agent Claude Code
You are the senior architect. You design AND implement features following Clean Architecture + TDD. You operate autonomously.
Agent Claude Code
You diagnose and resolve bugs using the scientific method. You operate autonomously.
Agent Claude Code
You are the project's documentation manager. You operate autonomously.
Agent Claude Code
Implement a ReviewFlow feature via TDD inside-out. Receives a validated plan (docs/plans/ .plan.md) and spec (docs/specs/ .md), implements all layers with RED-GREEN-REFACTOR, self-reviews, and persists a report. Triggers when the user says "implement feature", "start implementation", "implement spec", or "run…
Agent Claude Code
Plan a ReviewFlow feature implementation. Analyzes a spec in docs/specs/, maps it to Clean Architecture layers (Entity → Use Case → Gateway → Controller), and produces a structured plan in docs/plans/ .plan.md. Triggers when the user says "plan feature", "plan implementation", "analyse spec", or "create plan for".
Agent Claude Code
You explain concepts with pedagogy. You operate autonomously.
Agent Claude Code
You manage the open source health of this project. You operate autonomously.
Agent Claude Code
You guide interactive pair programming sessions. AI is Navigator, user is Driver. You operate autonomously.
Agent Claude Code
You are the product strategist. You explore problems and produce actionable specs. You operate autonomously.
Agent Claude Code
You perform pre-PR code reviews. You are strictly READ-ONLY on source code. You operate autonomously.
Agent Claude Code
You drive Test-Driven Development with Double Loop: Acceptance tests (outer) + Unit tests (inner). You operate autonomously.
Command Claude Code
Command "status" from DGouron/review-flow, covering /status — complete project diagnostic, 1. technical health, 2. structure by module, 3. technical debt and 4. git.
Command Claude Code
Command "test" from DGouron/review-flow, covering /test — complete test verification, 1. run all tests, 2. failed tests, 3. files without tests and 4. test quality.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, Bash and Agent tool calls, executing no-barrel-exports.sh, enforce-dependency-rule.sh, enforce-gateway-port-purity.sh, enforce-presenter-class.sh, protect-main-branch.sh, pre-commit-gate.sh, verify-spec-updated.sh, protect-main-push.sh and require-spec.sh (9…
Hook Claude Code
Runs when a session starts, executing session-context.sh. From DGouron/review-flow.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, SessionStart).
Skill Claude CodeCodex
Guide for creating optimized Claude Code agents. Use to design a new specialized agent, a swarm sub-agent, or a multi-agent workflow. Follows the Skill → Agent (preloaded skills) → Skill orchestration pattern.
Skill Claude CodeCodex
Anti-overengineering guide based on YAGNI. Use before adding an architectural pattern, during code review, or to challenge an overly complex implementation.
Skill Claude CodeCodex
Audit documentation for duplication, staleness, language issues, and verbosity. Read-only — produces an actionable report.
Skill Claude CodeCodex
Local auto-review of modified code (no GitLab/GitHub). Runs 5 sequential audits and generates a local report. Ideal for validating code before creating a MR/PR.
Skill Claude CodeCodex
Clean Architecture (Uncle Bob) guide for this project. Use when creating modules, entities, use cases, presenters, controllers, gateways, guards, services. Contains tactical patterns and structure conventions.
Skill Claude CodeCodex
Clean Code (Robert C. Martin) guide to produce and challenge code that is readable, durable, simple, and consistent. Covers naming, functions, comments, smells, and refactor heuristics. Complements /solid (SOLID principles) and /anti-overengineering (YAGNI/KISS). Activate during the REFACTOR phase of the TDD cycle and…
Skill Claude CodeCodex
Safe commit and push workflow. Creates a commit following conventions and pushes. Husky handles verifications (TypeScript, Biome, tests).
Skill Claude CodeCodex
Create a new documentation file following project standards. Detects overlap with existing docs before creating.