What problem does it solve?
This Skill enables users to efficiently route tasks to specialized Subagents and Slash Commands by recognizing @name and /name patterns in natural language inputs. It centralizes how to dispatch actions to the appropriate Spectre agents via the CLI, reducing manual command composition and improving response times.
Core Features & Use Cases
- Pattern recognition: detects @agent-name "task" and /command-name patterns in user input.
- Dispatch automation: translates patterns into spectre subagent run and spectre command workflows.
- Parallel execution guidance: suggests parallel dispatch when multiple independent tasks are present.
- Use Case: A team member drafts "@tdd-agent 'write tests' and @analyst 'trace data flow'"; the Skill orchestrates a parallel dispatch.
Quick Start
To use this skill, provide an input containing @ or / patterns and let Spectre route tasks to the appropriate subagents or commands.