Run your business on Claude Code.
Ace Level 1 is the free preview of the Ace system: a starter workspace that captures your work, tracks your goals, and saves itself to git on demand. Clone it, type start here, and Claude walks you through a 10-minute setup.
Work vanishes into scrollback
Fixed by logging hooks.
Goals live in someone's head
Fixed by OKRs as YAML.
Git needs a translator
Fixed by natural-language sync.
One file Claude reads every session.
CLAUDE.md defines the structure, the conventions, and how Claude behaves in your repo. A new teammate clones the workspace and Claude already knows the house rules.
Every session leaves a trail.
Python hooks nudge each chat to log work as it happens. The session-logger agent rolls those notes into monthly session logs. The repo becomes a cumulative memory Claude reads on the next session.
Objectives Claude can read.
The goals-onboarding agent walks you from annual objectives to quarterly KRs, initiatives, and tasks, all stored as YAML. Say weekly review and Claude collects the actuals and drafts the CEO email.
Version control in plain English.
Save my work commits and pushes. What changed since Monday summarizes. Undo the last change reverts. The workspace-sync agent translates, so nobody on the team has to learn git.
Phrases that work out of the box.
Eleven agents ship installed. You talk to them in plain English.
| Say | What happens |
|---|---|
| start here | Guided setup. Identity, agents, permissions, goals. 10 minutes. |
| intro | The five-minute tour of how Ace works, then a hand-off to setup. |
| save my work | Commits and pushes through workspace-sync. |
| what's the status | status-reporter shows active priorities and blockers. |
| what should I work on | pm triages your tasks into ready, blocked, and needs-decision. |
| weekly review | goals-weekly-review collects KR actuals and drafts the CEO email. |
| consolidate my logs | session-logger rolls temp logs into the monthly session log. |
| find patterns | skill-mining surfaces wins, friction, and SOP candidates from history. |
The repo, on one screen.
Three steps. Ten minutes.
Clone the repo
git clone <link sent by email>
Open in VS Code
code level1.code-workspace
Say yes to the recommended extensions. The Claude Code extension is the one that matters.
Type start here
start here
Prefer the tour first? Type intro for a five-minute walk through how Ace works.
I'll email you the link.
Drop your details. You'll get the repo link plus a note when the preview levels up. No spam, MIT, free.
Clone it. Type start here.
Public, MIT licensed. When you outgrow the preview, there's a Level 2.
Get the repo