research-project
Run diverge → converge → premortem pipeline to produce a risk-annotated PRD
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run diverge → converge → premortem pipeline to produce a risk-annotated PRD
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Decompose a PRD into parallel work units and build them with independent agents
Run /prd-build over multiple PRDs with full worktree lifecycle (create, dispatch, FF-merge, cleanup). Single-command dispatch from one session — sequential or parallel.
Evaluate an MCP tool's agentic usability via parallel test scenarios plus a meta-reflection pass, producing a scored improvement report
Cancel or pause a PRD build run
Resume a paused or interrupted PRD build run
Show PRD build orchestration status
| name | research-project |
| description | Run diverge → converge → premortem pipeline to produce a risk-annotated PRD |
| argument-hint | [N] "topic or feature description" |
| allowed-tools | ["Agent","Read","Write","Glob","Grep"] |
Run the complete PRD creation pipeline as a single invocation. Chains three skills in sequence — diverge (multi-perspective research), converge (structured debate), premortem (failure analysis) — passing file outputs between them. Produces a risk-annotated PRD ready for /prd-build or /scaffold.
$ARGUMENTS — format: [N] "research question or topic" where N is optional agent count (default: 3)
Extract:
If the topic is missing or unclear, ask the user to clarify before proceeding.
Invoke the /diverge skill with the provided arguments. This spawns N independent research agents — each with a different lens (technical feasibility, user experience, risk/failure modes, prior art, first principles) — to explore the topic from uncorrelated perspectives.
Wait for the PRD file to be created (format: prd_{slugified_topic}.md).
The diverge output is a synthesis of all agent findings plus a draft PRD. Do NOT proceed until the file exists.
Invoke the /converge skill, passing the PRD file path from Phase 1.
This runs a structured debate: agents advocate competing positions from the diverge output, challenge each other's assumptions, propose compromises, and reach consensus. The result is a refined PRD with tensions resolved and trade-offs made explicit.
Wait for the convergence report and updated PRD.
Invoke the /premortem skill, passing the refined PRD from Phase 2.
This spawns N agents who each write a narrative from the future where the project has failed — each for a different root cause (technical, operational, security, scope, organizational). Synthesizes into a risk registry with severity ratings and mitigations, then annotates the PRD with the top risks.
Wait for the risk-annotated PRD.
Present the final risk-annotated PRD path and a brief summary:
/prd-build <prd-path> for parallel implementation, or /scaffold <prd-path> for build-order planning)/brainstorm for ideation when the problem space is vague, or start here when you have a clear question/prd-build to decompose the PRD into parallel work units and implement, or /scaffold for build-order planning, or /diverge-prototype to spike implementations before committing