Founder profile
Skill schub-tech/llm-ideation-wiki/.agents/skills/founder-profile
AI-maintained Notion wiki that pressure-tests business ideas into evidence-bound verdicts.
npx -y skills add schub-tech/llm-ideation-wiki --skill founder-profileAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Capture the founder's ambition, end-game, financial target, timeframe, investment willingness, and risk tolerance, then reality-check the answers against themselves. Writes to `wiki/founder` in Notion. Use after onboarding, at wiki start, before creating the first idea, or when the user asks to frame goals, set ambition, capture the founder profile, or reality-check what's possible.
SKILL.md
4.1 KB, as published. Nobody here has run it
Capture the founder profile that every later idea will be measured against. One Notion page, six questions, then a tension check.
Read first.
hot.md,wiki/index.md,notion.config.json.- If
wiki/founderalready exists innotion.config.json, fetch it withscripts/notion_wiki.py get wiki/founderand offer to update rather than overwrite.
Ask one question at a time. Wait for the answer before moving on — multi-question dumps let the user dodge the hard one. Reflect each answer back in one short line before asking the next, so the user can correct drift early.
Ask these six, in order:
- Team shape — solo founder, small team (≤10), or large organization?
- End game — fast exit (growth play), IPO (valuation play), or hold-and-run (profit/lifestyle play)?
- Financial success — what's the number? Net to the founder, total enterprise value, or annual income — be specific about which.
- Timeframe — by when does (3) need to be true?
- Investment willingness — how much of your own time (hours/week, years) and your own money (€/$ ceiling) are you willing to commit before the idea has to pay for itself?
- Risk tolerance — what probability of going to zero are you comfortable with? Frame as a number, not "I'm okay with risk."
If the user gives a vague answer (e.g. "a lot", "comfortable", "soon"), ask one clarifying follow-up to pin a number or category. Do not move on without one.
Reality check — tensions in the answers only.
After all six are captured, scan the answers against each other and surface any tensions in 3–6 bullets. Examples of the kind of tension worth flagging:
- Solo founder + IPO end game + short timeframe.
- High financial target + low capital willingness + low risk tolerance.
- Lifestyle/profit end game + fast-exit-sized number.
- Timeframe shorter than typical category cycle (e.g. 2 years to a regulated-market IPO).
Do not bring in market or idea-specific facts — this is a self-consistency check on the stated answers. If there are no tensions, say so in one line and move on. No manufactured objections, no padding.
If the user wants to revise an answer in light of the tensions, update before writing.
Write to Notion.
- Create the page if missing:
scripts/notion_wiki.py create wiki/founder --parent wiki/ --title "Founder" --emoji 🎯 --file <markdown-file> - If it already exists, update it:
scripts/notion_wiki.py update wiki/founder <markdown-file>
Page body, in this order:
- One-line lede: who the founder is and what shape company they want.
- Ambition table or bullets: team shape, end game, financial target (with which metric), timeframe.
- Willing to invest: time and money ceilings.
- Risk tolerance: stated probability-of-zero comfort.
- Tensions (only if any were surfaced): one bullet per tension, plain and direct.
- Last updated: today's date.
Mark every stated answer as ^[user-claim]. Mark tensions as ^[inferred]. Do not invent numbers the user did not give — if they refused to pin one, write "not pinned" rather than guessing.
Finish.
scripts/notion_wiki.py pull-cachescripts/notion_wiki.py hash- Update local
hot.mdwith one line noting the founder profile is set. - Append one short entry to local
wiki/log.md. - Tell the user the page is at
wiki/founderin Notion and that the next step is/new-idea.
Rules.
- One page only:
wiki/founder. Never per-idea. - Current state, not history — overwrite on update; revision lives in
wiki/log.md. - Do not check the profile against any specific idea here. Idea-vs-profile fit is the job of later skills (
new-idea,grill-me,wiki-lint, idea overview synthesis) once an idea has enough surface area to test.