一键导入
tdk-plan-skill-routing
Initialize, inspect, check, diff, register, verify, and optimize plan-skill-routing.md through the deterministic TDK routing helper.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initialize, inspect, check, diff, register, verify, and optimize plan-skill-routing.md through the deterministic TDK routing helper.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Primary implementation skill. Execute phases from plan.md ## Phases table. Read plan.md as source of truth for status + dependency graph.
Execute the implementation planning workflow using the plan template to generate design artifacts.
Create spec.md from a feature or child-slice description, or replay --interview against existing spec.md. Supports --fast, memory, and an embedded quality gate.
Project-level architecture recommendation and brownfield recovery advisor. Writes architecture reports only; does not mutate layout or config.
Deprecated compatibility route for /tdk-workspace-layout-propose.
| name | tdk-plan-skill-routing |
| description | Initialize, inspect, check, diff, register, verify, and optimize plan-skill-routing.md through the deterministic TDK routing helper. |
| user-invocable | true |
| argument-hint | <init|inspect|check|diff|register|verify|optimize> [--project-root <root>] [--proposal <path>] [--yes] |
| metadata | {"version":"2.1.1","author":"VinhLTT","category":"scaffold"} |
Manage the explicit {docs.path}/custom-workflow/plan-skill-routing.md workflow used by /tdk-plan (including --tdd / --ut-backfill test-mode phases) and /tdk-implement.
plan-skill-routing-proposal.json emitted beside an approved automation recommendation.Load only the references needed for the requested action:
references/plan-skill-routing-file-contract.mdreferences/plan-skill-routing-proposal-format.mdreferences/workflow-init.mdreferences/workflow-review-register.mdreferences/update-and-conflict-policy.mdRun from .specify/scripts/ts:
bun src/index.ts routing plan-skill init --project-root <root>
bun src/index.ts routing plan-skill inspect --project-root <root>
bun src/index.ts routing plan-skill check --project-root <root>
bun src/index.ts routing plan-skill diff --project-root <root> --proposal <path>
bun src/index.ts routing plan-skill register --project-root <root> --proposal <path> --yes
bun src/index.ts routing plan-skill verify --project-root <root> --proposal <path>
bun src/index.ts routing plan-skill optimize --project-root <root>
bun src/index.ts routing plan-skill optimize --project-root <root> --yes
inspect, check, diff, and verify are read-only.register must have --yes and must not create a missing route file.init is the only first-file creation workflow.optimize is dry-run by default; it writes only with --yes.plan-skill-routing.md directly as a shortcut around this workflow.