What problem does it solve?
This Skill automates the end-to-end creation of a Spectra change proposal and its required artifacts, removing manual coordination of CLI commands, spec scans, artifact generation, analysis, and validation so changes are consistently prepared for implementation.
Core Features & Use Cases
- Derives a clear change name from a user argument, plan file, or conversation context and classifies the change as Feature, Bug Fix, or Refactor.
- Scans existing specs for overlap, creates a change directory, writes a proposal from Spectra instructions, generates dependent artifacts in order, runs analyze-fix loops, and validates then parks or applies the change.
- Use case: turn a short requirement like "add dark mode" into a fully-formed Spectra change with proposal, tasks, design artifacts, validation passes, and a parked change ready for implementation.
Quick Start
Invoke the skill by sending a requirement message such as /spectra-propose add dark mode