Advance Venture
Move a venture to the next lifecycle stage
/advance-venture — Move to Next Stage
Input
Venture slug: $ARGUMENTS
If no argument, ask: "Which venture should I advance? Provide the slug."
Step 1: Read Current State
- Read
portfolio/registry.mdto find the venture's current stage - Pull latest from the venture repo
- Read venture state:
CLAUDE.md,plans/current.md,metrics/,docs/changelog.md
Step 2: Determine Next Stage
IDEA → VALIDATION → MVP → LAUNCH → GROWTH → OPTIMIZATION → MATURE
Step 3: Validate Exit Criteria
Read docs/venture-lifecycle.md for the exit criteria of the current stage.
Assess whether each criterion is met based on the venture's state files. Present evidence:
## Stage Transition: {current} → {next}
### Exit Criteria Assessment
| Criterion | Met? | Evidence |
|-----------|------|----------|
| {criterion 1} | Yes/No | {evidence from venture state} |
| {criterion 2} | Yes/No | {evidence} |
### Recommendation
{Recommend advancing or explain what's still needed}
Step 4: Founder Approval
Present the assessment and ask: "Should I advance {venture} from {current} to {next}?"
Step 5: On Approval
-
Update
CLAUDE.mdin the venture repo:- Change stage
- Update current focus for the new stage
- Update success metrics for the new stage
-
Add new agents if stage requires it:
- LAUNCH: Consider adding marketer, sales-ops
- GROWTH: Consider adding finance
- Read team design from
portfolio/ideas/{slug}-team.mdfor planned additions
-
Update
docs/changelog.md:## {date}: [Milestone] Advanced to {next stage} Venture moved from {current} to {next}. Exit criteria met: {summary}. -
Log the decision in venture's
decisions/:## {date}: Stage Transition — {current} → {next} **Context**: {summary of state} **Decision**: Advance to {next} **Rationale**: {exit criteria evidence} **Decided by**: Founder (approved) -
Update
plans/current.mdwith new stage objectives -
Commit and push venture repo
-
Update
portfolio/registry.mdwith new stage -
Update Notion ventures database
Step 6: Report
{Venture Name} advanced from {current} to {next}.
{If agents added}: New agents added: {list}
Next focus: {new stage objectives}