spectra-ingest

Update an existing Spectra change from a plan file or conversation context.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Bruno-Yu/portfolio --skill spectra-ingest-bruno-yu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-ingest
Source: https://github.com/Bruno-Yu/portfolio/tree/main/.cursor/skills/spectra-ingest
Command: npx skills add https://github.com/Bruno-Yu/portfolio --skill spectra-ingest-bruno-yu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update an existing Spectra change from external context to keep plans and live work in sync, preventing drift between planning artifacts and implementation tasks.

Core Features & Use Cases

  • Locate the requirement source from a plan file or conversation context
  • Parse plan structure or extract context to compose/update artifacts
  • Update an existing change while preserving completed tasks and applying guardrails
  • Generate a concise summary and validation steps to track progress

Quick Start

Trigger the ingest workflow with /spectra: ingest to update the active Spectra change from a plan file or your conversation context.

Frequently Asked Questions about spectra-ingest

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

FAQPage Schema
How do I update an existing change management plan from a conversation context?

To update an existing change from conversation context, this Skill automates locating the requirement source, parsing the context, and composing artifacts. It applies guardrails and validates progress to keep planning artifacts and implementation tasks in sync.

What is the best way to sync a plan file with live work tasks?

Syncing a plan file with live work requires ingesting the plan structure to update active changes. This process parses the file, selects the relevant changes, and updates artifacts while preserving completed tasks to prevent drift between planning and implementation.

Can I update artifacts without losing completed tasks during change management?

Yes, updating artifacts through this ingest workflow enforces guardrails that specifically preserve completed tasks. It validates progress before applying updates, ensuring your existing implementation work remains intact while new plan changes are synchronized.

How do I automate CLI artifact updates from a plan file?

Automating CLI artifact updates from a plan file involves triggering the ingest workflow to locate the requirement source and parse the plan structure. It automatically selects changes and updates artifacts, generating a concise summary to track progress.

Does the Spectra ingest workflow validate progress before applying plan changes?

Yes, the Spectra ingest workflow validates progress before applying plan changes. It enforces guardrails throughout the process of locating sources, parsing structures, and updating artifacts to ensure safe synchronization of your implementation tasks.