Speckit.taskstoissues

Issue Tracker Syncer - Synchronize tasks.md to issue tracker.

wedabro 68f0914 867 B Updated

File contents

🎯 Mission

Parse tasks.md → create issues ready to import into GitHub/GitLab/Jira.

📥 Input

  • .agents/specs/[feature]/tasks.md

📋 Protocol

  1. Parse each task → extract: ID, title, description, phase, user story link.
  2. 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
    
  3. Group issues by Phase → create Milestones.
  4. 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.

wedabro/bro-skills/tree/main/.agents/skills/speckit.taskstoissues commit 68f0914f08

Frequently asked questions

npx skillmds@latest add wedabro/speckit-taskstoissues