بنقرة واحدة
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 المهني
| 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
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.