spectra-ingest

Update existing Spectra changes using plan files or conversation context.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MomoChenisMe/test-sdd-workflow --skill spectra-ingest-momochenisme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-ingest
Source: https://github.com/MomoChenisMe/test-sdd-workflow/tree/main/spectra-test/.claude/skills/spectra-ingest
Command: npx skills add https://github.com/MomoChenisMe/test-sdd-workflow --skill spectra-ingest-momochenisme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spectra, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Spectra-ingest skill addresses the challenge of updating existing Spectra changes from external context, streamlining the process and ensuring accuracy.

Core Features & Use Cases

  • External Context Update: Seamlessly integrate changes from external sources into existing Spectra changes.
  • Plan File Support: Utilize plan files for structured change management or conversation context for flexibility.
  • Prerequisites: Requires the Spectra CLI for execution and change management.
  • Use Case: For instance, if you have a plan for updating a Spectra change, you can use this skill to apply those changes efficiently.

Quick Start

To update a Spectra change, run /spectra-ingest <plan-file> or /spectra-ingest <change-name>.

Frequently Asked Questions about spectra-ingest

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

FAQPage Schema
How do I update existing Spectra changes from a plan file?

To update existing Spectra changes, use the Spectra CLI to execute a structured plan file. This approach parses the plan to select changes, update artifacts, and validate outputs efficiently.

Can I use conversation context to apply Spectra change updates?

Yes, Spectra change updates can be applied using conversation context for flexibility. This allows you to integrate external sources into existing changes without relying solely on a structured plan file.

Do I need the Spectra CLI to manage artifact updates?

Yes, the Spectra CLI is a prerequisite for managing artifact updates. It handles the core execution, change selection, and validation processes required to apply updates from external context.

What is the best way to integrate external context into Spectra changes?

The best way to integrate external context into Spectra changes is by using a dedicated ingestion skill to parse inputs, select changes, and update artifacts. This streamlines administrative workflows and ensures accuracy.

How does plan file parsing work for Spectra change management?

Plan file parsing for Spectra change management works by reading a structured file to identify and select specific changes. It then updates the corresponding artifacts and validates the results through the Spectra CLI.