Loading...
Loading...
Shared orchestration engine for the orch-* skill family. Defines the gated Research-Plan-TDD-Review-Commit pipeline, the size classifier, the agent map, and the two human gates that the orch-* operation skills delegate to. Not usually invoked directly.
npx skill4agent add affaan-m/ecc orch-pipelineorch-*Invoke an operation skill (,orch-add-feature, …) rather than this engine directly. This file is the reference they point at.orch-fix-defect
orch-*| Skill | Operation | Trigger | First move |
|---|---|---|---|
| feature | capability does not exist yet | research + plan a new slice |
| tweak | works, but desired behavior differs | amend existing behavior and its tests |
| fix | broken; behavior is wrong | reproduce as a failing test, then fix |
| refactor | behavior stays, structure improves | restructure while keeping tests green |
| mvp | bootstrap from a design/spec doc | ingest doc → vertical slices |
These wrappers compose existing ECC commands rather than replace them:,/feature-dev,/plan,/code-review,/build-fix, and/refactor-clean, plus the/gan-buildskill. The orch-* family adds the shared size classifier and the two gates on top of them, so one umbrella covers all five operations consistently.tdd-workflow
| Tier | Files touched | New dependency / contract | Design ambiguity | Phases that run |
|---|---|---|---|---|
| trivial | 1, a few lines | none | none — the change is obvious | 4 → 5 → 6 |
| small | 1 file / 1 function | none | clear once you read the code | (1 light) → 4 → 5 → 6 |
| standard | 2–5 files | maybe a new internal module | one real choice to make | 1 → 2 → 4 → 5 → 6 |
| large | many / cross-cutting | new external dep, public API, or a spec doc | multiple open questions | 1 → 2 → (3) → 4 → 5 → 6 |
orch-build-mvprules/common/development-workflow.mdgh search reposgh search codeplannerarchitectcode-architecttask_listorch-build-mvptdd-guidetdd-workflowcode-reviewer/code-reviewsecurity-reviewerfeat:fix:refactor:task_list| Phase | Primary | Fallback / escalation |
|---|---|---|
| Intake / understand | | trace existing paths before a tweak, fix, or refactor |
| Plan | | |
| Implement | | |
| Review | | language reviewer ( |
| Security | | — |
| MVP inner loop | | drives |
CLAUDE.mdsecurity-reviewerrules/common/security.mdtask_listdocs/rules/common/development-workflow.mdsecurity-reviewerrules/common/testing.md