brownspec
01Plugin Claude Code
Plugin marketplace listing 1 plugin: brownspec.
Plugin Claude Code
Plugin marketplace listing 1 plugin: brownspec.
Plugin Claude Code
Spec-driven development for existing codebases. Reads your repo's conventions, interviews you about a change, and writes spec, design and tasks to disk, with blast-radius analysis. Regulatory policy profiles are optional and off by default.
Command
Turn an approved spec into a design — blast radius, contract changes, failure handling, rollback.
Command
Read this repository and bootstrap .brownspec/ — conventions.md from the code, plus a policies.md stub for humans.
Command
Interview and write a spec for a change to this codebase, then list the policies it touches.
Command
Break an approved design into an ordered task list that stays deployable at every step.
Skill Claude CodeCodex
Turn an approved spec.md into design.md — the technical approach, the blast radius of the change, contract changes, failure handling, and migration path. Use after /brownspec:spec, or when the user asks how to build something already specified, or says /brownspec:design.
Skill Claude CodeCodex
How Brownspec reads an existing codebase — the project map, the conventions sample, and the blast radius. Use when another Brownspec skill needs repository facts, or when the user asks what a change touches, who calls a symbol, or what this project's conventions are.
Skill Claude CodeCodex
Start or resume a specification for a change to this codebase. Interviews the user one question at a time, writes spec.md to disk, then separately lists the organizational policies the change touches. Use when the user asks to spec out a change, write requirements, plan a feature before coding, or says /brownspec:spec.
Skill Claude CodeCodex
Bootstrap or refresh .brownspec/ for this repository — project-map.json and conventions.md derived from the code, plus a policies.md stub for humans to fill in. Use on first run in a new repo, when conventions have drifted, or when the user says /brownspec:init.
Skill Claude CodeCodex
Break an approved design.md into an ordered, reviewable task list, and seed trace.json so drift can be detected later. Use after /brownspec:design, when the user asks to break work into tasks or tickets, or says /brownspec:tasks.