startup-context
Installation
SKILL.md
Startup Context
This is the foundation skill. Every other skill reads this context first to produce tailored, specific output instead of generic advice.
When to Use
- First time a user runs any skill and no context file exists
- When the user says "let me tell you about my startup" or similar
- When any skill detects missing context and needs to gather it
Workflow
- Check for existing context — look for
.agents/startup-context.mdin the project root - If missing, interview the founder — ask the questions below, one section at a time
- Generate the context file — write structured markdown to
.agents/startup-context.md - Keep it updated — when the user shares new info that changes context, update the file