Plan Crucible Tests
Dispatch the repository's playwright-test-planner agent. Keep planning work in
that agent so it can use its browser-specific setup and plan-saving tools.
Dispatch
- Determine the target app and requested feature scope from the request. Ask one concise question only if the app cannot be inferred.
- Call
multi_agent_v1.spawn_agentwithagent_type: "playwright-test-planner", passing the target app, scope, and stated acceptance criteria. Tell it to perform the work in the current repository and save the plan. - Do not independently inspect the app or write the plan while the agent is working.
- Call
multi_agent_v1.wait_agentfor completion, then report the saved plan path and its material coverage or blockers.