spectra-apply

Drive Spectra change execution via a file-based task ledger.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spectra changes often require coordinated, multi-step execution across context, tasks, and artifacts. This skill provides a structured workflow to apply or resume a Spectra change by driving a file-based tasks ledger and updating progress as tasks are completed.

Core Features & Use Cases

  • Guided change application: select a change, load its instructions, and drive the implementation until completion.
  • File-based progress tracking: capture progress by editing the checkboxes in the tasks file, ensuring a single source of truth.
  • Context-aware execution: read relevant context and apply instructions to perform tasks reliably and reproducibly.

Quick Start

Provide a change name to apply and start processing its tasks with the spectra CLI.

Frequently Asked Questions about spectra-apply

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

FAQPage Schema
How do I automate multi-step change management tasks using a CLI?

Automating multi-step change management tasks involves driving a file-based task ledger to orchestrate execution end-to-end. This skill reads context files and apply instructions, updating progress in the ledger as tasks are completed.

What is file-based task tracking for development workflows?

File-based task tracking captures implementation progress by editing checkboxes directly in a tasks file, ensuring a single source of truth. It guides developers through context-aware execution until all tasks are complete.

Do I need the spectra CLI to apply changes end-to-end?

Yes, applying changes end-to-end requires the spectra CLI. The CLI drives the workflow by reading artifacts such as task lists, context files, and apply instructions to guide the implementation reliably.

How do I resume an incomplete Spectra change?

To resume an incomplete Spectra change, provide the change name to the spectra CLI. It loads the existing instructions and file-based task ledger, allowing you to continue implementation from the last completed task.

What's the best way to track progress for coordinated multi-step execution?

The best way to track multi-step execution progress is by maintaining a file-based task ledger. This approach updates progress by checking off completed tasks, ensuring reproducible and context-aware implementation.