一键导入
j-cvm-check-plan
Validate a TDDAB plan file using CVM parsePlan. Shows block count, IDs, validation errors.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate a TDDAB plan file using CVM parsePlan. Shows block count, IDs, validation errors.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Parse and execute a TDDAB plan via CVM planexecutor. Autonomous block-by-block execution with RED/GREEN/VERIFY/COMMIT phases. Supports resume after interruption.
TDDAB plan format and rules — test-first, atomic blocks, RED/GREEN/VERIFY, bottom-up decomposition.
Decompose the task instruction into an exhaustive list of atomic, independently-testable requirements BEFORE planning. Surfaces buried/secondary clauses that all-or-nothing graders punish.
Review plan for TDDAB/Step conformity. Checks methodology compliance, dependency ordering, and validates with CVM parsePlan.
Protocol D — systematic debugging methodology (RIDHV). Evidence-based, one change at a time.
Step plan format for removal, migration, and cleanup work (non-TDD). Uses actions tag instead of red.
| name | j-cvm-check-plan |
| description | Validate a TDDAB plan file using CVM parsePlan. Shows block count, IDs, validation errors. |
Validate a TDDAB plan file using the CVM parsePlan tool.
Check if mcp__cvm__parsePlan tool is available.
If NOT available → STOP with error: "CVM MCP server not available. Cannot validate plan."
Get the plan file path:
index.md or plan.md in current directory (prefer index.md)Call mcp__cvm__parsePlan with the plan file path
Report the result:
If .cvm/uplan-progress.json exists, also report which blocks are already completed
Plan OK ✓
Blocks: 3
01-greet (lines 20-45)
02-farewell (lines 47-72)
03-summary (lines 74-95)
Saved: .cvm/uplan.json
Progress: 1/3 completed (01-greet done)
Plan INVALID ✗
Errors:
line 0: Missing <mission> tag
line 15: Block "01-test" missing <red> tag