Quickstart
Five minutes. One PR. Whatever agent you already use.Research Preview — Genie is experimental. Things will break, APIs will change, and we want your feedback. Honest feedback, not polite feedback. Tell us on Discord.
Install Genie
Run the bootstrap script (see the full Installation guide for alternatives). It installs the CLI, sets up plugins, and configures git hooks.Verify the install:Expected output:
Choose Your Agent (or don't — we don't care)
Genie orchestrates agents. It is not an agent. Use whatever you like — we have opinions about orchestration, not about your vendor choices.
Claude Code works out of the box. For others, run the setup command and Genie configures the adapter.
| Agent | Setup | Notes |
|---|---|---|
| Claude Code | Installed by default | Deepest integration — native plugin, hooks, teams |
| Codex | genie setup --codex | OpenAI’s agent. Full transcript + team support |
| Open Claw | genie setup --open-claw | Open-source. Community-maintained adapter |
| Custom (BYOA) | genie setup --custom | Any CLI agent with stdout/stderr. Seriously, anything. |
Paste Into Your Agent
Open your agent in your project directory and paste:Genie detects a fresh project and scaffolds everything:
Brainstorm Your First Idea
Got something you want to build? Tell the brainstorm skill about it:It’ll walk you through the thinking you’d do anyway — but faster:
- Scope — what’s in, what’s out
- Constraints — dependencies, breaking changes
- Design — approach, tradeoffs
- Readiness — is this crisp enough to actually build?
Create a Wish
When the brainstorm crystallizes, turn it into something agents can execute:This produces a
WISH.md — the contract between you and your agents:- Summary and scope (so nobody wanders off)
- Acceptance criteria (checkboxes — unambiguous “done”)
- Execution groups (parallelizable work units)
- Validation commands (proof it works)
What just happened?
You typed four slash commands and got a pull request. Your agent did the actual work. Here’s what it looked like:| Step | Skill | Output |
|---|---|---|
| Explore | /brainstorm | Design document |
| Plan | /wish | WISH.md with criteria |
| Build | /work | Code changes across execution groups (tracked as PG tasks) |
| Validate | /review | SHIP or FIX-FIRST verdict |
| Ship | PR created | Ready for you to merge (agents don’t push to production — that’s your job) |
genie events summary --today or genie task list --by-column for a kanban view.
Next steps
Core Concepts
Understand wishes, agents, teams, and skills in depth.
Skills Reference
Browse all 14 built-in skills.
Hacks & Tips
Community patterns, cost tips, and power-user techniques.
Stuck? Ask on Discord
Real humans. Real answers. Usually within minutes, not days.