Add orch and council-review skills

This commit is contained in:
2026-03-19 17:11:00 +08:00
parent 405d8c0aab
commit 8f10dff823
13 changed files with 290 additions and 6 deletions
+3 -3
View File
@@ -555,16 +555,16 @@ CREATE INDEX IF NOT EXISTS idx_events_run_event
## Embedded Skill Draft
The following block is a draft `SKILL.md` for the leader-facing orchestration skill.
The following block is a draft `SKILL.md` for the leader-facing `orch` skill.
````markdown
```markdown
---
name: orchestrator
name: orch
description: Use this skill when the leader needs to plan and schedule work through the orch CLI. It is for creating runs, adding tasks and dependencies, finding ready work, dispatching tasks to workers, allocating task worktrees, reconciling inbox state, waiting for worker events, reviewing blocked tasks, answering them, retrying failures, reassigning work, and cleaning up attempt worktrees. Do not use this skill for worker-side claim or progress updates; use inbox for that.
---
# Orchestrator
# Orch
Use this skill when you are the leader and need to control the task graph through the `orch` CLI.