Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
redtropig
/
harness-anchor
home
/
subagents
/
redtropig
/
harness-anchor
redtropig/harness-anchor
5 subagents
View on GitHub
Subagent
coverage-analyst
Use when /test-plan runs or the calling agent needs a fresh-context coverage-gap analysis before a feature is called done. Derives test obligations from code + spec (post-implementation, gray-box), fi
cpp-build-doctor
Use when C/C++ build fails — compile/link/configure error, missing header or package. Diagnoses root cause from build output. Read-only.
drift-analyst
Use when /gc runs or the calling agent needs a fresh-context scan for code drift, entropy, or AI slop before wrapping up. Checks changed/active code against the project's golden-rules.md plus generic
index-curator
Use when PROJECT-TOC.md needs rebuilding — after refactors, renames, or SessionStart toc_stale. Runs index-builder.mjs. Writes only PROJECT-TOC.md.
verification-runner
Use when user invokes /verify or calling agent needs fresh-context evaluation of done-ness. Runs build/tests/lint, reports evidence paths. Read-only.