Step 1. GitHub connection
Choose the destination repository and provide a token with permission to create issues.
The app parses the owner and repository name from either a full GitHub URL or the short `owner/repo` format.
Token saved in this browser
The token is stored locally in `localStorage` and is used only to call the GitHub REST API from your browser.
Step 2. Capture the requirement
Define the issue title and one or more user stories that will be parsed into the requirement template.
Use the pattern `As a [role], I want [goal], so that [reason]` for automatic parsing.
Step 3. Requirement document
Edit the generated markdown for the selected story before publishing.
Markdown
Step 4. Review rendered output
Preview the selected story requirement exactly as GitHub will render the markdown.
Preview
Click Generate requirement document to render the preview here.