brainstorm reactor
ManualAdvanced Tools

Deep-Linking & Session URLs

The Brainstorm Reactor supports URL-driven session initialization. By appending standard query parameters to the application URL, you can pre-load specific thinking recipes, pre-populate prompt input fields, force direct mode, or guarantee an isolated initial state.

This is ideal for bookmarking recurring workflows, sharing interactive prompts with colleagues, embedding links in team dashboards (Notion, Obsidian, Slack), or conducting guided workshops.


Supported URL Parameters

ParameterFunctionValue Example
recipeActivates a specific multi-step reciperecipe=rcp_swot_swarm_v1
qPre-fills the primary input fieldq=Evaluate+our+pricing+model
igniteForces an isolated clean session (bypasses local cache)ignite=true
modeForces execution into Direct Modemode=direct

1. Parameter Breakdown

recipe (Select Workflow)

Pre-selects an automated multi-step recipe from the cognitive library and opens the workspace directly in Workflow Mode.

https://brainstormreactor.com/reactor?recipe=rcp_swot_swarm_v1

Common Recipe Keys:

  • rcp_swot_swarm_v1 — Enterprise SWOT Swarm (Multi-Model)
  • rcp_triz_aletheia_loop_v1 — TRIZ Aletheia Conflict Solver
  • rcp_sixami_matchmaking_v1 — sixami Matchmaker & Strategic Fit
  • rcp_chain_of_density_v1 — Chain of Density Synthesis

q (Pre-Fill Prompt Input)

Pre-populates the central input container with a specific briefing, question, or text template. Spaces must be encoded as + or %20.

https://brainstormreactor.com/reactor?q=Analyze+the+competitive+landscape+of+B2B+fintech

ignite=true (Clean State Initialization)

Guarantees that the session starts from a fresh, isolated state. If a user previously worked on the same recipe with a cached draft, ignite=true clears stale input buffers and mounts a clean workspace.

https://brainstormreactor.com/reactor?recipe=rcp_swot_swarm_v1&ignite=true

[!NOTE] For security and clean navigation, the ignite flag is automatically cleared from the browser address bar after mounting (window.history.replaceState), preventing unwanted resets on manual page reloads.


mode=direct (Direct Mode Enforcement)

Forces the engine directly into Direct Mode (single-step rapid ideation), bypassing the recipe stepper.

https://brainstormreactor.com/reactor?mode=direct&q=Summarize+the+following+thesis

2. Practical Examples for Teams & Creators

Share a ready-to-use SWOT analysis template with pre-filled context:

https://brainstormreactor.com/reactor?recipe=rcp_swot_swarm_v1&ignite=true&q=Audit+our+Q3+distribution+strategy

Direct Mode Quick-Start

Bookmark a fast prompt sandbox in your browser toolbar:

https://brainstormreactor.com/reactor?mode=direct&ignite=true

Workshop Exercise Distribution

Distribute clean workshop templates to participants without risk of cross-pollinated session states:

https://brainstormreactor.com/reactor?recipe=rcp_triz_aletheia_loop_v1&ignite=true

On this page