← ClaudeAtlas

task-testlisted

task-test workflow v3 — Stage ③.c 子任务测试 sub-workflow (superpowers TDD red-green-refactor 强制 + diagnose conditional invoke)。Single-phase composition: 01-test (capability `superpowers:test-driven-development` + gate judgments.tdd-gate.tdd-strongly-suggested.fires + invokes_tools[{if: test_fail, tool: diagnose}])。Alias /tdd (mattpocock-skills) 可替代 superpowers TDD per D-13。 schema_version: harnessed.workflow.v3 with disciplines_applied [6] + tools_available [tdd, diagnose]. Triggered by harnessed CLI `harnessed task-test --task <text>` or slash command `/task-test` after `harnessed setup`.
easyinplay/harnessed · ★ 2 · Testing & QA · score 78
Install: claude install-skill easyinplay/harnessed
# task-test workflow (v3) ## Overview Single-phase sub-workflow mapping the user's CLAUDE.md Stage ③.c 子任务测试 + TDD 强烈建议开启 discipline onto the harnessed runtime, fully `harnessed.workflow.v3` schema (Phase v3.0-3.4 W0 T3.4.W0.8 — D-09 L0 Discipline Substrate + D-04 gate ref + D-05 conditional `invokes_tools` + D-13 tdd capability alias). | phase | id | upstream | model | capability / invokes_tools | gate | | ----- | -- | -------- | ----- | -------------------------- | ---- | | 1 | `01-test` | superpowers | sonnet | `{{ capabilities.tdd.cmd }}` + `invokes_tools: [{if: test_fail == true, tool: diagnose}]` | `judgments.tdd-gate.tdd-strongly-suggested.fires` | Per-phase config loads from `workflows/task/test/workflow.yaml`; engine.runRouting spawns each phase as a sub-agent via `@anthropic-ai/claude-agent-sdk` 0.3.142+. ## TDD gate (D-04 + judgments/tdd-gate.yaml 6 fires_when + 3 skips_when) Gate `judgments.tdd-gate.tdd-strongly-suggested.fires` 机器化 CLAUDE.md 「Execute 阶段」 TDD 强烈建议开启 节 6 OR-chain: - `subtask.is_core_business_logic == true` - `subtask.is_algorithm == true` - `subtask.is_data_processing == true` - `subtask.regression_risk == 'high'` - `subtask.reliability_required == true` Skips when (per tdd-gate.yaml skips_when): - `subtask.type in ['crud', 'ui_polish', 'docs_only']` Gate 4-level ref pre-resolved by `judgmentResolver` (T2.3.W0.4 SHIPPED) BEFORE expr-eval evaluation — runtime engine 跳过 phase 当 gate 不 fire 时。 ## D-13 tdd capability alias Capability `tdd` (p