spectra-propose

Automate Spectra change proposal generation from requirements to validated artifacts.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/seanmars/ai-coding-setup --skill spectra-propose-seanmars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-propose
Source: https://github.com/seanmars/ai-coding-setup/tree/main/spectra/skills/spectra-propose
Command: npx skills add https://github.com/seanmars/ai-coding-setup --skill spectra-propose-seanmars

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end creation of Spectra change proposals, turning user requirements into a complete proposal and artifact plan within a single workflow.

Core Features & Use Cases

  • Determine the change requirement from user input, plan context, or plan file, and derive a kebab-case change name.
  • Classify the change as Feature, Bug Fix, or Refactor to select the correct proposal template.
  • Scan existing OpenSpec specs to surface relevant work and maintain traceability.
  • Create a new change directory, generate a proposal, and initialize artifact creation in dependency order.
  • Iterate through artifacts with verification and optional human confirmation to park or apply.
  • Validate and finalize the change, providing a structured artifact suite and readiness for implementation.

Quick Start

Describe your intended change in natural language and run the workflow to generate a complete Spectra proposal.

Frequently Asked Questions about spectra-propose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate change proposal generation for software development workflows?

Automate change proposal generation by extracting requirements from natural language input, classifying the change type, scanning existing specs, and sequencing artifact creation to produce a validated proposal suite ready for implementation.

What is a Spectra change proposal and when do I need one?

A Spectra change proposal is an end-to-end artifact suite that drives implementation planning across specs, tasks, and dependencies. You need one when turning user requirements into a structured, validated plan for feature, bug fix, or refactor work.

Does Spectra proposal automation work with existing OpenSpec specs?

Yes, the workflow scans existing OpenSpec specs to surface relevant work and maintain traceability. It integrates current spec context into the new change proposal before initializing artifact creation in dependency order.

Can I review and park artifacts before applying a change proposal?

Yes, the workflow iterates through artifacts with verification and optional human confirmation, allowing you to park or apply changes at each step before validating and finalizing the complete proposal suite.

What change types are supported by automated proposal orchestration?

Automated proposal orchestration supports Feature, Bug Fix, and Refactor change types. The workflow classifies your input to select the correct proposal template for generating the appropriate artifact sequence.