Before you begin
Before you type a single command, ask yourself:“How do I want Athena to best help me in my daily life?”This is the guiding principle. Everything else — the setup, the profile, the commands — exists to serve your answer to this question.
How this works
Athena works through a simple loop that compounds over time:The first session takes ~30 minutes. Every session after that takes ~1–2 minutes to boot.
| After… | What Athena knows |
|---|---|
| 10 sessions | Your preferences and working style |
| 50 sessions | Your decision frameworks and blind spots |
| 200 sessions | Your thinking patterns before you state them |
| 500+ sessions | Like a colleague who’s been with you for years |
Step 1: Boot up
Open your workspace in your agentic IDE and type in the AI chat panel:.athena_root).
You should see output like:
Step 2: Take the tutorial
Type in the chat panel:The profile interview
Think of this as your first real conversation. Athena asks, you answer. The more you share, the more useful Athena becomes.Your goals
Short-term, medium-term, and long-term goalsWhy it matters: So every response is aligned with what you’re actually building toward.
Your decision style
Risk appetite, speed vs quality, how you make tradeoffsWhy it matters: So it frames options the way you think about decisions.
Your strengths
What you’re great at, where you excelWhy it matters: So it leans into what you’re great at, rather than duplicating it.
Your blind spots
Common mistakes, areas where you need supportWhy it matters: So it actively watches for the mistakes you tend to make.
Your communication style
How you prefer to receive informationWhy it matters: So it speaks in your voice, not a generic AI voice.
Full tutorial stages
| Stage | What happens | Duration |
|---|---|---|
| 1. Welcome | What’s in the box — the full starter kit | ~1 min |
| 2. Core Loop | How /start → Work → /end compounds over time | ~2 min |
| 3. Profile Interview | Interactive Q&A to build your personal profile | ~15–25 min |
| 4. Search Demo | See Athena’s hybrid RAG search in action | ~2 min |
| 5. Save Demo | Learn mid-session checkpointing | ~1 min |
| 6. Key Commands | Your essential toolkit (/think, /research, /save) | ~2 min |
| 7. Graduation | Summary + next steps | ~30 sec |
Shortcut: If you want to skip the tour and jump straight to profile building, just tell Athena about yourself directly — no workflow needed.
Step 3: Review your profile
After the interview, Athena writes your profile to.context/memories/user_profile.md. Read it. Edit anything that’s wrong or incomplete.
This file is what Athena loads on every /start — it’s the single source of truth for who you are.
Step 4: Work naturally
Now just work. Talk to Athena like a colleague:Ask questions
“How does semantic search work in Athena?”
Make decisions together
“Should I use SQLite or Postgres for this project?”
Draft documents
“Write a project proposal for a team wiki”
Review code
“Review this function for edge cases”
Save checkpoints mid-session
During long sessions, save checkpoints:Step 5: Close the session
When you’re done:/start, it picks up exactly where you left off — with full context.
You should see:
.context/memories/session_logs/YYYY-MM-DD-session-01.md.
Tips for a great first session
Start with your answer
“How do I want Athena to help me?” — say it out loud. It shapes everything.
Be honest about weaknesses
The blind spots you share are the ones Athena will actively monitor.
Share real goals
Athena optimizes for where you’re going, not where you think you should be going.
Include personal context
Athena isn’t just for work. The more it understands your full life, the better it calibrates priorities.
Edit the profile after
The interview is a draft. You can always refine
.context/memories/user_profile.md directly.Don't worry about over-sharing
Everything is local. No cloud. No tracking. Your machine, your data.
What happens next
After your first session, here’s what changes:- Session 2 is faster — Boot time drops from ~30 min (first session) to ~1–2 min (ongoing sessions)
- Context accumulates — Each session builds on the last, creating a compounding knowledge base
- Patterns emerge — After 10–20 sessions, Athena starts anticipating your needs
- Memory search works — With more data, semantic search becomes powerful for recall
Next steps after your first session
Build your first agent
Create a custom agent in 5 minutes
Explore workflows
50+ available workflows —
/think, /research, /ultrathinkBrowse protocols
200+ decision frameworks for inspiration
Customize identity
Tune how Athena understands and responds to you
Common questions
Can I skip the tutorial?
Can I skip the tutorial?
Yes! Just start working. Athena ships with a working default profile. The tutorial accelerates personalization, but it’s optional.
How do I update my profile later?
How do I update my profile later?
Edit
.context/memories/user_profile.md directly, or just tell Athena in conversation. It will update the file for you.What if I make a mistake in the interview?
What if I make a mistake in the interview?
No problem. Everything is stored in plain Markdown files. Edit
.context/memories/user_profile.md and fix it.Can I use Athena for multiple projects?
Can I use Athena for multiple projects?
Yes. Either:
- Work on multiple projects from one Athena workspace (recommended)
- Create separate Athena workspaces with
athena init - Use multi-root workspaces in your IDE
Is my data private?
Is my data private?
Yes. Everything is stored locally as Markdown files. Nothing leaves your machine unless you explicitly configure cloud sync (optional Supabase integration).
What if I switch AI models?
What if I switch AI models?
That’s the point! Your memory stays on your machine. Switch from Claude to GPT to Gemini anytime — the memory layer is model-agnostic.
Athena becomes what you need it to be. Your first session is where you tell it what that is.