← ClaudeAtlas

symphony-orchestratorlisted

Orchestrates the complete development workflow by coordinating commit, TDD, BDD, testing, release, and documentation skills.
hnidboubker/symphony-async · ★ 0 · Testing & QA · score 72
Install: claude install-skill hnidboubker/symphony-async
# symphony-orchestrator **symphony-orchestrator** is the TOP-LEVEL ORCHESTRATOR of the entire development workflow. It coordinates specialized skills but does not replace their responsibilities. ## Objective `symphony-orchestrator` orchestrates the complete development lifecycle: ``` Change ↓ Tests ↓ Commit ↓ Push ↓ Release ↓ Documentation ↓ Detect new changes ↓ Repeat only if necessary ↓ STOP ``` The specialized skills are: - `commit-async` - `tests-async` - `tdd-async` - `bdd-async` - `auto-release` - `readme-async` `symphony-orchestrator` is the only skill responsible for coordinating the complete workflow. ## Required Structure Create or update: ``` symphony-orchestrator/ ├── references/ │ └── Context.md ├── scripts/ │ ├── install.sh │ ├── install.ps1 │ └── install.py ├── SKILL.md └── README.md ``` Before modifying anything: 1. Inspect the repository. 2. Inspect all existing skills. 3. Read their SKILL.md files. 4. Understand their contracts. 5. Do not duplicate their responsibilities. 6. Do not modify unrelated skills unless strictly necessary. ## Core Architecture The architecture is: ``` symphony-orchestrator │ ▼ tests-async / \ ▼ ▼ tdd-async bdd-async \ / ▼ ��