From 16d4c7c64605669f53406ac164d7b0b4c5484b2a Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 23 Dec 2025 18:49:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=86=99=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=8D=8F=E8=AE=AE=E7=9A=84=E6=8F=90=E7=A4=BA=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cli-templates/protocols/analysis-protocol.md | 9 +++++++++ .../workflows/cli-templates/protocols/write-protocol.md | 9 +++++++++ 2 files changed, 18 insertions(+) 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