What problem does it solve?
Create a complete Spectra change proposal — from requirement to validated artifacts — in a single workflow. This tool streamlines how teams propose changes by auto-deriving a change name, classifying the change type, scanning for related specs, and orchestrating artifact generation in the correct order.
Core Features & Use Cases
- End-to-end proposal workflow: from initial requirement description to a ready-to-implement change package with all required artifacts.
- Flexible input sources: provide the requirement as an argument, or derive from a plan file or conversation context, with automatic kebab-case name derivation.
- Spec-aware planning: scans for related specs and surfaces relevant context to keep proposals aligned with existing standards.
- Artifact orchestration: creates the change, writes a proposal, checks dependencies, and sequences artifact creation following a dependency graph.
- Guardrails and validation: classifies change type (Feature, Bug Fix, Refactor) and supports validation flows to ensure consistency with specs and project goals.
Quick Start
Invoke spectra-propose with your requirement description to generate all required artifacts in a single workflow.