tacoda/bridle

Claude Code Plugin for managing an Agent Project Harness

2Stars on the repository
50Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

adr

01

tacoda/bridle

Skill Claude CodeCodex

Capture an architectural decision as an ADR — context, options, decision, consequences — saved to docs/adrs/NNNN- .md.

2 3mo ago A 31 tokens

brainstorm

02

tacoda/bridle

Skill Claude CodeCodex

Turn a rough idea into an approved spec — Socratic dialogue, 2–3 approaches, written design doc saved to docs/specs/.

2 3mo ago A 32 tokens

finish-branch

03

tacoda/bridle

Skill Claude CodeCodex

Verify tests pass, then present merge / PR / keep / discard options and execute the user's choice — worktree-aware.

2 3mo ago A 27 tokens

fix-bug

04

tacoda/bridle

Skill Claude CodeCodex

Diagnose and fix a bug using TDD — replicate, gather evidence, diagnose, wrap the bug in a failing test, fix, review, ship.

2 3mo ago A 34 tokens

implement-change

05

tacoda/bridle

Skill Claude CodeCodex

Implement a change (bug fix, feature, follow-up) using TDD — from spec through to a PR.

2 3mo ago B 25 tokens

investigate-perf

06

tacoda/bridle

Skill Claude CodeCodex

Investigate a performance problem — pick a metric, baseline it, profile, change one thing, measure delta. No perf claims without before/after numbers.

2 3mo ago A 36 tokens

onboard

07

tacoda/bridle

Skill Claude CodeCodex

Walk a new engineer through getting set up in this codebase, understanding the layout, and shipping their first trivial change.

2 3mo ago A 26 tokens

postmortem

08

tacoda/bridle

Skill Claude CodeCodex

Write a blameless postmortem after an incident — timeline, impact, RCA (5-whys / causal chain), what went well/poorly, action items — saved to docs/postmortems/YYYY-MM-DD- .md.

2 3mo ago A 53 tokens

refactor

09

tacoda/bridle

Skill Claude CodeCodex

Execute a behavior-preserving refactor — small steps from the catalog, tests after each step, no behavior change in the same commit.

2 3mo ago A 29 tokens

release

10

tacoda/bridle

Skill Claude CodeCodex

Cut a release — propose a semver bump, update the changelog, bump the version file, tag, push. Conventional release commits.

2 3mo ago A 30 tokens

respond-to-review

11

tacoda/bridle

Skill Claude CodeCodex

Walk through open PR review comments, propose fixes, apply with confirmation, mark threads resolved — closes the review loop.

2 3mo ago A 26 tokens

rfc

12

tacoda/bridle

Skill Claude CodeCodex

Open a Request for Comments — a structured proposal that solicits feedback before a decision is made. Saved to docs/rfcs/NNNN- .md.

2 3mo ago A 37 tokens

subagent-tasks

13

tacoda/bridle

Skill Claude CodeCodex

Execute a multi-task plan by dispatching a fresh subagent per task with two-stage review (spec compliance, then code quality).

2 3mo ago A 31 tokens

threat-model

14

tacoda/bridle

Skill Claude CodeCodex

Build a threat model for a feature before implementation — assets, entry points, threats (STRIDE), mitigations — saved to docs/threats/ .md.

2 3mo ago A 37 tokens

worktree

15

tacoda/bridle

Skill Claude CodeCodex

Set up an isolated workspace for parallel work — detect existing isolation, create a worktree if needed, run setup, confirm clean baseline.

2 3mo ago A 29 tokens