mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: add orch-* orchestrator skill family (#2153)
* feat: add orch-* orchestrator skill family Lightweight wrappers that orchestrate existing ECC agents through a gated Research -> Plan -> TDD -> Review -> Commit pipeline, right-sized per task. - orch-pipeline: shared engine (phases, size classifier, two gates, agent map) - orch-add-feature/change-feature/fix-defect/refine-code/build-mvp: thin wrappers delegating to the engine * chore: register orch-* family in catalog, command registry, and agent.yaml (post-rebase onto green main) --------- Co-authored-by: ECC Test <ecc@example.test>
This commit is contained in:
parent
e755c5f72b
commit
90dfd9505d
20 changed files with 626 additions and 34 deletions
|
|
@ -201,6 +201,11 @@ commands:
|
|||
- multi-frontend
|
||||
- multi-plan
|
||||
- multi-workflow
|
||||
- orch-add-feature
|
||||
- orch-build-mvp
|
||||
- orch-change-feature
|
||||
- orch-fix-defect
|
||||
- orch-refine-code
|
||||
- plan
|
||||
- plan-prd
|
||||
- pm2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue