diff --git a/.claude/workflows/cli-templates/protocols/analysis-protocol.md b/.claude/workflows/cli-templates/protocols/analysis-protocol.md index 3ee62740..e9eac825 100644 --- a/.claude/workflows/cli-templates/protocols/analysis-protocol.md +++ b/.claude/workflows/cli-templates/protocols/analysis-protocol.md @@ -2,7 +2,16 @@ ## Mode Definition **Mode**: `analysis` (READ-ONLY) +## Prompt Structure +``` +PURPOSE: [development goal] +TASK: [specific implementation task] +MODE: [auto|write] +CONTEXT: [file patterns] +EXPECTED: [deliverables] +RULES: [templates | additional constraints] +``` ## Operation Boundaries ### ALLOWED Operations diff --git a/.claude/workflows/cli-templates/protocols/write-protocol.md b/.claude/workflows/cli-templates/protocols/write-protocol.md index b9f1597d..cdda0163 100644 --- a/.claude/workflows/cli-templates/protocols/write-protocol.md +++ b/.claude/workflows/cli-templates/protocols/write-protocol.md @@ -1,5 +1,14 @@ # Write Mode Protocol +## Prompt Structure +``` +PURPOSE: [development goal] +TASK: [specific implementation task] +MODE: [auto|write] +CONTEXT: [file patterns] +EXPECTED: [deliverables] +RULES: [templates | additional constraints] +``` ## Operation Boundaries ### MODE: write