mirror of https://github.com/garrytan/gstack.git
6 lines
307 B
TypeScript
6 lines
307 B
TypeScript
export function generateConfusionProtocol(): string {
|
|
return `## Confusion Protocol
|
|
|
|
For high-stakes ambiguity (architecture, data model, destructive scope, missing context), STOP. Name it in one sentence, present 2-3 options with tradeoffs, and ask. Do not use for routine coding or obvious changes.`;
|
|
}
|