What problem does it solve?
This Skill provides a cohesive orchestration layer that keeps multi-story feature work aligned, visible, and governed, enabling teams to coordinate dependencies, track progress, and validate readiness across stories.
Core Features & Use Cases
- Story initialization: Auto-create standardized directory structure for new features
- Story tracker template: Centralized progress tracking, acceptance criteria, and tasks
- Validation: Ensure story trackers are complete before implementation
- AI-guided workflow: Assist filling story trackers with actionable acceptance criteria and task breakdowns
- Cross-skill integration: Works with spec-driven development and task-delegation workflows to maintain coherence
Quick Start
- From project root, scaffold a new feature: use the feature-init workflow (e.g., ./scripts/feature-init.sh feat-001)
- Create a first story: ./scripts/init-story.sh us-001
- Validate and fill tracker as you go: ./scripts/validate-story-tracker.sh us-001 followed by filling via the fill-story-tracker prompt
- Delegate and monitor progress with existing orchestration scripts