Command
Scaffold a new feature doc in .claude/features/ to capture on-demand context for a domain.
Command
Scaffold a new feature doc in .claude/features/ to capture on-demand context for a domain.
Command
Add a new rule file to .claude/rules/ for a topic that has surfaced in feedback or review.
Command
Audit the entire codebase against every rule in .claude/rules/ and report violations.
Command
Run the project's pre-commit checks (lint, type, tests) scoped to what changed on the current branch.
Command
Show the latest CI runs for the current branch via gh.
Command
Build a heatmap of which parts of the codebase carry the most harness-rule debt.
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.