test
Installation
SKILL.md
Test — Verify
Tests are proof. Confirm the code actually works, then — if a plan exists — verify its claims against the codebase. Works for frontend and backend alike; validation and coverage run against whatever test runner the project uses.
Interactive prompts: present options as a numbered list and wait for the user's choice.
Input
The argument (if provided) is: $ARGUMENTS
Accepts a plan <slug> or @file reference. If omitted, glob .specs/plans/*.md:
- one plan → use it
- several → list as numbered options and wait for the user's choice
- none → run validation only (skip plan verification)