2.6 KiB
2.6 KiB
Title
Add Orch And Council Review Skills With Bundled CLI Assets
Status
completed
Owner
- Codex main agent
Started At
2026-03-19
Goal
- Add project-local skill packages for
orchandcouncil-review. - Add a repeatable packaging flow that builds the
orchCLI binary and installs it into both skills as bundled assets.
Scope
- Create
skills/orch/withSKILL.md,agents/openai.yaml, and bundledassets/orch. - Create
skills/council-review/withSKILL.md,agents/openai.yaml, and bundledassets/orch. - Add a repo-local packaging script for building and copying the
orchCLI binary into both skill asset directories. - Update implementation progress docs to reflect the new skill packages and packaging flow.
Checklist
- Review current skill structure, embedded skill drafts, and bundling expectations.
- Create
orchskill package files. - Create
council-reviewskill package files. - Add and validate the CLI packaging script.
- Build bundled
orchbinaries into both skills and smoke-check them. - Update roadmap docs and archive this execution roadmap.
Files
skills/orch/SKILL.mdskills/orch/agents/openai.yamlskills/orch/assets/orchskills/council-review/SKILL.mdskills/council-review/agents/openai.yamlskills/council-review/assets/orchscripts/package_skill_clis.shdocs/architecture.mddocs/blog-project-example.mddocs/inbox-cli.mddocs/orch-cli.mddocs/implementation-roadmap.mddocs/roadmaps/archive/orch-council-skills.md
Decisions
- Use one underlying
orchbinary for both skills, becausecouncilis anorchsubcommand rather than a separate executable. - Keep each skill self-contained by bundling its own copy of the
orchbinary asset. - Keep the packaging script able to refresh the existing
inboxskill binary as well, so all bundled CLIs can be rebuilt through one entrypoint. - Standardize on the actual implemented skill name
orchrather than the older draft termorchestrator.
Blockers
- none
Next Step
- none
Completion Summary
- Added
skills/orch/andskills/council-review/, each withSKILL.md,agents/openai.yaml, and a bundledassets/orchbinary. - Added
scripts/package_skill_clis.shto rebuild bundled skill CLIs forinbox,orch, andcouncil-review. - Built and smoke-checked the new
orchskill assets with./skills/orch/assets/orch --helpand./skills/council-review/assets/orch council --help. - Updated implementation and reference docs to use the actual
orchskill name and to record the new skill packages and packaging flow.