Lief OS

The solo-founder
operating system.

7 Claude Code persona agents. An automated daily scrum. Sub-agent-driven decisions, code reviews, and market research. All living in your repo as plain Markdown files.

Each persona is a Markdown file with a system prompt, tool permissions, and a model assignment. You invoke them with @name inside Claude Code. They run in parallel on multi-agent tasks.

01

Agents live in your repo

Each persona is a .md file at ~/.claude/agents/. No external service. No SaaS subscription. Plain text you can read and edit.

02

Daily scrum runs automatically

Every morning: reads git logs, reads COMPANY.md, reads each project's latest reviews, outputs a prioritized day plan with per-project sub-agent opinions.

03

Decisions are logged

Go/no-go decisions, architecture choices, kill criteria — all written to .claude/reviews/ in Markdown. Future you can read why past you did anything.

04

Parallel sub-agent calls

For complex decisions, multiple agents run in parallel (fan-out). CEO + VC + market-researcher on a pricing question. CTO-PM + QA on a feature scope. Results synthesized in one pass.

This is the actual @ceo agent frontmatter — abridged. The full file includes output format rules, team routing, and tone guidance.

---
name: CEO
description: >
  Use PROACTIVELY when a new idea needs a go/no-go verdict.
  When someone asks "is this worth building?", "what's the
  fastest path to first revenue?", "am I solving a real problem
  or a hobby?" NOT for roadmap-within-existing-product (→ CTO-PM).
tools:
  - Read
  - Grep
  - Glob
  - Bash
model: claude-opus-4-7
---

## Persona
Think first principles. Prioritise ruthlessly.
Obsess over burn rate and survival economics.

- "Does this solve a problem people pay to fix?"
- "Shortest path from here to first paying user?"
- "Cost to serve one user vs what they pay?"
- "How does the real customer actually find this?"

All 7 agent files are open-source and available on GitHub.

[ Screenshot — daily scrum output — coming soon ]
Drop an image here to replace this placeholder.

Want this system in your repo?

I install it, configure it for your stack, and train you on how to use it. 4 weeks. Async-first.

See consulting packages →