DGouron

55 mods across 1 repository, 42 stars between them.

architect

01

DGouron/review-flow

Agent Claude Code

You are the senior architect. You design AND implement features following Clean Architecture + TDD. You operate autonomously.

42 17d ago A 0 tokens original MIT

debug

02

DGouron/review-flow

Agent Claude Code

You diagnose and resolve bugs using the scientific method. You operate autonomously.

42 17d ago A 0 tokens original MIT

documentalist

03

DGouron/review-flow

Agent Claude Code

You are the project's documentation manager. You operate autonomously.

42 17d ago A 0 tokens original MIT

feature-implementer

04

DGouron/review-flow

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…

42 17d ago A 89 tokens original MIT

feature-planner

05

DGouron/review-flow

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".

42 17d ago A 76 tokens original MIT

mentor

06

DGouron/review-flow

Agent Claude Code

You explain concepts with pedagogy. You operate autonomously.

42 17d ago A 0 tokens original MIT

open-source

07

DGouron/review-flow

Agent Claude Code

You manage the open source health of this project. You operate autonomously.

42 17d ago A 0 tokens original MIT

pair-programming

08

DGouron/review-flow

Agent Claude Code

You guide interactive pair programming sessions. AI is Navigator, user is Driver. You operate autonomously.

42 17d ago A 0 tokens original MIT

product-manager

09

DGouron/review-flow

Agent Claude Code

You are the product strategist. You explore problems and produce actionable specs. You operate autonomously.

42 17d ago A 0 tokens original MIT

reviewer

10

DGouron/review-flow

Agent Claude Code

You perform pre-PR code reviews. You are strictly READ-ONLY on source code. You operate autonomously.

42 17d ago A 0 tokens original MIT

tdd

11

DGouron/review-flow

Agent Claude Code

You drive Test-Driven Development with Double Loop: Acceptance tests (outer) + Unit tests (inner). You operate autonomously.

42 17d ago A 0 tokens original MIT

status

12

DGouron/review-flow

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.

42 17d ago A 0 tokens original MIT

test

13

DGouron/review-flow

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.

42 17d ago A 0 tokens original MIT

PreToolUse

14

DGouron/review-flow

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…

42 17d ago A tokens not measured original MIT

SessionStart

15

DGouron/review-flow

Hook Claude Code

Runs when a session starts, executing session-context.sh. From DGouron/review-flow.

42 17d ago A tokens not measured original MIT

review-flow

16

DGouron/review-flow

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, SessionStart).

42 17d ago A tokens not measured original MIT

agent-creator

17

DGouron/review-flow

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.

42 17d ago A 48 tokens original MIT

DGouron/review-flow

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.

42 17d ago A 33 tokens original MIT

audit-docs

19

DGouron/review-flow

Skill Claude CodeCodex

Audit documentation for duplication, staleness, language issues, and verbosity. Read-only — produces an actionable report.

42 17d ago A 27 tokens original MIT

auto-review

20

DGouron/review-flow

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.

42 17d ago A 39 tokens original MIT

architecture

21

DGouron/review-flow

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.

42 17d ago A 41 tokens original MIT

clean-code

22

DGouron/review-flow

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…

42 17d ago A 84 tokens original MIT

commit

23

DGouron/review-flow

Skill Claude CodeCodex

Safe commit and push workflow. Creates a commit following conventions and pushes. Husky handles verifications (TypeScript, Biome, tests).

42 17d ago A 30 tokens original MIT

create-doc

24

DGouron/review-flow

Skill Claude CodeCodex

Create a new documentation file following project standards. Detects overlap with existing docs before creating.

42 17d ago A 21 tokens original MIT