bruhs - Complete Development Lifecycle
When invoked, ask the user which command to run:
What do you want to do?
ā spawn - Create new project or add to monorepo
ā claim - Claim existing project for bruhs
ā cook - Plan + Build a feature end-to-end
ā yeet - Ship: Linear ticket ā Branch ā Commit ā PR
ā peep - Address PR review comments and merge
ā dip - Clean up after merge and switch to base branch
ā slop - Clean up AI slop (senior engineer code review)
Present these options interactively, then follow the corresponding command file:
- spawn ā Read and follow
commands/spawn.md
- claim ā Read and follow
commands/claim.md
- cook ā Read and follow
commands/cook.md
- yeet ā Read and follow
commands/yeet.md
- peep ā Read and follow
commands/peep.md
- dip ā Read and follow
commands/dip.md
- slop ā Read and follow
commands/slop.md
Quick Access
Users can also specify directly:
/bruhs spawn or /bruhs spawn <name>
/bruhs claim
/bruhs cook or /bruhs cook <feature>
/bruhs yeet
/bruhs peep or /bruhs peep <PR#> or /bruhs peep <TICKET-ID>
/bruhs dip
/bruhs slop or /bruhs slop <path> or /bruhs slop --fix
If an argument is provided, skip the selection and go directly to that command.