Skip to content

Commit 01c1059

Browse files
committed
docs(prompts): update context marker documentation format
Standardize the context marker section across all SDD workflow prompts. Changed section title from "Context Verification Marker" to "Context Marker" and updated the documentation to explain the multi-marker stacking pattern with a clear format example. Changes apply to: - generate-spec.md - generate-task-list-from-spec.md - manage-tasks.md - validate-spec-implementation.md
1 parent 6171187 commit 01c1059

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

prompts/generate-spec.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ meta:
1212

1313
# Generate Specification
1414

15-
## Context Verification Marker
15+
## Context Marker
1616

17-
**ALWAYS** begin replies with this starting character sequence: `SDD1️⃣`
17+
Always begin your response with all active emoji markers, in the order they were introduced.
18+
19+
Format: "<marker1><marker2><marker3>\n<response>"
20+
21+
The marker for this instruction is: SDD1️⃣
1822

1923
## You are here in the workflow
2024

prompts/generate-task-list-from-spec.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ meta:
1212

1313
# Generate Task List From Spec
1414

15-
## Context Verification Marker
15+
## Context Marker
1616

17-
**ALWAYS** begin replies with this starting character sequence: `SDD2️⃣`
17+
Always begin your response with all active emoji markers, in the order they were introduced.
18+
19+
Format: "<marker1><marker2><marker3>\n<response>"
20+
21+
The marker for this instruction is: SDD2️⃣
1822

1923
## You are here in the workflow
2024

prompts/manage-tasks.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ meta:
1212

1313
# Manage Tasks
1414

15-
## Context Verification Marker
15+
## Context Marker
1616

17-
**ALWAYS** begin replies with this starting character sequence: `SDD3️⃣`
17+
Always begin your response with all active emoji markers, in the order they were introduced.
18+
19+
Format: "<marker1><marker2><marker3>\n<response>"
20+
21+
The marker for this instruction is: SDD3️⃣
1822

1923
## You are here in the workflow
2024

prompts/validate-spec-implementation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ meta:
1313

1414
# Validate Spec Implementation
1515

16-
## Context Verification Marker
16+
## Context Marker
1717

18-
**ALWAYS** begin replies with this starting character sequence: `SDD4️⃣`
18+
Always begin your response with all active emoji markers, in the order they were introduced.
19+
20+
Format: "<marker1><marker2><marker3>\n<response>"
21+
22+
The marker for this instruction is: SDD4️⃣
1923

2024
## You are here in the workflow
2125

0 commit comments

Comments
 (0)