@ckelsoe/prompt-architect 3.0.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +264 -264
- package/LICENSE +21 -21
- package/README.md +1064 -1184
- package/adapters/README.md +75 -267
- package/adapters/for-windsurf.md +136 -136
- package/adapters/system-prompt.md +243 -243
- package/package.json +139 -135
- package/scripts/build-skill.js +64 -0
- package/scripts/install.js +35 -56
- package/scripts/test.js +205 -213
- package/scripts/validate-skill.js +350 -350
- package/skills/prompt-architect/SKILL.md +331 -331
- package/skills/prompt-architect/assets/templates/ape_template.txt +5 -5
- package/skills/prompt-architect/assets/templates/bab_template.txt +15 -15
- package/skills/prompt-architect/assets/templates/broke_template.txt +15 -15
- package/skills/prompt-architect/assets/templates/cai-critique-revise_template.txt +18 -18
- package/skills/prompt-architect/assets/templates/care_template.txt +16 -16
- package/skills/prompt-architect/assets/templates/chain-of-density_template.txt +46 -46
- package/skills/prompt-architect/assets/templates/chain-of-thought_template.txt +49 -49
- package/skills/prompt-architect/assets/templates/co-star_template.txt +17 -17
- package/skills/prompt-architect/assets/templates/crispe_template.txt +14 -14
- package/skills/prompt-architect/assets/templates/ctf_template.txt +15 -15
- package/skills/prompt-architect/assets/templates/devils-advocate_template.txt +25 -25
- package/skills/prompt-architect/assets/templates/hybrid_template.txt +101 -101
- package/skills/prompt-architect/assets/templates/least-to-most_template.txt +16 -16
- package/skills/prompt-architect/assets/templates/plan-and-solve_template.txt +7 -7
- package/skills/prompt-architect/assets/templates/pre-mortem_template.txt +27 -27
- package/skills/prompt-architect/assets/templates/race_template.txt +19 -19
- package/skills/prompt-architect/assets/templates/rcot_template.txt +31 -31
- package/skills/prompt-architect/assets/templates/react_template.txt +27 -27
- package/skills/prompt-architect/assets/templates/reverse-role_template.txt +11 -11
- package/skills/prompt-architect/assets/templates/rise-ie_template.txt +23 -23
- package/skills/prompt-architect/assets/templates/rise-ix_template.txt +28 -28
- package/skills/prompt-architect/assets/templates/risen_template.txt +21 -21
- package/skills/prompt-architect/assets/templates/rpef_template.txt +26 -26
- package/skills/prompt-architect/assets/templates/rtf_template.txt +13 -13
- package/skills/prompt-architect/assets/templates/self-refine_template.txt +16 -16
- package/skills/prompt-architect/assets/templates/skeleton-of-thought_template.txt +15 -15
- package/skills/prompt-architect/assets/templates/step-back_template.txt +10 -10
- package/skills/prompt-architect/assets/templates/tidd-ec_template.txt +45 -45
- package/skills/prompt-architect/assets/templates/tree-of-thought_template.txt +30 -30
- package/skills/prompt-architect/references/frameworks/ape.md +200 -200
- package/skills/prompt-architect/references/frameworks/bab.md +242 -242
- package/skills/prompt-architect/references/frameworks/broke.md +242 -242
- package/skills/prompt-architect/references/frameworks/cai-critique-revise.md +230 -230
- package/skills/prompt-architect/references/frameworks/care.md +235 -235
- package/skills/prompt-architect/references/frameworks/chain-of-density.md +479 -479
- package/skills/prompt-architect/references/frameworks/chain-of-thought.md +424 -424
- package/skills/prompt-architect/references/frameworks/co-star.md +256 -256
- package/skills/prompt-architect/references/frameworks/crispe.md +253 -253
- package/skills/prompt-architect/references/frameworks/ctf.md +207 -207
- package/skills/prompt-architect/references/frameworks/devils-advocate.md +206 -206
- package/skills/prompt-architect/references/frameworks/least-to-most.md +226 -226
- package/skills/prompt-architect/references/frameworks/plan-and-solve.md +210 -210
- package/skills/prompt-architect/references/frameworks/pre-mortem.md +197 -197
- package/skills/prompt-architect/references/frameworks/race.md +243 -243
- package/skills/prompt-architect/references/frameworks/rcot.md +203 -203
- package/skills/prompt-architect/references/frameworks/react.md +304 -304
- package/skills/prompt-architect/references/frameworks/reverse-role.md +189 -189
- package/skills/prompt-architect/references/frameworks/rise.md +555 -555
- package/skills/prompt-architect/references/frameworks/risen.md +297 -297
- package/skills/prompt-architect/references/frameworks/rpef.md +195 -195
- package/skills/prompt-architect/references/frameworks/rtf.md +358 -358
- package/skills/prompt-architect/references/frameworks/self-refine.md +205 -205
- package/skills/prompt-architect/references/frameworks/skeleton-of-thought.md +186 -186
- package/skills/prompt-architect/references/frameworks/step-back.md +206 -206
- package/skills/prompt-architect/references/frameworks/tidd-ec.md +470 -470
- package/skills/prompt-architect/references/frameworks/tree-of-thought.md +260 -260
- package/skills/prompt-architect/scripts/framework_analyzer.py +807 -807
- package/skills/prompt-architect/scripts/prompt_evaluator.py +336 -336
- package/adapters/for-cursor.mdc +0 -138
- package/adapters/for-gemini-cli.md +0 -70
- package/adapters/for-github-copilot.md +0 -141
- package/adapters/for-openai-codex-cli.md +0 -158
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
ACTION: [What to do — one clear verb-driven instruction]
|
|
2
|
-
|
|
3
|
-
PURPOSE: [Why it's needed — one sentence on how it will be used or who needs it]
|
|
4
|
-
|
|
5
|
-
EXPECTATION: [What a good result looks like — format, length, quality bar, or tone]
|
|
1
|
+
ACTION: [What to do — one clear verb-driven instruction]
|
|
2
|
+
|
|
3
|
+
PURPOSE: [Why it's needed — one sentence on how it will be used or who needs it]
|
|
4
|
+
|
|
5
|
+
EXPECTATION: [What a good result looks like — format, length, quality bar, or tone]
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
BEFORE:
|
|
2
|
-
[Describe the current state — what exists now, what's wrong with it, what needs to change.
|
|
3
|
-
Be specific: quote actual content, describe current problems, name limitations.]
|
|
4
|
-
|
|
5
|
-
AFTER:
|
|
6
|
-
[Describe the desired end state — what it should look like once transformed.
|
|
7
|
-
Include: qualities it should have, audience/consumer of the result, success criteria.]
|
|
8
|
-
|
|
9
|
-
BRIDGE:
|
|
10
|
-
[Define the transformation rules — how to get from Before to After.
|
|
11
|
-
Include:
|
|
12
|
-
- What must be preserved (do not change)
|
|
13
|
-
- What should change
|
|
14
|
-
- Any constraints on approach or style
|
|
15
|
-
- Tone, length, or format requirements for the result]
|
|
1
|
+
BEFORE:
|
|
2
|
+
[Describe the current state — what exists now, what's wrong with it, what needs to change.
|
|
3
|
+
Be specific: quote actual content, describe current problems, name limitations.]
|
|
4
|
+
|
|
5
|
+
AFTER:
|
|
6
|
+
[Describe the desired end state — what it should look like once transformed.
|
|
7
|
+
Include: qualities it should have, audience/consumer of the result, success criteria.]
|
|
8
|
+
|
|
9
|
+
BRIDGE:
|
|
10
|
+
[Define the transformation rules — how to get from Before to After.
|
|
11
|
+
Include:
|
|
12
|
+
- What must be preserved (do not change)
|
|
13
|
+
- What should change
|
|
14
|
+
- Any constraints on approach or style
|
|
15
|
+
- Tone, length, or format requirements for the result]
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
BACKGROUND:
|
|
2
|
-
[Current situation, why this task exists, relevant history and constraints]
|
|
3
|
-
|
|
4
|
-
ROLE:
|
|
5
|
-
[Professional persona and expertise to embody]
|
|
6
|
-
|
|
7
|
-
OBJECTIVE:
|
|
8
|
-
[The specific task and deliverable]
|
|
9
|
-
|
|
10
|
-
KEY RESULTS:
|
|
11
|
-
[Measurable outcomes this output should help achieve — how success is defined in business terms]
|
|
12
|
-
|
|
13
|
-
EVOLVE:
|
|
14
|
-
After completing your response, provide 3 specific suggestions for improving
|
|
15
|
-
this output or approach in a follow-up iteration.
|
|
1
|
+
BACKGROUND:
|
|
2
|
+
[Current situation, why this task exists, relevant history and constraints]
|
|
3
|
+
|
|
4
|
+
ROLE:
|
|
5
|
+
[Professional persona and expertise to embody]
|
|
6
|
+
|
|
7
|
+
OBJECTIVE:
|
|
8
|
+
[The specific task and deliverable]
|
|
9
|
+
|
|
10
|
+
KEY RESULTS:
|
|
11
|
+
[Measurable outcomes this output should help achieve — how success is defined in business terms]
|
|
12
|
+
|
|
13
|
+
EVOLVE:
|
|
14
|
+
After completing your response, provide 3 specific suggestions for improving
|
|
15
|
+
this output or approach in a follow-up iteration.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
PRINCIPLE:
|
|
2
|
-
[State the specific standard the output must satisfy — be precise and measurable]
|
|
3
|
-
|
|
4
|
-
INITIAL OUTPUT:
|
|
5
|
-
[The output to evaluate — AI-generated or human-written]
|
|
6
|
-
|
|
7
|
-
CRITIQUE:
|
|
8
|
-
Identify specific ways the output above violates or falls short of the
|
|
9
|
-
principle stated above.
|
|
10
|
-
- Quote the specific passages that are problematic
|
|
11
|
-
- Explain precisely why each passage violates the principle
|
|
12
|
-
- Focus only on failures against the principle (not general quality)
|
|
13
|
-
|
|
14
|
-
REVISION:
|
|
15
|
-
Rewrite the output to fully satisfy the principle.
|
|
16
|
-
- Address every critique point identified above
|
|
17
|
-
- Preserve all content that already satisfies the principle
|
|
18
|
-
- Do not introduce new violations of the principle
|
|
1
|
+
PRINCIPLE:
|
|
2
|
+
[State the specific standard the output must satisfy — be precise and measurable]
|
|
3
|
+
|
|
4
|
+
INITIAL OUTPUT:
|
|
5
|
+
[The output to evaluate — AI-generated or human-written]
|
|
6
|
+
|
|
7
|
+
CRITIQUE:
|
|
8
|
+
Identify specific ways the output above violates or falls short of the
|
|
9
|
+
principle stated above.
|
|
10
|
+
- Quote the specific passages that are problematic
|
|
11
|
+
- Explain precisely why each passage violates the principle
|
|
12
|
+
- Focus only on failures against the principle (not general quality)
|
|
13
|
+
|
|
14
|
+
REVISION:
|
|
15
|
+
Rewrite the output to fully satisfy the principle.
|
|
16
|
+
- Address every critique point identified above
|
|
17
|
+
- Preserve all content that already satisfies the principle
|
|
18
|
+
- Do not introduce new violations of the principle
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
CONTEXT:
|
|
2
|
-
[Who you are, the situation you're in, and why this task exists]
|
|
3
|
-
|
|
4
|
-
ASK:
|
|
5
|
-
[The specific request and deliverable]
|
|
6
|
-
|
|
7
|
-
RULES:
|
|
8
|
-
[Explicit constraints governing the output:
|
|
9
|
-
- What must be included
|
|
10
|
-
- What must be avoided
|
|
11
|
-
- Format and length requirements
|
|
12
|
-
- Tone and reading level standards
|
|
13
|
-
- Quality bar or compliance requirements]
|
|
14
|
-
|
|
15
|
-
EXAMPLES:
|
|
16
|
-
[1-3 examples showing the desired output format, tone, or quality standard]
|
|
1
|
+
CONTEXT:
|
|
2
|
+
[Who you are, the situation you're in, and why this task exists]
|
|
3
|
+
|
|
4
|
+
ASK:
|
|
5
|
+
[The specific request and deliverable]
|
|
6
|
+
|
|
7
|
+
RULES:
|
|
8
|
+
[Explicit constraints governing the output:
|
|
9
|
+
- What must be included
|
|
10
|
+
- What must be avoided
|
|
11
|
+
- Format and length requirements
|
|
12
|
+
- Tone and reading level standards
|
|
13
|
+
- Quality bar or compliance requirements]
|
|
14
|
+
|
|
15
|
+
EXAMPLES:
|
|
16
|
+
[1-3 examples showing the desired output format, tone, or quality standard]
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
=== CHAIN OF DENSITY (CoD) TEMPLATE ===
|
|
2
|
-
|
|
3
|
-
Use when: iterative compression or quality improvement is the goal —
|
|
4
|
-
summarization, explanation optimization, content densification.
|
|
5
|
-
|
|
6
|
-
─────────────────────────────────────────────
|
|
7
|
-
SOURCE CONTENT:
|
|
8
|
-
[Paste the content to be refined/compressed here]
|
|
9
|
-
|
|
10
|
-
─────────────────────────────────────────────
|
|
11
|
-
OPTIMIZATION GOAL:
|
|
12
|
-
[What should improve with each pass?]
|
|
13
|
-
Examples:
|
|
14
|
-
- "Reduce word count by 20% each pass while retaining all key information"
|
|
15
|
-
- "Increase information density — remove filler, make every sentence earn its place"
|
|
16
|
-
- "Improve clarity — each pass should be more direct and easier to understand"
|
|
17
|
-
|
|
18
|
-
─────────────────────────────────────────────
|
|
19
|
-
NUMBER OF ITERATIONS:
|
|
20
|
-
[How many refinement passes? Typical: 2-4]
|
|
21
|
-
Iteration 1: [First pass — initial improvement]
|
|
22
|
-
Iteration 2: [Second pass — tighten further]
|
|
23
|
-
Iteration 3: [Optional — final polish]
|
|
24
|
-
|
|
25
|
-
─────────────────────────────────────────────
|
|
26
|
-
ITERATION INSTRUCTIONS:
|
|
27
|
-
For each iteration:
|
|
28
|
-
1. Identify what can be cut, compressed, or clarified
|
|
29
|
-
2. Apply the changes
|
|
30
|
-
3. Verify: does this version better meet the optimization goal than the previous?
|
|
31
|
-
4. Stop when: [define your stopping criterion]
|
|
32
|
-
Examples: "length < 150 words", "no filler words remain", "3 iterations complete"
|
|
33
|
-
|
|
34
|
-
─────────────────────────────────────────────
|
|
35
|
-
OUTPUT FORMAT:
|
|
36
|
-
[What format should the final result be in?]
|
|
37
|
-
Examples: paragraph, bullet list, 1-sentence summary, structured sections
|
|
38
|
-
|
|
39
|
-
─────────────────────────────────────────────
|
|
40
|
-
OPTIONAL — SHOW INTERMEDIATE VERSIONS:
|
|
41
|
-
Set to YES if you want to see each iteration's output.
|
|
42
|
-
Set to NO if you only want the final result.
|
|
43
|
-
|
|
44
|
-
─────────────────────────────────────────────
|
|
45
|
-
NOTE: Use Self-Refine when the improvement goal is multi-dimensional quality
|
|
46
|
-
(e.g., accuracy + tone + completeness). CoD is specifically for density/compression.
|
|
1
|
+
=== CHAIN OF DENSITY (CoD) TEMPLATE ===
|
|
2
|
+
|
|
3
|
+
Use when: iterative compression or quality improvement is the goal —
|
|
4
|
+
summarization, explanation optimization, content densification.
|
|
5
|
+
|
|
6
|
+
─────────────────────────────────────────────
|
|
7
|
+
SOURCE CONTENT:
|
|
8
|
+
[Paste the content to be refined/compressed here]
|
|
9
|
+
|
|
10
|
+
─────────────────────────────────────────────
|
|
11
|
+
OPTIMIZATION GOAL:
|
|
12
|
+
[What should improve with each pass?]
|
|
13
|
+
Examples:
|
|
14
|
+
- "Reduce word count by 20% each pass while retaining all key information"
|
|
15
|
+
- "Increase information density — remove filler, make every sentence earn its place"
|
|
16
|
+
- "Improve clarity — each pass should be more direct and easier to understand"
|
|
17
|
+
|
|
18
|
+
─────────────────────────────────────────────
|
|
19
|
+
NUMBER OF ITERATIONS:
|
|
20
|
+
[How many refinement passes? Typical: 2-4]
|
|
21
|
+
Iteration 1: [First pass — initial improvement]
|
|
22
|
+
Iteration 2: [Second pass — tighten further]
|
|
23
|
+
Iteration 3: [Optional — final polish]
|
|
24
|
+
|
|
25
|
+
─────────────────────────────────────────────
|
|
26
|
+
ITERATION INSTRUCTIONS:
|
|
27
|
+
For each iteration:
|
|
28
|
+
1. Identify what can be cut, compressed, or clarified
|
|
29
|
+
2. Apply the changes
|
|
30
|
+
3. Verify: does this version better meet the optimization goal than the previous?
|
|
31
|
+
4. Stop when: [define your stopping criterion]
|
|
32
|
+
Examples: "length < 150 words", "no filler words remain", "3 iterations complete"
|
|
33
|
+
|
|
34
|
+
─────────────────────────────────────────────
|
|
35
|
+
OUTPUT FORMAT:
|
|
36
|
+
[What format should the final result be in?]
|
|
37
|
+
Examples: paragraph, bullet list, 1-sentence summary, structured sections
|
|
38
|
+
|
|
39
|
+
─────────────────────────────────────────────
|
|
40
|
+
OPTIONAL — SHOW INTERMEDIATE VERSIONS:
|
|
41
|
+
Set to YES if you want to see each iteration's output.
|
|
42
|
+
Set to NO if you only want the final result.
|
|
43
|
+
|
|
44
|
+
─────────────────────────────────────────────
|
|
45
|
+
NOTE: Use Self-Refine when the improvement goal is multi-dimensional quality
|
|
46
|
+
(e.g., accuracy + tone + completeness). CoD is specifically for density/compression.
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
=== CHAIN OF THOUGHT (CoT) TEMPLATE ===
|
|
2
|
-
|
|
3
|
-
Use when: step-by-step reasoning is needed, logic must be shown,
|
|
4
|
-
or intermediate conclusions feed into the final answer.
|
|
5
|
-
|
|
6
|
-
─────────────────────────────────────────────
|
|
7
|
-
PROBLEM / QUESTION:
|
|
8
|
-
[State the problem clearly. Include all relevant numbers, conditions,
|
|
9
|
-
or constraints — everything needed to reason from.]
|
|
10
|
-
|
|
11
|
-
─────────────────────────────────────────────
|
|
12
|
-
REASONING INSTRUCTION:
|
|
13
|
-
Solve this step-by-step. For each step:
|
|
14
|
-
1. State what you're doing and why
|
|
15
|
-
2. Show your work / intermediate calculation / intermediate conclusion
|
|
16
|
-
3. Verify it before moving to the next step
|
|
17
|
-
|
|
18
|
-
─────────────────────────────────────────────
|
|
19
|
-
STEPS:
|
|
20
|
-
Step 1: [First reasoning step]
|
|
21
|
-
→ Result: [intermediate conclusion or value]
|
|
22
|
-
|
|
23
|
-
Step 2: [Next reasoning step, building on Step 1]
|
|
24
|
-
→ Result: [intermediate conclusion or value]
|
|
25
|
-
|
|
26
|
-
Step 3: [Continue as needed...]
|
|
27
|
-
→ Result: [...]
|
|
28
|
-
|
|
29
|
-
─────────────────────────────────────────────
|
|
30
|
-
VERIFICATION:
|
|
31
|
-
Before finalizing: check that each step follows logically,
|
|
32
|
-
no conditions were overlooked, and the conclusion matches the question asked.
|
|
33
|
-
|
|
34
|
-
─────────────────────────────────────────────
|
|
35
|
-
FINAL ANSWER:
|
|
36
|
-
[State the answer clearly after the reasoning chain is complete]
|
|
37
|
-
|
|
38
|
-
─────────────────────────────────────────────
|
|
39
|
-
TRIGGER VARIANTS (zero-shot alternatives):
|
|
40
|
-
|
|
41
|
-
Simple: "Think step by step."
|
|
42
|
-
Explicit: "Solve this step-by-step, showing your reasoning at each stage."
|
|
43
|
-
Verified: "Work through this step-by-step, verify each step before continuing,
|
|
44
|
-
then state your final answer."
|
|
45
|
-
Few-shot: Prefix with 1-2 worked examples before the actual problem.
|
|
46
|
-
|
|
47
|
-
NOTE: For numerical/calculation problems, prefer Plan-and-Solve (PS+).
|
|
48
|
-
For multi-hop problems with dependencies, prefer Least-to-Most.
|
|
49
|
-
CoT is best for linear step-by-step reasoning on a single problem.
|
|
1
|
+
=== CHAIN OF THOUGHT (CoT) TEMPLATE ===
|
|
2
|
+
|
|
3
|
+
Use when: step-by-step reasoning is needed, logic must be shown,
|
|
4
|
+
or intermediate conclusions feed into the final answer.
|
|
5
|
+
|
|
6
|
+
─────────────────────────────────────────────
|
|
7
|
+
PROBLEM / QUESTION:
|
|
8
|
+
[State the problem clearly. Include all relevant numbers, conditions,
|
|
9
|
+
or constraints — everything needed to reason from.]
|
|
10
|
+
|
|
11
|
+
─────────────────────────────────────────────
|
|
12
|
+
REASONING INSTRUCTION:
|
|
13
|
+
Solve this step-by-step. For each step:
|
|
14
|
+
1. State what you're doing and why
|
|
15
|
+
2. Show your work / intermediate calculation / intermediate conclusion
|
|
16
|
+
3. Verify it before moving to the next step
|
|
17
|
+
|
|
18
|
+
─────────────────────────────────────────────
|
|
19
|
+
STEPS:
|
|
20
|
+
Step 1: [First reasoning step]
|
|
21
|
+
→ Result: [intermediate conclusion or value]
|
|
22
|
+
|
|
23
|
+
Step 2: [Next reasoning step, building on Step 1]
|
|
24
|
+
→ Result: [intermediate conclusion or value]
|
|
25
|
+
|
|
26
|
+
Step 3: [Continue as needed...]
|
|
27
|
+
→ Result: [...]
|
|
28
|
+
|
|
29
|
+
─────────────────────────────────────────────
|
|
30
|
+
VERIFICATION:
|
|
31
|
+
Before finalizing: check that each step follows logically,
|
|
32
|
+
no conditions were overlooked, and the conclusion matches the question asked.
|
|
33
|
+
|
|
34
|
+
─────────────────────────────────────────────
|
|
35
|
+
FINAL ANSWER:
|
|
36
|
+
[State the answer clearly after the reasoning chain is complete]
|
|
37
|
+
|
|
38
|
+
─────────────────────────────────────────────
|
|
39
|
+
TRIGGER VARIANTS (zero-shot alternatives):
|
|
40
|
+
|
|
41
|
+
Simple: "Think step by step."
|
|
42
|
+
Explicit: "Solve this step-by-step, showing your reasoning at each stage."
|
|
43
|
+
Verified: "Work through this step-by-step, verify each step before continuing,
|
|
44
|
+
then state your final answer."
|
|
45
|
+
Few-shot: Prefix with 1-2 worked examples before the actual problem.
|
|
46
|
+
|
|
47
|
+
NOTE: For numerical/calculation problems, prefer Plan-and-Solve (PS+).
|
|
48
|
+
For multi-hop problems with dependencies, prefer Least-to-Most.
|
|
49
|
+
CoT is best for linear step-by-step reasoning on a single problem.
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
CONTEXT:
|
|
2
|
-
[Provide background information, situation, and any relevant constraints. What's the setting? What's happened before? What limitations exist?]
|
|
3
|
-
|
|
4
|
-
OBJECTIVE:
|
|
5
|
-
[State the clear, specific goal you want to achieve. What exactly do you want accomplished? What does success look like?]
|
|
6
|
-
|
|
7
|
-
STYLE:
|
|
8
|
-
[Specify the writing style, format preferences, and structural approach. Should it follow a particular style guide? What format is needed?]
|
|
9
|
-
|
|
10
|
-
TONE:
|
|
11
|
-
[Define the emotional quality and attitude. Should it be professional, casual, urgent, friendly, authoritative, empathetic, etc.?]
|
|
12
|
-
|
|
13
|
-
AUDIENCE:
|
|
14
|
-
[Identify who will consume this output. What's their expertise level? What do they care about? What are their characteristics?]
|
|
15
|
-
|
|
16
|
-
RESPONSE FORMAT:
|
|
17
|
-
[Specify the expected output structure. How long? What sections? What level of detail? Any specific format requirements?]
|
|
1
|
+
CONTEXT:
|
|
2
|
+
[Provide background information, situation, and any relevant constraints. What's the setting? What's happened before? What limitations exist?]
|
|
3
|
+
|
|
4
|
+
OBJECTIVE:
|
|
5
|
+
[State the clear, specific goal you want to achieve. What exactly do you want accomplished? What does success look like?]
|
|
6
|
+
|
|
7
|
+
STYLE:
|
|
8
|
+
[Specify the writing style, format preferences, and structural approach. Should it follow a particular style guide? What format is needed?]
|
|
9
|
+
|
|
10
|
+
TONE:
|
|
11
|
+
[Define the emotional quality and attitude. Should it be professional, casual, urgent, friendly, authoritative, empathetic, etc.?]
|
|
12
|
+
|
|
13
|
+
AUDIENCE:
|
|
14
|
+
[Identify who will consume this output. What's their expertise level? What do they care about? What are their characteristics?]
|
|
15
|
+
|
|
16
|
+
RESPONSE FORMAT:
|
|
17
|
+
[Specify the expected output structure. How long? What sections? What level of detail? Any specific format requirements?]
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
CAPACITY AND ROLE:
|
|
2
|
-
[Define the expertise level and professional role to embody — be specific about domain and level]
|
|
3
|
-
|
|
4
|
-
INSIGHT:
|
|
5
|
-
[Background context, relevant data, constraints, and situational knowledge the AI needs]
|
|
6
|
-
|
|
7
|
-
INSTRUCTIONS:
|
|
8
|
-
[What exactly needs to be done — the specific task and deliverable]
|
|
9
|
-
|
|
10
|
-
PERSONALITY (STYLE):
|
|
11
|
-
[Tone, voice, communication style, persona — how the output should sound and feel]
|
|
12
|
-
|
|
13
|
-
EXPERIMENT:
|
|
14
|
-
[Request N variants along a specific dimension — e.g., "Provide 3 versions: one [X], one [Y], one [Z]"]
|
|
1
|
+
CAPACITY AND ROLE:
|
|
2
|
+
[Define the expertise level and professional role to embody — be specific about domain and level]
|
|
3
|
+
|
|
4
|
+
INSIGHT:
|
|
5
|
+
[Background context, relevant data, constraints, and situational knowledge the AI needs]
|
|
6
|
+
|
|
7
|
+
INSTRUCTIONS:
|
|
8
|
+
[What exactly needs to be done — the specific task and deliverable]
|
|
9
|
+
|
|
10
|
+
PERSONALITY (STYLE):
|
|
11
|
+
[Tone, voice, communication style, persona — how the output should sound and feel]
|
|
12
|
+
|
|
13
|
+
EXPERIMENT:
|
|
14
|
+
[Request N variants along a specific dimension — e.g., "Provide 3 versions: one [X], one [Y], one [Z]"]
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
CONTEXT:
|
|
2
|
-
[Describe the situation, background, or circumstances surrounding this task.
|
|
3
|
-
Include relevant details like: current state, constraints, what's already been done,
|
|
4
|
-
why this is needed, and any important background the AI should know.]
|
|
5
|
-
|
|
6
|
-
TASK:
|
|
7
|
-
[State clearly and specifically what needs to be done. Be explicit about the deliverable.]
|
|
8
|
-
|
|
9
|
-
FORMAT:
|
|
10
|
-
[Specify exactly how the output should be structured:
|
|
11
|
-
- Overall format (document, code, list, table, etc.)
|
|
12
|
-
- Required sections or components
|
|
13
|
-
- Length constraints
|
|
14
|
-
- Style requirements
|
|
15
|
-
- Any specific formatting rules]
|
|
1
|
+
CONTEXT:
|
|
2
|
+
[Describe the situation, background, or circumstances surrounding this task.
|
|
3
|
+
Include relevant details like: current state, constraints, what's already been done,
|
|
4
|
+
why this is needed, and any important background the AI should know.]
|
|
5
|
+
|
|
6
|
+
TASK:
|
|
7
|
+
[State clearly and specifically what needs to be done. Be explicit about the deliverable.]
|
|
8
|
+
|
|
9
|
+
FORMAT:
|
|
10
|
+
[Specify exactly how the output should be structured:
|
|
11
|
+
- Overall format (document, code, list, table, etc.)
|
|
12
|
+
- Required sections or components
|
|
13
|
+
- Length constraints
|
|
14
|
+
- Style requirements
|
|
15
|
+
- Any specific formatting rules]
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
You are a rigorous devil's advocate. Your task is NOT to give a balanced view —
|
|
2
|
-
your task is to generate the strongest possible case against the following position.
|
|
3
|
-
|
|
4
|
-
POSITION TO ATTACK:
|
|
5
|
-
[State the position, plan, decision, or proposal clearly]
|
|
6
|
-
|
|
7
|
-
ATTACK INSTRUCTIONS:
|
|
8
|
-
- Do not acknowledge positives or offer a balanced view
|
|
9
|
-
- Attack every assumption the position depends on
|
|
10
|
-
- Identify every logical gap or unsupported claim
|
|
11
|
-
- Surface every significant risk or failure mode
|
|
12
|
-
- Point out what better alternatives are being ignored
|
|
13
|
-
- Be as forceful and specific as possible
|
|
14
|
-
|
|
15
|
-
ATTACK DIMENSIONS:
|
|
16
|
-
Focus on:
|
|
17
|
-
1. Core assumptions (what must be true for this to work?)
|
|
18
|
-
2. Internal logic (where does the reasoning break down?)
|
|
19
|
-
3. Execution risks (what makes this fail in practice?)
|
|
20
|
-
4. Overlooked alternatives (what better options exist?)
|
|
21
|
-
5. [Add domain-specific dimensions as needed]
|
|
22
|
-
|
|
23
|
-
SEVERITY RANKING:
|
|
24
|
-
After the full attack, list the THREE MOST FATAL flaws — the ones that,
|
|
25
|
-
if unaddressed, would cause this to fail regardless of execution quality.
|
|
1
|
+
You are a rigorous devil's advocate. Your task is NOT to give a balanced view —
|
|
2
|
+
your task is to generate the strongest possible case against the following position.
|
|
3
|
+
|
|
4
|
+
POSITION TO ATTACK:
|
|
5
|
+
[State the position, plan, decision, or proposal clearly]
|
|
6
|
+
|
|
7
|
+
ATTACK INSTRUCTIONS:
|
|
8
|
+
- Do not acknowledge positives or offer a balanced view
|
|
9
|
+
- Attack every assumption the position depends on
|
|
10
|
+
- Identify every logical gap or unsupported claim
|
|
11
|
+
- Surface every significant risk or failure mode
|
|
12
|
+
- Point out what better alternatives are being ignored
|
|
13
|
+
- Be as forceful and specific as possible
|
|
14
|
+
|
|
15
|
+
ATTACK DIMENSIONS:
|
|
16
|
+
Focus on:
|
|
17
|
+
1. Core assumptions (what must be true for this to work?)
|
|
18
|
+
2. Internal logic (where does the reasoning break down?)
|
|
19
|
+
3. Execution risks (what makes this fail in practice?)
|
|
20
|
+
4. Overlooked alternatives (what better options exist?)
|
|
21
|
+
5. [Add domain-specific dimensions as needed]
|
|
22
|
+
|
|
23
|
+
SEVERITY RANKING:
|
|
24
|
+
After the full attack, list the THREE MOST FATAL flaws — the ones that,
|
|
25
|
+
if unaddressed, would cause this to fail regardless of execution quality.
|