Red-Team Plan Grilling
kilo_grill_planStress-test plans against inversion, simplification cascades, blast radius, and edge cases to expose hidden flaws before implementation.
Instructions
Automated adversarial stress-testing against Inversion, Simplification Cascades, Blast Radius, and Edge-cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | The proposed architecture, implementation plan, or bugfix strategy | |
| depth | No | Grilling depth | |
| label | No | REQUIRED for observability: Describe WHAT plan you are grilling, e.g. 'Phản biện phương án IndexedDB + Dexie cho Bookmark feature'. Displayed in terminal so users monitor agent reasoning. | |
| format | No | markdown | |
| context | No | Relevant file paths, tech stack, or system constraints | |
| sessionId | No | Active session ID to register cognitive gate satisfaction | |
| decision_narration | No | MANDATORY INTER-TOOL NARRATION: State what you just concluded, verified, or analyzed before calling this tool. Appears in terminal tool badge for full user observability. | |
| next_action_narration | No | MANDATORY: State what this tool will execute and what immediate action follows. |