# hltm-impl-testing > Write tests + run tests for ONE story - Author: Sergey Kopanev - Repository: skopanev/no-bullshit-pipeline - Version: 20260204211107 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/skopanev/no-bullshit-pipeline - Web: https://mule.run/skillshub/@@skopanev/no-bullshit-pipeline~hltm-impl-testing:20260204211107 --- --- name: hltm-impl-testing description: Write tests + run tests for ONE story version: 6.1.0 model: sonnet context: fork agent: general-purpose --- # Testing **Goal:** Write & run tests for ONE story. ## Logic 1. **Check Mode:** Read blueprint → get `testing.mode` (default: `balanced`) 2. **Execute:** | Mode | Action | |------|--------| | **minimal** | Write smoke tests if missing → run tests | | **balanced** | Call `/bmad-tea-testarch-automate` → run tests | | **strict** | Verify ATDD coverage → automate → run tests | 3. **Return:** - Success: `{"status": "pass", "files": [...]}` - Failure: `{"status": "fail", "issues": [...]}`