一键导入
mspec-review
self-review step of mspec workflow — sanity-check all artifacts via subagent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
self-review step of mspec workflow — sanity-check all artifacts via subagent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
archive step of mspec workflow — deterministic merge into SoT spec and archive move
archive ステップ完了後に Lessons を分析し constitution.md への追加提案を生成するサブエージェント
archive ステップ完了後に Next Steps を評価し優先度付きのチェンジ登録提案を生成するサブエージェント
proposal step of mspec workflow — clarify intent and write proposal.md
archive step of mspec workflow — deterministic merge into SoT spec and archive move
checklist step of mspec workflow — produce checklist.md via subagent
| name | mspec-review |
| description | self-review step of mspec workflow — sanity-check all artifacts via subagent |
| when_to_use | User runs /mspec:review, or workflow auto-continues to self-review |
mspec status --change <change-dir> --json first.mspec continue --change <change-dir> --json to fetch subagent_prompt.requires (checklist.md, design.md, architecture-overview.md, quickstart.md).mspec-self-reviewer subagent (Task tool) with subagent_prompt.## Self-Review section to design.md (no new files; produces: []).mspec validate --change <change-dir>.block: true — stop and ask the user to run /mspec:continue.After the subagent completes (step 4), count [blocker] lines in the review output, then record the run:
mspec agent-run record self-review \
--change <change-name> \
--bytes <sum-of-input-artifact-bytes> \
--artifacts <space-separated-artifact-paths> \
--edits <count-of-[blocker]-lines>
Example: mspec agent-run record self-review --change 2026-05-25-my-feature --bytes 22180 --artifacts checklist.md design.md tasks.md --edits 2
This appends one JSONL entry to changes/<change>/.agent-runs.jsonl. Do NOT include prompt text or file contents.
mspec validate --change <change> — アーティファクト整合性チェックmspec anchor check --change <change> — アンカー解決確認[blocker] 指摘がゼロになっているか確認このスキルの実行で発生した学習候補を記録する:
<!-- LEARNING: <パターン説明> | source: <FR-ID> | confidence: low|medium|high -->
mspec learn コマンドが archive 済み changes からこれらを収集してpost-condition候補をproposeする。