npx claudepluginhub mission42-ai/m42-claude-plugins --plugin m42-sprint<step-prompt>Find 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 collections.stepParse the argument $ARGUMENTS as the step prompt text.
- prompt: |
<step-prompt from $ARGUMENTS>
collections.step: in SPRINT.yamlNote: Adding a step requires recompilation. This happens automatically when running /run-sprint.
Use the Edit tool to:
collections.step:/run-sprint