spectra

Route spectra workflows to appropriate sub-skills based on project state.

45|3|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/YuDefine/nuxt-supabase-starter --skill spectra
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: spectra
Source: https://github.com/YuDefine/nuxt-supabase-starter/tree/main/.claude/skills/spectra
Command: npx skills add https://github.com/YuDefine/nuxt-supabase-starter --skill spectra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spectra orchestrator auto-detects which spectra sub-skill to invoke based on the current project state and user intent, reducing manual context switching and confusion when navigating complex spectra workflows.

Core Features & Use Cases

  • Dynamic routing: determines the appropriate sub-skill (e.g., propose, discuss, ask, debug, apply, archive) based on live project state.
  • Guarded decisions: always uses AskUserQuestion to confirm before invoking a sub-skill.
  • End-to-end orchestration: coordinates multi-step spectra workflows and ensures consistency across changes and tasks.

Quick Start

Invoke the spectra orchestrator with no sub-skill specified to auto-detect and route to the appropriate spectra sub-skill.

Frequently Asked Questions about spectra

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

FAQPage Schema
How do I automate workflow routing for DevOps engineering tasks?▼

Automate workflow routing by using an orchestrator that auto-detects project state and user intent to select the correct sub-skill. It coordinates multi-step DevOps workflows and ensures consistency across changes and tasks without manual context switching.

What is the best way to orchestrate complex engineering workflows in a CLI environment?▼

Orchestrating complex engineering workflows in a CLI environment requires an auto-routing mechanism that dynamically selects sub-skills like proposing, debugging, or applying changes based on live project state. This reduces manual context switching and workflow confusion.

How does guided routing handle proposing, discussing, and applying changes?▼

Guided routing handles proposing, discussing, and applying changes by evaluating live project state and user intent to dynamically select the appropriate sub-skill. It implements guardrails by using AskUserQuestion to confirm the routing decision before invoking the sub-skill.

Do I need to manually select a sub-skill when automating a DevOps workflow?▼

You do not need to manually select a sub-skill when automating a DevOps workflow. You invoke the orchestrator with no sub-skill specified, and it auto-detects the appropriate workflow action based on live project state and user intent.

Can I use workflow orchestration to coordinate multi-step changes without losing consistency?▼

You can use workflow orchestration to coordinate multi-step changes without losing consistency. The orchestrator auto-routes to the appropriate sub-skill for each task phase, ensuring consistent state management across the entire engineering workflow.

When should I not use an auto-routing orchestrator for engineering workflows?▼

You should not use an auto-routing orchestrator when you need to bypass user confirmation guardrails for automated pipelines. The orchestrator always uses AskUserQuestion to confirm routing decisions before invoking sub-skills, which requires interactive user input.