tailtest_scenario_plan
Provides structured scaffolding for a SCENARIO PLAN, specifying language, framework, depth, adversarial count, baseline scenarios, and test file path.
Instructions
Return structured scaffolding the agent uses to write its SCENARIO PLAN: language, framework, depth, R15 adversarial count requirement, language and framework baseline scenarios, test file path, and prose instructions. The agent uses this scaffolding to compose the actual SCENARIO PLAN scenario lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Relative or absolute path to the source file under test. | |
| project_root | No | Project root directory. Defaults to the current working directory. |