vrennat/developersDevelopers

Lean, opinionated Claude Code plugin. Confirm-only-when-ambiguous workflow. Replaces obra/superpowers.

2Stars on the repository
21Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bootstrap

01

vrennat/developersDevelopers

Command

Bootstrap a project to use developersDevelopers. Creates docs/specs and docs/plans, detects legacy obra/superpowers paths, prints copy-paste commands for migration and templates. Idempotent. Named bootstrap (not init) to avoid colliding with Claude Code's built-in /init.

2 1mo ago C 61 tokens original MIT

brainstorm

02

vrennat/developersDevelopers

Command

Idea -> spec doc. Lean: clarifying questions only when ambiguous, default to recommendation, no per-section approval gates. Output to docs/specs/.

2 1mo ago A 33 tokens original MIT

debt

03

vrennat/developersDevelopers

Command

Audit the repo for dD: routing-decision markers and print a ledger grouped by file, flagging entries that name no upgrade trigger. Use to review accumulated deliberate-shortcut debt left by /impl. Read-only; never edits or removes markers.

2 1mo ago A 54 tokens original MIT

impl

04

vrennat/developersDevelopers

Command

Workhorse command. Spec file, ticket ID, or freeform description -> classified, routed, executed work. Confirms only when ambiguous. Auto-detects Linear MCP for ticket flows.

2 1mo ago A 40 tokens original MIT

mode

05

vrennat/developersDevelopers

Command

Set how aggressively the workflow confirms before acting — cautious, default, or autonomous. Stored at .claude/dd-mode and read by the SessionStart hook and /impl. With no argument, reports the current mode.

2 1mo ago A 45 tokens original MIT

plan

06

vrennat/developersDevelopers

Command

Spec -> written implementation plan. Opt-in. Use only when you want to review a plan before executing. Most work skips this and goes straight to /impl.

2 1mo ago A 34 tokens original MIT

research

07

vrennat/developersDevelopers

Command

Opt-in, explicit /research invocation only. Measurable experimentation loop that sets up a .lab/ directory and runs THINK -> TEST -> REFLECT iterations. Does not auto-trigger on experimentation-shaped asks; use only when the user types /research.

2 1mo ago A 52 tokens original MIT

tdd

08

vrennat/developersDevelopers

Command

Strict RED-GREEN-REFACTOR scaffold. Opt-in. Use when you want full TDD discipline. Not an always-on behavior.

2 1mo ago A 31 tokens original MIT

trim

09

vrennat/developersDevelopers

Command

Deletion-focused code review. Hunts only what to remove — over-engineering, dead flexibility, reinvented stdlib, speculative abstraction. Not correctness, not security (those are brutal-code-reviewer and adversarial-reviewer). Outputs one line per finding plus a net line-savings total.

2 1mo ago A 59 tokens original MIT