docs(kanban): fix orchestrator skill setup instructions (#20958)

This commit is contained in:
Gille 2026-05-06 19:14:30 -06:00 committed by GitHub
parent 5a3cadf6eb
commit 45cbf93899
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -403,10 +403,18 @@ kanban_complete(
)
```
Load it into your orchestrator profile:
`kanban-orchestrator` is a bundled skill. It is synced into each profile during
install and update, so there is no separate Skills Hub install step. Verify it is
present in your orchestrator profile:
```bash
hermes skills install devops/kanban-orchestrator
hermes -p orchestrator skills list | grep kanban-orchestrator
```
If the bundled copy is missing, restore it for that profile:
```bash
hermes -p orchestrator skills reset kanban-orchestrator --restore
```
For best results, pair it with a profile whose toolsets are restricted to board operations (`kanban`, `gateway`, `memory`) so the orchestrator literally cannot execute implementation tasks even if it tries.