brigade
Trackable coding work, verification receipts, and shared memory
All Skills in This Repository (8)
Pure Emerald Level Indicatorsreduce
Automates safe refactoring of Lisp code with a test-locked workflow.
bug-hunt
Scan codebases for confirmed correctness defects with adversarial verification and standardized reporting.
refire
Enforce structured root cause analysis before code changes in development workflows.
taste
Enforces red-green-refactor workflow requiring a minimal failing test before implementation code.
check
Verify completion claims by running commands, inspecting exit codes, and reviewing diffs.
note
Create Obsidian-compatible markdown notes with YAML frontmatter and callouts.
ultra-work-scout
Split large Brigade tasks into parallel scouting jobs and integrate findings.
brigade-work
Route work, verification runs, and session handoffs through the Brigade workflow.
Frequently Asked Questions
FAQPage SchemaHow to install Brigade?▼
Run `npx skills add escoffier-labs/brigade --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Brigade solve?▼
It keeps coding work trackable across sessions by recording tasks, verification receipts, and memory handoffs, so context and proof of work are never lost.
How do verification receipts work?▼
Running a check through `brigade work verify run` records the command, its real exit code, and the git state as a receipt, so no one can claim success without evidence.
Does Brigade work with Claude Code and Codex?▼
Yes. `brigade init --harnesses claude,codex` wires the workspace files and skills into each harness, and the same rules apply across all of them.
Can non-developers use Brigade?▼
Basic use is command-line driven, but it is built for coding workflows, so some comfort with terminals and git repositories is expected.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core