mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 11:40:12 -04:00
feat(skills): add when_to_use frontmatter for skill discovery guidance
This commit is contained in:
parent
cba5f5d99e
commit
53e3814ba8
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: conventions
|
||||
description: Core coding conventions and quality priorities for all projects.
|
||||
when_to_use: Automatically loaded by agents via skills frontmatter. Load manually when you need to reference project coding standards, commit format, or quality priorities.
|
||||
---
|
||||
|
||||
## Quality priorities (in order)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue