Documentation
README
/ouroboros:pm
PM-focused Socratic interview that produces a Product Requirements Document.
Instructions
Step 0: Version Check (runs before the PM interview)
Before starting the PM interview, check if a newer version is available:
# Fetch latest release tag from GitHub (timeout 3s to avoid blocking)
curl -s --max-time 3 https://api.github.com/repos/Q00/ouroboros/releases/latest | grep -o '"tag_name": "[^"]*"' | head -1
This is the opening of the README. Read the full README on GitHub.