ワンクリックで
ti-founder
Founder profile template, creation questions, section definitions, and fit question guidance for TweakIdea evaluations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Founder profile template, creation questions, section definitions, and fit question guidance for TweakIdea evaluations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Jinja2 templates + CSS + data contract for TweakIdea evaluation reports
TweakIdea 14-dimension startup evaluation framework with scoring rubrics and signal tables
Python scripts for fetching a single HN post (hnparse.py) and searching HN posts via Algolia (hnsearch.py)
SOC 職業分類に基づく
| name | ti-founder |
| description | Founder profile template, creation questions, section definitions, and fit question guidance for TweakIdea evaluations |
| user-invocable | false |
Reference data for all founder profile operations. The orchestrator (evaluate.md) uses this skill to create, read, and update FOUNDER.md at ~/.tweakidea/FOUNDER.md.
# Founder Profile
## Expertise & Domain Knowledge
- Domain: [domain/industry]
- Depth: [depth/level]
- Insight: [unique perspective]
## Relevant Experience
- Role: [most relevant role]
- Achievement: [relevant accomplishment]
- Duration: [time in space]
## Network & Market Access
- Connections: [network]
- Channel: [customer access]
- Capital: [resources/funding]
## Build Capabilities
- Technical: [build capability]
- Team: [team composition]
- Speed: [shipping ability]
## Drive & Commitment
- Motivation: [why this problem]
- Experience: [personal connection]
- Commitment: [commitment level]
---
*Created: [date] | Last updated: [date]*
- Key: Value).Ask these 5 questions one at a time using AskUserQuestion, waiting for each answer before proceeding to the next:
| # | Question | Maps to Section |
|---|---|---|
| 1 | "What's your professional background? (Industry experience, roles, education)" | Relevant Experience |
| 2 | "What domains do you have deep expertise in?" | Expertise & Domain Knowledge |
| 3 | "What relevant network or resources do you have? (Connections, advisors, potential early customers, capital access)" | Network & Market Access |
| 4 | "What can you or your team build? (Technical strengths, capabilities)" | Build Capabilities |
| 5 | "What drives you to work on hard problems? (Personal motivation, what keeps you going)" | Drive & Commitment |
Preamble before asking: "I don't have a founder profile yet. I'll ask a few quick questions to understand your background -- this helps evaluate founder-market fit and only needs to happen once."
If during the questioning flow the user volunteers additional relevant information beyond what was asked, capture it in the appropriate section. Do not add new sections.
After profile creation/load, ask 2-4 questions about the founder's connection to THIS specific idea. These questions serve a dual purpose: surface persistent founder attributes while assessing idea-specific fit.
Each question must simultaneously:
Do NOT write questions that are purely idea-specific ("How big is this market?") or purely background ("What's your experience?"). The profile creation questions already captured generic background. Fit questions contextualize those attributes to this idea.
Founder-idea fit exclusively -- NOT generic idea questions. Do not ask about target customers, market size, competitors, or other idea details already present in the idea text.
Questions must be generated based on:
Adapt to the specific idea -- do not use these verbatim if they don't fit:
Present all 2-4 fit questions in a single AskUserQuestion call so the founder sees and answers all questions together in one interaction. Do NOT preview questions first, do NOT ask them one at a time. One call, all questions.
For each question, provide 2-4 answer options relevant to the question type (e.g., depth-of-experience options, yes/no with elaboration, etc.). AskUserQuestion auto-adds "Other" -- do NOT include "Other" as an explicit option.
Store all question-answer pairs as FOUNDER_FIT_ANSWERS:
Q: [question text]
A: [founder's answer]
Always ask fit questions even when FOUNDER.md already exists (returning user). The session covers founder-market fit for the current idea.
After fit Q&A, review answers for NEW persistent attributes about the founder -- information about background, expertise, network, capabilities, or motivation relevant across multiple evaluation runs.
If an existing FOUNDER.md uses old-format section headers, map them:
| Old Section Name | New Section Name |
|---|---|
| Background | Relevant Experience |
| Domain Expertise | Expertise & Domain Knowledge |
| Network & Resources | Network & Market Access |
| Technical Capabilities | Build Capabilities |
| Passion & Motivation | Drive & Commitment |
If headers are unrecognized, try keyword proximity matching. If completely unparseable, display raw content to the user with a warning.
For standalone profile editing (outside of an evaluation run), use a two-call section picker:
Question: "Which sections of your founder profile would you like to update?"
Options (4 items):
If "No changes needed" is selected: exit without editing.
Question: "Any other sections to update?"
Options (2 items):
For each selected section, in selection order:
After all sections processed, write updated FOUNDER.md and update the "Last updated" date.