What problem does it solve?
Spectra changes often require coordinated task tracking and progressive execution. This skill provides a self-contained workflow to select a change, validate state, run preflight checks, analyze artifacts, and iteratively implement tasks recorded in a single tasks.md file.
Core Features & Use Cases
- Task-based progress: Tracks progress exclusively in a markdown tasks file, ensuring a single source of truth.
- Parked changes handling: Guides unpark/in-progress state transitions for parked changes.
- Preflight and artifact checks: Performs preflight checks and artifact analysis to surface issues before execution.
- Interactive state handling: Prompts user when needed to resolve ambiguity or critical findings.
- CLI-guided workflow: Integrates with spectra CLI for status, instructions, and task execution.
Quick Start
To begin, specify a change name with /spectra:apply <change-name> to start applying tasks.