What problem does it solve?
Manually tracking Scrum story completion often leads to marking work as Done prematurely, with unchecked acceptance criteria, incomplete dependencies, or missing deliverables going unnoticed. This Skill eliminates that risk by enforcing strict, atomic validation gates before any edits are made.
Core Features & Use Cases
- Strict Atomic Gate: Blocks story completion if any acceptance criteria is unchecked, any dependent story is incomplete, any referenced deliverable is missing, or any automated verifier fails, ensuring no partial or incorrect Done statuses.
- Automatic Status Rollup: Once a story is marked Done, automatically updates its parent epic's status if all child stories are complete, and updates the backlog status if all epics are Done.
- Dual Gating Support: Works with both modern plan-validated stories (gated on plan status and task completion) and legacy markdown stories (gated on AC checkboxes and deliverable presence).
- Use Case: For Agile teams using markdown-based story tracking, use this Skill to safely mark stories Done without missing incomplete work, and automatically propagate status up to epics and backlogs when all child items are finished.
Quick Start
Use the complete-stories skill to mark STORY-02-004 as Done and automatically roll up its parent epic and backlog status.