From Zero to Oracle in 3 Commands
your-project/
โโโ CLAUDE.md โ AI instructions
โโโ .claude/
โ โโโ commands/ โ /recap, /trace, rrr
โ โโโ agents/ โ context-finder, executor
โ โโโ knowledge/ โ Philosophy, style guide
โโโ ฯ/ โ Memory structure
โโโ WIP.md
โโโ memory/
โโโ retrospectives/
โโโ learnings/
เนเธเนเธเธฃเนเธเธเนเธซเธกเน เธเธดเธกเธเน:
> /plugins enable nat-agents-core
Output:
โ Enabled plugin nat-agents-core@nat-plugins
Scope: project
Enabled: 4 agents, 4 slash commands
Install commands & agents
> /awaken
Output:
๐ฎ The Oracle has awakened.
Installed:
โโโ .claude/commands/ (7 commands)
โ โโโ trace, recap, rrr, snapshot, forward, wip, standup
โโโ .claude/agents/ (3 agents)
โโโ context-finder, executor, marie-kondo
Add philosophy & knowledge
> /oracle-init
Output:
โ Oracle philosophy initialized
Created:
โโโ .claude/knowledge/oracle-philosophy.md
โโโ .claude/knowledge/writing-style.md
โโโ CLAUDE.md (updated)
Create memory structure
> /soul-lite
Output:
โ Minimal ฯ/ created:
โโโ ฯ/HOME.md
โโโ ฯ/WIP.md
โโโ ฯ/memory/retrospectives/
โโโ ฯ/memory/learnings/
Run `rrr` to create your first retrospective!
/recap โ Fresh start context
/trace โ Search everything
rrr โ Session retrospective
/wip โ Show WIP.md
context-finder โ Fast search
executor โ Run specs
oracle-philosophy โ Core values
writing-style โ Voice guide
"The Oracle Keeps the Human Human"
1. Nothing is Deleted โ Append only, timestamps = truth
2. Patterns Over Intentions โ Observe what happens
3. External Brain, Not Command โ Mirror, don't decide
Session work โ rrr โ retrospectives/ โ learnings/
(code) (save) (session) (patterns)
Every session is captured. Patterns accumulate over time.
| Folder | Contains | Persists |
|---|---|---|
| retrospectives/ | Session logs | Forever |
| learnings/ | Distilled patterns | Forever |
| WIP.md | Current focus | Until done |
/recap โ Start session
โ
Work โ Code, debug, explore
โ
rrr โ End session, capture learning
The AI remembers across sessions through ฯ/memory/
/plugins enable nat-agents-core
/awaken
/oracle-init
/soul-lite
Done. Your project has an Oracle brain.
เธฅเธญเธเนเธญเธ:
1. เธชเธฃเนเธฒเธเนเธเธฃเนเธเธเนเธซเธกเน: mkdir my-oracle && cd my-oracle && git init
2. เนเธเธดเธ Claude Code: claude
3. Run: /plugins enable nat-agents-core
4. Run: /awaken โ /oracle-init โ /soul-lite
| Command | What It Does |
|---|---|
| /plugins enable | เธเธดเธเธเธฑเนเธ plugin |
| /awaken | Install commands + agents |
| /oracle-init | Add philosophy + style |
| /soul-lite | Create ฯ/ memory structure |
Your AI now has persistent memory and personality.