GitHub-Native Workflows
End-to-end GitHub-native workflows -- from issue creation to merged PR.
Workflow Overview
Scenario 1: Issue-Driven Delivery
# Create sprint and issue
locus sprint create "Sprint 1"
locus issue create "Add /health endpoint with tests" --sprint "Sprint 1"
# Execute (auto-detects open sprints)
locus run
# Review and iterate
locus review
locus iterate --sprint
# Check progress
locus statusScenario 2: AI-Powered Planning
Scenario 3: Review and Iteration Loop
Troubleshooting
gh is not installed or not authenticated
gh is not installed or not authenticatedNot in a git repository (or missing GitHub remote)
locus run says no open sprints found
locus run says no open sprints foundRate limit or transient API failures
Related Docs
Last updated