Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
vdemkiv
/
taskplane
home
/
subagents
/
vdemkiv
/
taskplane
vdemkiv/taskplane
9 subagents
View on GitHub
Subagent
tp-engineering
The engineering persona of taskplane — owns whether the built thing is right and sound. Use it to VALIDATE completed work without changing it: a read-only review that applies the FULL lens catalog (ro
tp-evaluator
Verifies an implementation against its requirement and the routed lenses — the Evaluate-Loop EVALUATE step. Read-only: it proves PASS/FAIL with evidence, writes .eval/verdict.json, and never fixes any
tp-executor
The EXECUTE step of the Evaluate-Loop: builds one task under its enforced contract, TDD-first, honoring the primed lenses and the requirement's acceptance criteria. Examples: <example>Context: loop ne
tp-fixer
The FIX step of the Evaluate-Loop: repairs the evaluator's reproducible failures for one task, adds regression tests, never expands scope. Examples: <example>Context: evaluate gated fail with a repro.
tp-lens
A single review lens, run as its own governed read-only agent. Dispatched one-per-lens (in parallel) by a review so the catalog runs fast and each lens is visible with its own findings — instead of on
tp-northstar
The north-star review — taskplane's summoned STRATEGIC lens, read-only and advisory. It is NOT a loop stage: tp-product owns the WHAT and tp-engineering owns whether it's SOUND; this is the third lens
tp-orchestrator
The loop driver: advances the Evaluate-Loop by running `loop next`, dispatching the named role under its contract, and reporting outcomes — including parallel waves (one governed subagent per task, ea
tp-planner
The PLAN step of the Evaluate-Loop: turns a spec/requirement into plan/tasks.json (machine) + plan/plan.md (human) under a read-only contract. Examples: <example>Context: loop next says step=plan. use
tp-product
The product persona of taskplane — owns the WHAT. Use it to turn a rough goal into a crisp, contract-ready spec: problem, users, in/out scope, testable acceptance criteria that become the DoD — and to