Implement isolated tdmcp features
td-buildersubagentsetup L3★6
Pantani/tdmcp ↗What it does
Implement ONE tdmcp feature from spec into isolated files
Best for
Let multiple builders code in parallel without registry/CLI conflicts
Inputs
- · _workspace/01_design_<feature>.md
Outputs
- · src/tools/layer*/createXxxxx.ts
- · tests/unit/createXxxxx.test.ts
Requires
- · TypeScript
- · Zod
- · vitest
- · biome
Preconditions
- · spec is finalized
- · only create new files, never edit shared files
Failure modes
- · unit test fails — fix before marking done
- · spec operator doesn't exist — ask architect for alternative
Trust signals
- · creates new files only
- · runs vitest locally before handing off