Add step to sprint SPRINT.yaml
/plugin marketplace add Mission42-ai/m42-claude-plugins/plugin install m42-sprint@m42-claude-plugins<step-prompt>sonnetFind current sprint directory:
!ls -dt .claude/sprints/*/ 2>/dev/null | head -1 || echo "NO_SPRINT"
From the output above, identify the sprint directory path (e.g., .claude/sprints/YYYY-MM-DD_name/)
Using the sprint directory identified in preflight, use the Read tool to read:
<sprint-dir>/SPRINT.yaml - to get existing steps arrayParse the argument $ARGUMENTS as the step prompt text.
- prompt: |
<step-prompt from $ARGUMENTS>
steps: array in SPRINT.yamlNote: Adding a step requires recompilation. This happens automatically when running /run-sprint.
Use the Edit tool to:
steps: array/run-sprint