# github-issues > GitHub Issues workflow for task management - Author: Claude Agent - Repository: mguttmann/autonomous-org-framework - Version: 20260121124308 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/mguttmann/autonomous-org-framework - Web: https://mule.run/skillshub/@@mguttmann/autonomous-org-framework~github-issues:20260121124308 --- --- name: github-issues description: GitHub Issues workflow for task management --- # GitHub Issues Workflow ## Issue Hierarchy ``` Epic -> Project -> Milestone -> Phase -> Task -> Subtask ``` ## Issue Template ```markdown ## Description [What needs to be done] ## Acceptance Criteria - [ ] [Criterion 1] - [ ] [Criterion 2] ## Technical Notes [Implementation hints] ## Labels - priority: [P1/P2/P3] - type: [feature/bug/task] - wave: [wave-1/wave-2] ``` ## Labels - `priority:P1/P2/P3` - `type:feature/bug/task/docs` - `wave:wave-1/wave-2/wave-3` - `status:ready/in-progress/review/done` ## Workflow 1. Create issue with template 2. Add labels 3. Assign to milestone 4. Work on branch 5. Create PR referencing issue 6. Close when merged