بنقرة واحدة
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する。