Add orch and council-review skills
This commit is contained in:
+3
-3
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user