What problem does it solve?
Ensures end-to-end quality for integrated tdmcp features by coordinating offline gates, cross-boundary checks, and live TouchDesigner validation. This skill helps teams verify that a feature cooks correctly in TD, aligns CLI and docs with the registry, and surfaces defects before release.
Core Features & Use Cases
- Offline gates: run type checks, build, and tests to validate code integrity without needing TouchDesigner.
- Cross-boundary checks: validate consistency across Tool↔CLI, Tool↔registry, Tool↔docs, and TD integration boundaries to prevent drift.
- Live TD validation when the bridge is available: execute the feature against a live bridge to gather get_preview and post-cook node errors and ensure real behavior matches expectations.
- Report-based QA: generate a consolidated workspace/04_qa<feature|batch>.md report with PASS/FAIL/UNVERIFIED statuses and concrete next steps.
- Iterative defect handling: guide a two-to-three round fix loop, assigning defects to owners and revalidating until stable.
Quick Start
Run the end-to-end QA workflow for a new or updated tdmcp feature and verify the bridge results and TD validation.