
from specialist-agent10
Run fresh verification commands (tests, build, lint, types) and require full output evidence before claiming work is complete or merging changes.
Adds a verification gate for completion claims: identifies the correct verification command(s), runs them fresh, reads full output and exit codes, and reports concrete evidence before allowing claims like 'tests pass' or 'build succeeds'. Designed to prevent premature success claims and enforce reproducible verification.
Best used by agents that can run shell commands and capture full stdout/stderr (Claude Code, Cursor, Codex-style agents, CI-integrated automations).
This skill has not been reviewed by our automated audit pipeline yet.
Test-Driven Development (TDD)
Run disciplined TDD cycles: write a failing test, implement the minimal fix, then refactor — for features and bugfixes where correctness matters.
/learn — Interactive Learning Mode
Teaching-first implementation assistant: explains why decisions are made, walks through architecture, and produces incremental code with pedagogy for onboarding