bdfinst

63 mods across 1 repository, 277 stars between them.

codebase-recon

26

bdfinst/agentic-dev-team

Agent

Reconnaissance agent that surveys a codebase's structure, entry points, dependencies, security surface, and git history. Produces a contract-conformant RECON artifact at .claude/memory/recon- .{md,json} that other agents consume.

277 today A 60 tokens original MIT

correctness-review

29

bdfinst/agentic-dev-team

Agent

Functional/behavioral defects where implementation diverges from evident intent (missing assignments, wrong operators, inverted conditions, missing guard clauses, off-by-one/boundary errors, unverified runtime/library claims, error-signalling divergence).

277 today A 49 tokens original MIT

data-flow-tracer

30

bdfinst/agentic-dev-team

Agent

Traces a use case through all architecture layers, mapping data access patterns, caching, external integrations, and identifying gaps. Read-only analysis agent — it never edits code; its one execution grant is a scoped Bash(graphify ) for running the Graphify CLI's read-only query commands.

277 today A 62 tokens original MIT

doc-review

31

bdfinst/agentic-dev-team

Agent

Documentation accuracy, README staleness, API doc alignment, inline comment drift, ADR update triggers.

277 today A 22 tokens original MIT

bdfinst/agentic-dev-team

Agent

Adversarially reviews freshly-derived or freshly-authored Gherkin scenarios for coverage gaps and positive/negative balance, immediately after generation.

277 today A 33 tokens original MIT

js-fp-review

34

bdfinst/agentic-dev-team

Agent

Array mutations, parameter mutations, global state, impure side effects, and point-free/composition opportunities in JS/TS.

277 today A 29 tokens original MIT

mutation-kill

35

bdfinst/agentic-dev-team

Agent

Autonomous mutation survivor-reduction loop — runs a scoped mutation tool, generates targeted tests for survivors in priority order, verifies they compile and pass, commits, and repeats until survivors stop decreasing. Gates on hard kills only (timeouts excluded). Complements the advisory /mutation-testing skill.

277 today A 60 tokens original MIT

orchestrator

37

bdfinst/agentic-dev-team

Agent

Central dispatcher that routes tasks to specialized agents and coordinates multi-agent collaboration.

277 today A 17 tokens original MIT

bdfinst/agentic-dev-team

Agent

Adversarially critiques an implementation plan's acceptance criteria, Gherkin scenarios, and step traceability before the human plan-review gate.

277 today A 33 tokens original MIT

plan-review-design

40

bdfinst/agentic-dev-team

Agent

Adversarially critiques an implementation plan's technical design — coupling, abstraction boundaries, structural risks, and pattern adherence — before the human plan-review gate.

277 today A 34 tokens original MIT

bdfinst/agentic-dev-team

Agent

Verifies that an implementation plan's declared same-wave concurrency is real — no file collisions, no disjoint-file behavioral coupling, no residual graph mis-layering — before the human plan-review gate.

277 today A 44 tokens original MIT

bdfinst/agentic-dev-team

Agent

Adversarially critiques an implementation plan's problem-solution fit, scope, risk, and opportunity cost before the human plan-review gate.

277 today A 33 tokens original MIT

plan-review-ux

43

bdfinst/agentic-dev-team

Agent

Adversarially critiques an implementation plan's usability, accessibility, and error experience before the human plan-review gate; self-skips for plans with no user-facing surface.

277 today A 38 tokens original MIT

platform-engineer

44

bdfinst/agentic-dev-team

Agent

CI/CD pipeline design, deployment strategy (blue-green, canary, rolling), rollback planning, observability (SLOs, alerting, dashboards), and reliability/incident-mode design — dispatch when the user asks "how should we deploy this", "design the pipeline", "what's our rollback plan", "make this observable", or a plan…

277 today A 89 tokens original MIT

progress-guardian

46

bdfinst/agentic-dev-team

Agent

Tracks plan step completion, enforces commit discipline, and gates plan changes through human approval.

277 today A 21 tokens original MIT

qa-engineer

47

bdfinst/agentic-dev-team

Agent

Senior SDET — partner on acceptance criteria, coach teams on test design and CD-aligned test architecture, dispatch test-health and test-design skills; non-gatekeeping. Champions pipeline-as-product and DORA-driven feedback.

277 today A 48 tokens original MIT

quality-reviewer

48

bdfinst/agentic-dev-team

Agent

Coordinates code quality review agents and drives the fix loop for a freshly-implemented unit of work.

277 today A 22 tokens original MIT