Stats
Actions
Tags
From Agency
Walk the `approach-routing` discipline — `/agency-approach-routing` drives `develop.skill_walk(name='approach-routing')`, delivering ONE phase at a time and recording the SkillRun provenance (Spec 018 Win 1).
How this command is triggered — by the user, by Claude, or both
Slash command
/agency:agency-approach-routingThe summary Claude sees in its command listing — used to decide when to auto-load this command
## `/agency-approach-routing` — walk the `approach-routing` discipline Phases: characterize → weigh → route → commit Each phase records a `Phase` node and the SkillRun `SERVES` the active Intent; the engine pauses at hard gates. | # | Phase | Input | Output | Verbs | Gate | |---|-------|-------|--------|-------|------| | 1 | characterize | — | operation, scope | — | | | 2 | weigh | — | candidates | — | | | 3 | route | — | approach | — | | | 4 | commit | — | rationale | — | hard | Resume after a paused gate with `resume_from='<skill_id>'` and the gate's `resume_with` keys. Status co...
/agency-approach-routing — walk the approach-routing disciplinePhases: characterize → weigh → route → commit
Each phase records a Phase node and the SkillRun SERVES the active Intent; the engine pauses at hard gates.
| # | Phase | Input | Output | Verbs | Gate |
|---|---|---|---|---|---|
| 1 | characterize | — | operation, scope | — | |
| 2 | weigh | — | candidates | — | |
| 3 | route | — | approach | — | |
| 4 | commit | — | rationale | — | hard |
await call_tool('capability_develop_skill_walk', {'name': 'approach-routing', 'inputs': {}})
Resume after a paused gate with resume_from='<skill_id>' and the gate's resume_with keys. Status contract: completed | input-required | failed.
npx claudepluginhub netzkontrast/agency --plugin agency