fan-out
73Command
Fan out one agent in parallel over a set of independent items, combining findings into a single report.
Command
Fan out one agent in parallel over a set of independent items, combining findings into a single report.
Command
Scaffold the bridle harness into the current project and customize it by replacing placeholders with project-specific values.
Command
Dashboard of harness health — rule freshness, internal consistency, last learn cadence, and workflow coverage.
Command
Convert review feedback or a surfaced pattern into a rule update — the core flywheel action.
Command
Read or set the bridle execution mode (paired, solo, or autopilot).
Command
Scaffold a new project-local agent in .claude/agents/ .md.
Command
Scaffold a new project-local slash command in .claude/commands/ .md.
Command
Scaffold a new project-local skill in .claude/skills/ /SKILL.md.
Command
Analyze the codebase and propose high-level and specific context additions to CLAUDE.md.
Command
Patch the consumer harness with new template additions after a bridle upgrade — adds new files and structural changes without rewriting customized templates.
Command
Analyze recent commits for recurring patterns that should become rules.
Command
Manually invoke a project-local skill by name when auto-invocation does not fire.
Command
Adjust the path scope of an existing rule so it auto-loads only when relevant files are touched.
Command
List every rule in .claude/rules/ with its scope and last-modified date.
Command
Spot refactoring opportunities and code smells in the current diff.
Command
Fan out every review agent in .claude/agents/ on the current diff and combine findings.
Command
Flag rules that have not been referenced or updated recently and propose actions.
Command
Apply the boy-scout rule — for files touched in the current diff, surface smells and rule violations and propose cleanups.
Command
Verify the current diff — run pre-commit checks and spawn functional + security review agents in parallel.
Agent Claude Code
Diagnose a failing CI run on {{ CIPROVIDER }} and propose fixes.
Agent Claude Code
Performance review of the diff — flags hot-path regressions, N+1s, allocation hotspots, blocking I/O, and untargeted optimizations.
Agent Claude Code
OWASP Top 10 review of the diff.
Command Claude Code
Run pre-commit checks based on what changed on the current branch.
Skill Claude CodeCodex
Capture an architectural decision as an ADR — context, options, decision, consequences — saved to docs/adrs/NNNN- .md.