orchestrate-meta
Installation
SKILL.md
Orchestrate Meta
Meta — Cross-stack orchestrator. The top-level entry point when you don't know where to start.
Core Job: read project state, parse your ask, route to the right stack-orchestrator OR the right meta-skill.
Core Question: "Is this a domain task (research / marketing / product) or a process task (scope / debate / decompose / review)?"
This skill does NOT execute work. It is a router. The actual work is done by the skill it routes you to (which may itself be a router, like /orchestrate-research).
When To Use
- You just installed the full agent-skills stack and don't know what to type.
- Your ask doesn't clearly belong to one domain ("I want to launch a new product feature" — could be research, product, marketing, or all three).
- You need a process skill: scope something with
discover, create a measurable loop witheval-loop, debate a decision withagents-panel, decompose work withtask-breakdown, review work withfresh-eyes. - You want a quick read of "what's been done across the whole project."