bernstein_scenario
Invoke a multi-agent orchestration scenario by ID to spawn parallel tasks for automated development workflows. Provide context, PR number, or branch as triggers.
Instructions
Invoke a Bernstein scenario by id, spawning one task per template.
Args:
scenario_id: Identifier from the scenario library
(e.g. ``"pr-review-comprehensive"``).
context: Free-form context (the trigger event summary, for
example) appended to each task's description.
pr_number: PR number to inject when triggered by GitHub.
branch: Branch override.
Returns:
JSON with ``orchestration_id``, ``scenario_id``, ``task_count``,
``estimated_minutes`` and ``task_ids``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| context | No | ||
| pr_number | No | ||
| branch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |