Imported from yeremi/ai-governance-in-software-development (
.aiassistant/skills/issue-workflow/SKILL.md). Install upstream withnpx skills add yeremi/ai-governance-in-software-development --skill issue-workflow. Copyright stays with the author.
Issue Workflow
This workflow is understanding-first.
Provider Discovery
Before reading issue content:
- check
.aiassistant/config/work-tracking.local.json - otherwise read
.aiassistant/config/work-tracking.example.json - detect whether the repository uses
jiraorgithub - verify local prerequisites
- if not configured, stop and show
.aiassistant/work-tracking-setup.md
Helper Scripts
scripts/issue-sync.sh <issue-ref>scripts/make-issue-branch.sh <feat|fix|chore> <issue-ref> [description]
Steps
- Read
AGENTS.md - Read
.aiassistant/project-understanding.md - Read
.aiassistant/config/repo-map.json - Detect work-tracking provider configuration
- Run
scripts/issue-sync.sh <issue-ref>when a fresh mirror is needed - Read the mirrored issue
- Record assumptions and open questions
- Implement minimally
- Run repository-defined validation