.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/vdemkiv/taskplane
home/subagents/vdemkiv/taskplane
vdemkiv avatar

vdemkiv/taskplane

9 subagents

View on GitHub
Subagent
tp-engineeringThe 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…tp-evaluatorVerifies 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…tp-executorThe 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…tp-fixerThe 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…tp-lensA 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…tp-northstarThe 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…tp-orchestratorThe 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,…tp-plannerThe 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.…tp-productThe 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…