simulation.plan
Transform research evidence into a product simulation scenario with configurable agents and hypothesis testing.
Instructions
Create a clean-room product simulation scenario from Memoire research evidence.
Prerequisites: Research data should exist in research/store.v2.json, or pass a full ResearchStore JSON string. This tool does not call or vendor MiroFish; it uses Memoire's local TypeScript simulation core. Use adapter=model-swarm for Codex-first model profile planning with deterministic fallback unless live models are explicitly allowed during run.
Returns on success: { scenario, warnings } where scenario includes agents, variables, graph nodes/edges, and evidenceFindingIds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Scenario name. Defaults to the top research theme. | |
| hypothesis | No | Product hypothesis to pressure-test. | |
| research | No | Optional ResearchStore JSON string. Omit to load the current workspace research store. | |
| adapter | No | Adapter mode. Defaults to local. | |
| agentCount | No | Target model-swarm agent count. | |
| maxAgents | No | Run budget max agents. | |
| rounds | No | Run budget max rounds. |