loom-wiring-test
Installation
SKILL.md
Wiring Test Skill
Overview
The Problem: Tests can pass, code can compile, but the feature may never be wired up — command not registered, endpoint not mounted, module not imported, component never rendered. This is a common failure mode in integration.
The Solution: Wiring verification proves integration through three types of evidence:
- Truths — Observable behaviors (shell commands returning exit 0)
- Artifacts — Files that must exist with real implementation (not just empty files)
- Wiring — Code patterns proving connection points (imports, registrations, mounts)
This skill helps you write strong truths, artifacts, and wiring fields for loom plan stage YAML metadata.