spectra-apply

Implements or resumes Spectra changes via a spec-driven Markdown tasks workflow.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ycs77/gh-aw-todo-app --skill spectra-apply-ycs77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-apply
Source: https://github.com/ycs77/gh-aw-todo-app/tree/main/.claude/skills/spectra-apply
Command: npx skills add https://github.com/ycs77/gh-aw-todo-app --skill spectra-apply-ycs77

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams implement or resume tasks from a Spectra change by providing a structured, file-based task workflow and automated guidance for applying changes with the spectra CLI.

Core Features & Use Cases

  • Select and apply a Spectra change, automatically tracking progress in a markdown tasks file.
  • Perform status checks, preflight validations, and manage parked changes with clear prompts.
  • Read context files and apply instructions to drive implementation with guardrails.
  • Coordinate task execution, including optional parallel task handling when configured.
  • Archive or propose changes when all tasks are complete.

Quick Start

Tell Spectra which change to apply and follow the step-by-step prompts to implement it.

Frequently Asked Questions about spectra-apply

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

FAQPage Schema
How do I implement a Spectra change end-to-end?

To implement a Spectra change, you select the change and follow step-by-step prompts to apply it. The workflow tracks progress in a markdown tasks file, performs preflight validation, and applies context file instructions with guardrails to ensure quality.

What is a spec-driven workflow for applying changes?

A spec-driven workflow uses a markdown tasks file as the single source of truth for progress. It enforces status checks and preflight validation before reading context files to drive implementation, pausing on blockers or ambiguities to protect quality.

Do I need the spectra CLI to track task progress?

Yes, the spectra CLI is required to apply changes. The workflow uses the CLI to manage task tracking, perform status checks, and coordinate optional parallel task execution when enabled.

Can I resume a blocked or parked Spectra change?

Yes, you can resume tasks from a parked Spectra change. The workflow automatically pauses on blockers or ambiguities and provides clear prompts to manage parked changes until they are ready to proceed.

What happens when all tasks in a Spectra change are complete?

When all tasks are complete, the workflow archives or proposes the finished changes. This ensures the end-to-end implementation is properly recorded and finalized within the spec-driven workflow.