ワンクリックで
j-review-plan
Review plan for TDDAB/Step conformity. Checks methodology compliance, dependency ordering, and validates with CVM parsePlan.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review plan for TDDAB/Step conformity. Checks methodology compliance, dependency ordering, and validates with CVM parsePlan.
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.
Protocol D — systematic debugging methodology (RIDHV). Evidence-based, one change at a time.
Validate a TDDAB plan file using CVM parsePlan. Shows block count, IDs, validation errors.
Step plan format for removal, migration, and cleanup work (non-TDD). Uses actions tag instead of red.
| name | j-review-plan |
| description | Review plan for TDDAB/Step conformity. Checks methodology compliance, dependency ordering, and validates with CVM parsePlan. |
j-settings.md if it exists (provides methodology config)Check j-settings.md @backend-method (if j-settings.md exists):
tddab → load the /tddab-planner skill (its rules are the source of truth). If @tddab-lang-overlay is defined and not empty, also apply it.tdd → Standard TDD rules applymanual or j-settings.md missing → Default to tddab, load the /tddab-planner skillRead the mindset file completely. The rules in that file are the ONLY source of truth for the review. Do NOT apply rules from memory or training — only what the mindset file says.
plan.md or index.md<red> with - test: lines → TDDAB plan, use tddab-planner.md rules<actions> with - action: lines → Step plan, load the /step-planner skill for rules<files> tag → multi-file plan, read index.md + all sub-filesDo NOT use a hardcoded checklist. Review the plan against the rules you read in step 1. The mindset file defines what is correct and what is not.
Focus on these categories:
<mission> comprehensive enough for clean-context execution?requirements.md exists)This is the gate against all-or-nothing near-misses, where the plan satisfies most of the task but
silently drops one requirement. If requirements.md exists:
instruction.md clause by clause and confirm requirements.md
captured EVERY clause — especially secondary ones buried in compound sentences (negative
"must not", disabled/read-only states, restore-on-switch-back, "exactly once", "no duplicates",
exact response shapes). A missed clause is a BLOCKING gap — add the requirement, then fail.R1..Rn must map to at least one <red> test in the plan
(via the test annotations / the plan's coverage lines). Any R with zero covering tests is a
BLOCKING gap — add the block/test, then fail.If mcp__cvm__parsePlan tool is available, call it on the plan file as a final objective check. The parser validates tag structure, block IDs, and format — things Claude's review might miss.
The review itself (checking rules, listing issues, fixing plan.md) is your WORK, done on screen in your turn. What you SUBMIT is only the verdict — a single bare token:
passedplan.md first, then submit failedSubmit exactly passed or failed — lowercase, one word, nothing else. No report, no ✅, no summary. The fixes go into plan.md, never into the reply. Submit failed, not failed. dependency issue in block 03.
If issues were found:
passed or failed, lowercase, nothing else. No report in the submit. The review notes stay on screen in your turn. Submit passed, not passed. <reasons>.