Get the prompt for a later pipeline stage
get_stageRetrieve the system prompt for a plan stage (planner, executor, tester, reviewer) by passing the previous stage's output as context, ensuring the next specialist is briefed on what it receives.
Instructions
Fetch the system prompt for one stage of a plan returned by brief. Call it when the previous stage is finished, passing that stage's output as context so this one is briefed on what it is receiving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Which stage to brief. | |
| task | Yes | The original task, unchanged. | |
| scope | No | both | |
| context | No | Output of the previous stage, plus the user's intake answers. | |
| memory_limit | No | ||
| knowledge_limit | No |