spectra-apply

Orchestrate Spectra change execution with checkbox-based tasks.md tracking.

Updated Nov 24, 2024
One-click install
npx skills add https://github.com/dogwantfly/Nuxt3-training --skill spectra-apply-dogwantfly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-apply
Source: https://github.com/dogwantfly/Nuxt3-training/tree/main/.claude/skills/spectra-apply
Command: npx skills add https://github.com/dogwantfly/Nuxt3-training --skill spectra-apply-dogwantfly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the end-to-end execution of Spectra changes by guiding task tracking, status checks, and artifact validation through a repeatable workflow.

Core Features & Use Cases

  • Centralized task progression using a tasks.md file with checkboxes
  • Handles parked changes, preflight, and artifact quality analysis
  • Reads and applies context from guidance to update tasks.md and report progress

Quick Start

Provide a change name to start the guided workflow with spectra apply --change <name>.

Frequently Asked Questions about spectra-apply

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

FAQPage Schema
How do I track and execute change management tasks using a checkbox-based workflow?

You can track change management tasks by enforcing a checkbox-based tasks.md file to guide task progression. The workflow reads relevant context, updates progress, and prompts for user input when execution decisions are needed.

How do I resume parked changes in a CLI workflow?

Resuming parked changes involves applying the change name to re-enter the guided CLI workflow. The system reads existing context files, runs preflight checks, and continues artifact validation from where the parked state left off.

What is artifact analysis in automated change management?

Artifact analysis in change management validates the quality of generated outputs during a workflow. It reads guidance context to analyze artifacts, enforces task completion via tasks.md, and reports validation progress.

How do I run preflight checks before applying a code change?

Preflight checks run automatically when you start the guided workflow with a change name. The system reads relevant context files, validates readiness, and prompts for input before executing the actual change tasks.

Can I manage task progression without manual status updates?

Yes, centralized task progression is managed automatically using a tasks.md file with checkboxes. The workflow applies context from guidance files to update task statuses and report progress without manual intervention.

When should I use an automated workflow for applying changes?

Use an automated workflow for applying changes when you need repeatable end-to-end execution, task tracking, and artifact validation. It is ideal for managing complex changes, parked states, and preflight validations consistently.