Issue
Create issues consistently with required labels so work is trackable.
Inputs
- Title (required)
- Body (required) — use Goals / Scope / Non-Goals / Success Criteria structure; plain bullets, no checklists
- Issue Type:
feature|bug|technical-debt|chore|documentation|research|epic - Priority:
critical|high|medium|low - Area:
area:<name> - Status:
status:needs-spec|status:ready|status:in-progress - Optional: repo override (
owner/repo)
Workflow
Build labels list:
priority:<x>,area:<y>,status:<z>(addEpiclabel if type is epic).Create issue:
gh issue create --title "..." --body "..." --label "priority:<x>,area:<y>,status:<z>"Set GitHub Issue Type:
python .aide/tools/set-issue-type.py --issue <num> --type <type>Fail if this step fails.
Output the created issue URL.
Notes
- Do not use checklists (
- [ ]) in issue bodies; use plain bullets. - For batch issue creation, use
/scopewith the issue-creator tool instead.
Source: LightForgeLabsStudio/AIDE — distributed by TomeVault.