Plan or review the current sprint — sprint goal, committed backlog, capacity, acceptance criteria.
From agile-lifecyclenpx claudepluginhub nsalvacao/nsalvacao-claude-code-plugins --plugin agile-lifecycleFacilitates sprint planning or review for the current iteration within Phase 4 (Iterative Delivery). Helps define the sprint goal, select and commit backlog items, assess team capacity, and verify acceptance criteria are defined for all committed stories.
Use this command at the start of each sprint (planning) or at the end (review/health check).
/agile-sprint-plan [action]
| Argument | Required | Description |
|---|---|---|
action | Optional | plan (default) to plan a new sprint, review to review the current sprint health, backlog to assess backlog readiness |
For plan (default):
.agile-lifecycle/artefacts/phase-4/ or prompts to load from product-backlog JSON.templates/phase-4/iteration-plan.md.template.templates/phase-4/committed-work-set.md.template.scripts/check-definition-of-done.sh.For review:
.agile-lifecycle/metrics/.scripts/check-sprint-health.sh.For backlog:
# Plan the next sprint
/agile-sprint-plan
# Plan explicitly
/agile-sprint-plan plan
# Review sprint health
/agile-sprint-plan review
# Check backlog readiness
/agile-sprint-plan backlog
/agile-gate-review C — uses backlog readiness assessment/agile-gate-review E — iteration review gate/agile-retrospective sprint — run after sprint reviewagents/phase-4/iteration-planning — drives sprint planning and backlog selectionagents/phase-4/continuous-validation — provides acceptance criteria guidance