spectra-propose

Automate Spectra change proposal creation with required artifacts via the CLI.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Key0329/ai10-test-project --skill spectra-propose-key0329
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-propose
Source: https://github.com/Key0329/ai10-test-project/tree/main/.cursor/skills/spectra-propose
Command: npx skills add https://github.com/Key0329/ai10-test-project --skill spectra-propose-key0329

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end creation of Spectra change proposals, generating the required artifacts and guidance to accelerate governance and implementation readiness.

Core Features & Use Cases

  • End-to-end workflow: determine requirement source, classify change type, scan specs for relevance, create change directory, write proposal, generate artifacts in dependency order, run validation and analysis loops, and surface final status.
  • Dependency-aware artifact creation: reads dependency artifacts and respects constraints before producing outputs.
  • Locale-aware and policy-driven: supports per-artifact guidance and constraints from instructions, without executing code.

Quick Start

Provide a clear change requirement via /spectra:propose <description> to begin the end-to-end change proposal workflow.

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 proposals and generate required artifacts end-to-end?

Automating change proposals involves deriving a complete proposal, roles, and artifact set from planning contexts. This workflow manages change directories, writes proposal files, determines dependencies, and validates status.

How does dependency-aware artifact creation work for workflow automation?

Dependency-aware artifact creation reads existing dependency artifacts and respects their constraints before producing outputs. This ensures generated files follow the correct dependency order and pass validation loops during the workflow.

Do I need the spectra CLI to create change proposals and manage artifacts?

Yes, creating change proposals and managing change directories requires the spectra CLI. The CLI drives the guided workflow to classify change types, scan specs, and validate the final proposal status.

What is the best way to structure a change proposal using a CLI workflow?

The best way to structure a change proposal is providing a clear change requirement to the CLI. The workflow then determines the requirement source, classifies the change type, scans specs, and generates artifacts in dependency order.

Can I apply policy-driven constraints and per-artifact guidance without executing code?

Yes, the workflow supports per-artifact guidance and constraints from instructions without executing code. It is locale-aware and policy-driven, ensuring artifact creation respects defined constraints throughout the process.

Why does my change proposal validation fail when generating artifacts?

Change proposal validation may fail if dependency constraints are not met before producing outputs. The workflow runs validation and analysis loops to surface final status, requiring dependencies to be resolved in correct order.