Pause Venture
Pause all work on a venture (state preserved, agents stop)
/pause-venture — Pause a Venture
Input
Venture slug: $ARGUMENTS
If no argument, ask: "Which venture should I pause? Provide the slug."
Execution
- Read
portfolio/registry.mdto confirm venture exists and is active - Update the venture's stage to PAUSED in
portfolio/registry.md - Update venture repo
CLAUDE.md— set stage to PAUSED, note the previous stage for resumption - Add a changelog entry:
[Milestone] Venture paused (was: {previous stage}) - Commit and push venture repo
- Update Notion ventures database
- Report: "{Venture Name} is now paused. All agent work stopped. State preserved. Use
/advance-venture {slug}to resume."