Recorded in the Sprint 01 report (docs/develop/reports/s01.md, "Known leftovers"): the SPRINTS template renders future sprints under one heading slot, ## Sprint 02+ — {{LATER_SPRINT_TITLES}}, which cannot hold real per-sprint titles when conditioning derives more than one future sprint.
Fix shape: make the slot a repeatable block (one ## Sprint <nn> — <title> PENDING per derived sprint), and update templates/PLACEHOLDERS.md accordingly.
Verify: render a conditioning in a sandbox fixture (scripts/sandbox.ps1) whose clarity map yields 2+ future sprints; zero {{ leftovers; each sprint gets its own heading.
Recorded in the Sprint 01 report (docs/develop/reports/s01.md, "Known leftovers"): the SPRINTS template renders future sprints under one heading slot,
## Sprint 02+ — {{LATER_SPRINT_TITLES}}, which cannot hold real per-sprint titles when conditioning derives more than one future sprint.Fix shape: make the slot a repeatable block (one
## Sprint <nn> — <title> PENDINGper derived sprint), and updatetemplates/PLACEHOLDERS.mdaccordingly.Verify: render a conditioning in a sandbox fixture (
scripts/sandbox.ps1) whose clarity map yields 2+ future sprints; zero{{leftovers; each sprint gets its own heading.