🎯 Mission
Parse tasks.md → create issues ready to import into GitHub/GitLab/Jira.
📥 Input
.agents/specs/[feature]/tasks.md
📋 Protocol
- Parse each task → extract: ID, title, description, phase, user story link.
- Map sang issue format:
**Title**: T003 - Implement user registration API **Labels**: phase-2, us-1, backend **Description**: - File: `src/api/auth.ts` - Depends on: T002 - Acceptance: User can register with email/password - Group issues by Phase → create Milestones.
- Output file
.agents/memory/issues-export.md.
📤 Output
- File:
.agents/memory/issues-export.md
🚫 Guard Rails
- DO NOT create an issue on the remote — just generate an export file.