After the brain dump, Cole is barely typing anymore. 'I'm running commands, I'm answering questions, that's really all I have to do.' The stories command takes the PRD path plus the JIRA project and epic IDs. It can run in a fresh context window, though a short session like this one is fine to continue in place.
The command walks four phases. Load the PRD (all the context it needs). Break it into user stories in the format the command defines, acceptance criteria included. Self-check that every phase of the PRD became a story, so nothing silently drops. Then, if the JIRA arguments are present, push everything through the MCP server; if not, the stories stay as local markdown files, which is how many solo developers run their whole system.
Both IDs come straight from JIRA's interface: the project key sits in the project settings, and the epic ID shows on the epic itself.
/create-stories .agents/prd-phase-2.md <jira-project-id> <epic-id>