Armory
Source
Browse
Skills

plan-orchestrate

Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without…

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install plan-orchestrate --cli claude

writes the skill into.claude/skills/plan-orchestrate/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/plan-orchestrate/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.

When to use it

Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.

How to install / invoke

Vendored from affaan-m/ecc (skills). See the source: https://github.com/affaan-m/ecc/blob/main/skills/plan-orchestrate/SKILL.md

Notes

Ingested from the affaan-m/ecc harness library (MIT).