Break story into implementation tasks
/plugin marketplace add sjnims/requirements-expert/plugin install requirements-expert@requirements-expert-marketplace# Create Tasks Break down a selected user story into concrete implementation tasks with clear acceptance criteria. Tasks are created as GitHub issues in a GitHub Project and automatically linked to the parent story. This command is **idempotent** - safe to run multiple times without creating duplicates. ## Instructions Load the **task-breakdown** skill to access methodology, patterns, and templates. ### Step 1: Select Story to Break Down 1. **List Available Stories:** - Use `gh project item-list [project-number] --format json` - Filter for Type = "Story" - If no stories: Sugge...