一键导入
mspec-research
research step of mspec workflow — investigate via subagent and produce research.md
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
research step of mspec workflow — investigate via subagent and produce research.md
用 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-research |
| description | research step of mspec workflow — investigate via subagent and produce research.md |
| when_to_use | User runs /mspec:research, or workflow auto-continues to research |
mspec status --change <change-dir> --json first.mspec continue --change <change-dir> --json to fetch the ready-made subagent_prompt.requires artifacts (proposal.md, specs/*/spec.md).mspec-researcher subagent via the Task tool with subagent_prompt. It will perform web search and codebase analysis.research.md body (Decisions / Web References / Codebase Findings / Open Choices) and write it to disk.Open Choices, ask the user via AskUserQuestion (1 question per call) and update the file.## Constitution Check (Phase 0 only).
7a. readme.md の ## Artifacts 節の - [ ] research.md を - [x] research.md に更新する。mspec validate --change <change-dir>. validate が失敗した場合は - [x] research.md を - [ ] research.md にロールバックする。block: true — stop and ask the user to run /mspec:continue.After the subagent completes (step 4), record the run:
mspec agent-run record research \
--change <change-name> \
--bytes <sum-of-input-artifact-bytes> \
--artifacts <space-separated-artifact-paths>
Example: mspec agent-run record research --change 2026-05-25-my-feature --bytes 4821 --artifacts proposal.md specs/my-cap/spec.md
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> — アンカー解決確認このスキルの実行で発生した学習候補を記録する:
<!-- LEARNING: <パターン説明> | source: <FR-ID> | confidence: low|medium|high -->
mspec learn コマンドが archive 済み changes からこれらを収集してpost-condition候補をproposeする。