tests-asynclisted
Install: claude install-skill hnidboubker/symphony-async
# tests-async
**tests-async** is the TEST ORCHESTRATOR of the Symphony Async ecosystem.
It does not implement TDD or BDD itself.
Its responsibility is to determine which testing workflow should be used, orchestrate the appropriate specialized skill, execute the required test validation, and return a clear result to `symphony-orchestrator`.
## Architecture
```
symphony-orchestrator
│
▼
tests-async
│
┌────────┴────────┐
│ │
▼ ▼
tdd-async bdd-async
│ │
└────────┬────────┘
▼
TUnit
│
PASS / FAIL
│
▼
┌────────┴────────┐
│ │
▼ ▼
test-fixer-async (if FAIL)
│
▼
PASS / FAIL
│
▼
symphony-orchestrator
```
## Core Responsibility
The workflow is:
```
Detect testing context
↓
Choose testing strategy
↓
Invoke specialized skill
↓
Run TUnit tests
↓
Analyze result
↓
Return PASS / FAIL
```
## Testing Strategy
The skill must