npx oyeboss new my-app # no install; try it first npm install -g oyeboss # the usual brew install ajeshh/boss/boss # macOS, via the tap
Something new
Scaffold it
boss new my-app creates the project, git-inits it, registers it, and starts
you in Quickstart with 3 agents and 16 skills.
Open Claude Code
cd my-app then claude — terminal or editor panel. First time?
/welcome is about a minute, and it asks where you're starting from so the tone
fits.
Point it at the idea
/boss <your idea> — a sentence, a doc, a Google Doc, an Obsidian note, a
PDF, or a URL. Already written it down? /import <file|url>. Just want to
see something move? /prototype builds the smallest clickable version to react to.
Come back later and run boss status
The one command worth remembering. After a few days away it tells you where you are and what's next.
A repo you already started
Don't start over. cd into it and run boss adopt — it reads how far
along you already are (a build manifest, source files, tests, CI, a deploy config), prints
what it found, and starts you at the mode that matches.
Non-destructive throughout: your files are untouched, and an existing CLAUDE.md
or AGENTS.md gets a marked block appended rather than replaced. It
caps its own guess at MVP on purpose — V1 is a design-system and database
commitment, and that's your call, not a machine's. If it reads low,
boss unlock <mode> is one command.
Then run /comprehend inside Claude. That's the adopted repo's version of
/boss: BOSS reads the actual code, tailors the scaffold, and seeds the venture
brain so the conscience starts with real context instead of guessing.
It tunes itself to you
/welcome asks this once. It changes where you start and how fast you climb — nothing else.
/triage — the payoff is /canvas. Unlock MVP when you're actually
building, not before.
/ai-failure-states from the start, the canvas's Risks & Harms cell taken
seriously, /red-team --humane before anyone relies on it.
Changed your mind?
boss remove previews exactly what would go; --apply does it. It only
removes what BOSS wrote — your code, the ideas and decisions you captured, your own
skills, and any BOSS file you edited all survive, and your CLAUDE.md keeps
everything except BOSS's marked block. boss remove --global takes it off the
machine instead; your projects keep working, since the conscience hook runs from the project,
not the CLI.
And it hands back the thinking on the way out. If BOSS built up a venture brain about your
project — what it understood, what it concluded — that gets exported to
docs/venture-brain.md before anything is deleted. You wrote into it and
you could edit it, so it leaves with you rather than with the tool.
A clean exit is what makes the entrance safe to try.