You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
nocoder26
committed
Add /telos:start concierge skill, simplify install (MCP now optional)
New /telos:start is the front door for new users — auto-scaffolds brain/,
runs /why → /problem → /interview in sequence with one-line context, and
exits with a real interview script in 10 minutes.
Install collapses to 3 slash commands. Python MCP moves to optional
section: skills work file-only by default, MCP is a perf upgrade.
SessionStart pitch and CLAUDE.md updated to recommend /telos:start
when a founder lands fresh.
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ When they describe a problem in their solution's language ("can't manage finance
44
44
45
45
Run any with `/<name>`:
46
46
47
+
**Front door (use this first for new founders):**
48
+
-`/start` — concierge walkthrough. Auto-creates `brain/` skeleton, then runs `/why` → `/problem` → `/interview` in sequence with one-line explanations. Produces a real interview script in 10 minutes. Recommend this whenever a founder lands fresh and isn't sure where to begin.
49
+
47
50
**Anchor & hypothesis:**
48
51
-`/why` — capture or recall the founder's motivation; surfaced when they're about to quit or pivot
49
52
-`/problem` — capture or refine the problem hypothesis with falsification criteria
@@ -83,7 +86,7 @@ If the MCP server isn't available (e.g. founder skipped install), fall back to d
83
86
84
87
## On first run
85
88
86
-
If `brain_status()` shows stage 0 with no problem hypothesis and no why: stop everything. *Welcome them, name what stage they're in, and tell them to run `/why` first, then `/problem`.* Don't write code. Don't suggest features. The founder's first moves are an anchor and a hypothesis — earned the hard way.
89
+
If `brain_status()` shows stage 0 with no problem hypothesis and no why: stop everything. *Welcome them, name what stage they're in, and recommend `/telos:start` — the concierge walkthrough that produces a real artifact in 10 minutes.* Don't write code. Don't suggest features. The founder's first moves are an anchor and a hypothesis — earned the hard way. `/telos:start` makes "earned the hard way" a guided 10-minute experience instead of a guess.
Copy file name to clipboardExpand all lines: README.md
+38-32Lines changed: 38 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,53 +121,53 @@ If you disagree with any of these, this tool isn't for you.
121
121
122
122
## Install
123
123
124
-
**One-time setup. In any Claude Code session, run these commands ONE AT A TIME**(Claude Code concatenates pasted multi-line input into a single broken command — paste each line, Enter, wait for confirmation, then the next):
124
+
Three slash commands inside Claude Code. Run them **one at a time**— Claude Code concatenates pasted multi-line input.
That's it. **No Python, no `pip`, no terminal setup required.** Telos works file-only by default.
143
137
144
-
Then in a regular terminal (one-time, for the brain MCP server's Python deps):
138
+
> Use the full HTTPS URL above — the `nocoder26/telos` shorthand defaults to SSH, which fails unless you have SSH keys configured for GitHub.
139
+
140
+
### Optional: faster brain queries via Python MCP
141
+
142
+
Telos ships a Python MCP server that turns the brain into queryable tools. It's a perf optimization, not a requirement — if you skip this, Claude reads `brain/` files directly via Read/Glob and everything still works.
143
+
144
+
To enable:
145
145
146
146
```bash
147
147
pip install fastmcp
148
148
```
149
149
150
-
> **Use the full HTTPS URL** (`https://github.com/...git`) above — Claude Code's plugin manager defaults to SSH for the shorthand form (`nocoder26/telos`), which fails unless you've set up SSH keys for GitHub.
151
-
152
-
Requires **Python 3.10+** and the **`claude` CLI** on your PATH.
150
+
(Requires Python 3.10+.)
153
151
154
152
## Start using it
155
153
156
-
Open a fresh project directory and start Claude:
154
+
Open a fresh project directory, start Claude, and run **one command**:
157
155
158
156
```bash
159
157
mkdir my-startup &&cd my-startup && claude
160
158
```
161
159
162
-
Now type **anything** (e.g., `hi`). Claude opens with a one-line pitch:
160
+
Then in Claude:
163
161
164
-
> *"Telos is loaded — it's like a senior co-founder who refuses to let you build until you've talked to customers. Want to use it here (run `/telos:why`) or normal session?"*
162
+
```
163
+
/telos:start
164
+
```
165
165
166
-
- Say **yes** (or invoke `/telos:why` directly) → walks you through the founder anchor + problem hypothesis
167
-
- Say **no** → silenced for this directory forever, normal Claude Code session
168
-
- Say **anything else** → assumes "no", normal session, no nag
166
+
A 10-minute concierge walks you through capturing your motivation, your hypothesis (with kill criteria), and an interview script you can send today. You exit with a real artifact — `brain/why.md`, `brain/problem.md`, and a script to send to one customer. No fumbling for which skill to run first.
169
167
170
-
The pitch fires **once per project** thanks to a per-project memory file. It also auto-skips directories that look like existing non-startup projects (have `.git`, `package.json`, `Cargo.toml`, etc.). To bootstrap an existing repo, run `/telos:why` manually.
168
+
If you'd rather skip the walkthrough, run any specific skill (`/telos:why`, `/telos:problem`, `/telos:interview`) directly.
169
+
170
+
The SessionStart hook also offers `/telos:start` automatically when you open a fresh project. The pitch fires **once per project** thanks to a per-project memory file, and auto-skips directories that look like existing non-startup projects (have `.git`, `package.json`, `Cargo.toml`, etc.). To bootstrap an existing repo, run `/telos:start` manually.
171
171
172
172
## Update / re-install
173
173
@@ -192,34 +192,39 @@ export TELOS_PITCH_ALWAYS=1 # show pitch even in dirs with package.json/.git/
192
192
193
193
```
194
194
$ mkdir my-startup && cd my-startup && claude
195
-
> hi
195
+
> /telos:start
196
196
197
-
Claude: Telos is loaded — it's like a senior co-founder who refuses
198
-
to let you build until you've talked to customers. Want to
199
-
use it here (run /telos:why) or normal session?
197
+
Claude: I'm Telos. I'll spend 10 minutes asking three questions, and
198
+
you'll walk out with a real interview script and a hypothesis
199
+
you can kill. Sound good?
200
200
201
201
> yes
202
202
203
-
> /telos:why
203
+
[brain/ scaffolded automatically. Then runs /telos:why → /telos:problem
204
+
→ /telos:interview in sequence, with one-line context before each
205
+
step explaining why it matters.]
206
+
204
207
[5 questions about your motivation, written to brain/why.md.
205
208
Includes the kill question: "what would make you quit?"]
206
209
207
-
> /telos:problem
208
210
[8 questions about the pain, who, frequency, founder-market fit,
"additionalContext": "Telos is loaded for this fresh project (no brain/ yet, no existing decision).\n\nIn your VERY FIRST message to the founder, do EXACTLY this — no more, no less:\n\n Say: 'Telos is loaded — it's like a senior co-founder who refuses to let you build until you've talked to customers. Want to use it here (run /telos:why) or normal session?'\n\nThen WAIT for their response. Three cases:\n\n YES (or they invoke /telos:why themselves): immediately run /telos:why. Don't continue the pitch.\n\n NO (or they decline / change subject / ask about something else): silently run this bash command to record the decision, then continue as a normal Claude Code session and NEVER bring up Telos again unless they explicitly invoke a /telos:* skill themselves:\n echo \"$PROJECT_DIR\" >> ~/.claude/plugins/telos/decided.txt\n\n AMBIGUOUS ('maybe later', 'not sure'): treat as no. Run the bash above, continue as normal session.\n\nThe goal is ONE graceful question, then get out of the way. Don't pitch twice. Don't keep nudging. Don't volunteer telos skills unless they explicitly ask."
114
+
"additionalContext": "Telos is loaded for this fresh project (no brain/ yet, no existing decision).\n\nIn your VERY FIRST message to the founder, do EXACTLY this — no more, no less:\n\n Say: 'Telos is loaded — a discipline layer that refuses to let you build until you've validated. Run /telos:start for a 10-min walkthrough that produces a real interview script, or skip and treat this as a normal Claude session?'\n\nThen WAIT for their response. Three cases:\n\n YES / start / walkthrough (or they invoke /telos:start themselves): immediately run /telos:start. Don't continue the pitch.\n\n NO / skip / not now (or they decline / change subject / ask about something else): silently run this bash command to record the decision, then continue as a normal Claude Code session and NEVER bring up Telos again unless they explicitly invoke a /telos:* skill themselves:\n echo \"$PROJECT_DIR\" >> ~/.claude/plugins/telos/decided.txt\n\n AMBIGUOUS ('maybe later', 'not sure'): treat as no. Run the bash above, continue as normal session.\n\nThe goal is ONE graceful question, then get out of the way. Don't pitch twice. Don't keep nudging. Don't volunteer telos skills unless they explicitly ask."
description: First-run concierge. Walks a new founder from zero to a captured hypothesis and a real interview script in ~10 minutes. Auto-creates the brain/ skeleton, runs /why → /problem → /interview in sequence with one-line explanations of why each step matters. Use this as the front door instead of running individual skills.
4
+
---
5
+
6
+
# /start — the concierge
7
+
8
+
This is the **front door** for someone new to Telos. Don't lecture. Don't dump theory. Walk them through three small captures that produce one real artifact: a hypothesis with kill criteria and a customer-interview script they can send today.
9
+
10
+
If `brain/why.md` already exists with content, **switch to Mode B** (orientation, not onboarding).
11
+
12
+
## Mode A — first run (no brain/ yet, or brain/why.md empty)
13
+
14
+
### Step 0 — One-line welcome
15
+
16
+
Open with exactly this, no more:
17
+
18
+
> *"I'm Telos. I'll spend 10 minutes asking three questions, and you'll walk out with a real customer-interview script and a hypothesis you can kill. Sound good? (yes / I already know what I want / what is this?)"*
19
+
20
+
Branches:
21
+
-**yes** → continue to Step 1
22
+
-**I already know what I want** → drop them out: *"Cool — run `/telos:why`, `/telos:problem`, or `/telos:interview` directly when you're ready. I'll get out of the way."* End.
23
+
-**what is this?** → one-paragraph answer: *"Telos is a discipline layer for Claude Code. It refuses to let you write product code until you've validated the problem with real customers. The brain/ folder we'll build is your record of every interview, decision, and pivot. By the time you raise a round, it's your data room. Ready?"* Then back to the welcome question.
24
+
25
+
### Step 1 — Bootstrap the brain
26
+
27
+
If `brain/` does not exist, create it now (use Bash):
Tell them in one line: *"Created `brain/`. Everything we capture lives here as markdown — git-tracked, you own it."*
36
+
37
+
### Step 2 — The anchor (`/telos:why`)
38
+
39
+
Set context in one line: *"First question is for you, not the product. Why YOU specifically must solve this. We capture it now so I can surface it later when you're tempted to quit or pivot under stress."*
40
+
41
+
Then run `/telos:why`. Walk through the 5 questions one at a time. Don't summarize at the end — the file is the artifact.
42
+
43
+
### Step 3 — The hypothesis (`/telos:problem`)
44
+
45
+
Set context: *"Now the problem itself. Eight questions. The most important one is Q7 — what would prove this WRONG. If you can't answer that, you don't have a hypothesis, you have a wish. We'll capture it in writing so future-you can't pretend you didn't know."*
46
+
47
+
Then run `/telos:problem`.
48
+
49
+
### Step 4 — The first interview script (`/telos:interview`)
50
+
51
+
Set context: *"Last step. I'll generate an interview script tailored to the hypothesis you just captured. The questions are about past behavior, not opinions — past behavior is signal, opinions are noise. After this, your only job is to send it to one person."*
52
+
53
+
Then run `/telos:interview` (script-generation mode, not signal-extraction mode).
54
+
55
+
### Step 5 — The handoff
56
+
57
+
End with exactly this structure:
58
+
59
+
```
60
+
✓ Anchor captured brain/why.md
61
+
✓ Hypothesis captured brain/problem.md
62
+
✓ Interview script ready
63
+
64
+
You're at Stage 0 → Stage 1.
65
+
66
+
Your only move now: send that script to ONE person this week.
67
+
68
+
When you have an interview transcript, run /telos:interview again to extract
69
+
signals into brain/. After 5 interviews + 5 believers, the gate to Stage 2
70
+
unlocks and you can build.
71
+
```
72
+
73
+
Stop. Do not list other skills. Do not pitch the system. The artifact is the pitch.
74
+
75
+
## Mode B — returning founder (brain/why.md already populated)
76
+
77
+
This skill was invoked but the founder is not new. Don't re-onboard. Instead, run a **state-aware orientation**:
78
+
79
+
1. Read `brain/why.md`, `brain/problem.md`, `brain/stage.md`, count interviews and believers.
80
+
2. Output a 4-line snapshot:
81
+
82
+
```
83
+
Stage <N>. Why captured. Problem captured. <X> interviews, <Y> believers.
84
+
Last decision: <pull from brain/decisions.md>.
85
+
Closest gate: <next stage gate, or PMF check, or runway>.
86
+
Recommended next: /telos:<skill>.
87
+
```
88
+
89
+
3. Stop. Don't lecture. They know the system.
90
+
91
+
## Refusal: when to NOT use /start
92
+
93
+
- Founder is mid-task and runs `/telos:start` by mistake — ask: *"You're mid-flow on `<task>`. Restart onboarding (replaces context), or back out?"*
94
+
-`brain/why.md` looks corrupted or partial — recommend running `/telos:why` directly to refresh, not full onboarding.
95
+
96
+
## Why this exists
97
+
98
+
Most new users land in Claude Code with an installed plugin and no idea which slash command to run first. The friction kills activation. `/start` is one obvious door — it produces a real artifact in 10 minutes, then gets out of the way.
0 commit comments