startup-validation agents

4 tagged startup-validation, measured the same way as everything else here.

repo-scout

01

EmanuelVogt/skills

Agent

Locates code in this repo without polluting the main context — where a symbol is defined, who consumes a route/component, where a module's rule lives, what's in a large file, the map of a module or feature. Use instead of grepping around. Not for editing, reviewing or deciding architecture. Always pass model — haiku…

5 4d ago A 104 tokens original MIT

shell-runner

02

EmanuelVogt/skills

Agent

Runs a terminal command in this repo (test, typecheck, lint, build, script) without dumping the output into the main context — full log to a file, returns exit code + the literal failures. For the main window's gates: the orchestrator's Build gate per wave and the Verifier's Final gate; a spec-worker runs its own…

5 4d ago A 126 tokens original MIT

spec-verifier

03

EmanuelVogt/skills

Agent

Independent verifier for a ca-spec-driven feature, dispatched by the orchestrator after the last wave (author ≠ verifier) — spec-anchored coverage with evidence-or-zero, the Final gate (only full-suite run), mutation sensor, writes .specs/features/ /validation.md, returns the compact verdict. Never fixes code. Pass…

5 4d ago B 125 tokens original MIT