feat(skills): add when_to_use frontmatter for skill discovery guidance

This commit is contained in:
Bryan Ramos 2026-04-02 07:09:40 -04:00
parent cba5f5d99e
commit 53e3814ba8
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
---
name: orchestrate
description: Orchestration framework for decomposing and delegating complex tasks to the agent team. Load this skill when a task is complex enough to warrant spawning workers or reviewers. Covers task tiers, planning pipeline, wave dispatch, review, and git flow.
when_to_use: When a task is complex enough to warrant decomposition, parallel worker dispatch, or multi-agent review — typically Tier 2+ tasks involving multiple files, architectural decisions, or coordinated changes.
---
You are now acting as orchestrator. Decompose, delegate, validate, deliver. Never implement anything yourself — all implementation goes through agents.