@ckelsoe/prompt-architect 3.1.1 → 3.2.0

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.
@@ -12,7 +12,7 @@
12
12
  "name": "prompt-architect",
13
13
  "source": "./",
14
14
  "description": "Analyzes and improves prompts using 27 research-backed frameworks. Intent-based selection routes to the right framework — from ultra-minimal (APE) to agentic (ReAct).",
15
- "version": "3.1.1",
15
+ "version": "3.2.0",
16
16
  "keywords": ["prompt-engineering", "prompt-frameworks", "agent-skills"],
17
17
  "category": "productivity"
18
18
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prompt-architect",
3
3
  "description": "27-framework prompt engineering skill for analyzing and improving prompts across 7 intent categories",
4
- "version": "3.1.1",
4
+ "version": "3.2.0",
5
5
  "author": {
6
6
  "name": "Charles Kelsoe",
7
7
  "email": "charles@kelsoe.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckelsoe/prompt-architect",
3
- "version": "3.1.1",
3
+ "version": "3.2.0",
4
4
  "description": "Agent skill for analyzing and improving prompts using 27 research-backed frameworks across 7 intent categories. Works with Claude Code, Gemini CLI, Cursor, Copilot, and 30+ Agent Skills compatible tools.",
5
5
  "main": "skills/prompt-architect/SKILL.md",
6
6
  "keywords": [
@@ -81,7 +81,7 @@
81
81
  "type": "skill",
82
82
  "skillName": "prompt-architect",
83
83
  "skillPath": "skills/prompt-architect",
84
- "version": "3.1.1",
84
+ "version": "3.2.0",
85
85
  "compatibility": {
86
86
  "claudeCode": ">=1.0.0"
87
87
  },
@@ -5,7 +5,7 @@ license: MIT
5
5
  compatibility: Requires no external dependencies. Works with any Agent Skills compatible tool.
6
6
  metadata:
7
7
  author: ckelsoe
8
- version: "3.0.0"
8
+ version: "3.2.0"
9
9
  homepage: https://github.com/ckelsoe/prompt-architect
10
10
  ---
11
11
 
@@ -163,11 +163,25 @@ Using gathered information:
163
163
 
164
164
  ### 5. Present Improvements
165
165
 
166
- Show improved prompt with:
167
- - Clear before/after comparison
168
- - Explanation of changes made
166
+ Structure your output in this exact order:
167
+
168
+ **A. Analysis section** (comes first):
169
+ - Framework selected and why
170
+ - Changes made and reasoning
169
171
  - Framework components applied
170
- - Reasoning for improvements
172
+
173
+ **B. Usage instructions** (transition block, immediately before the prompt):
174
+
175
+ > **Your revised prompt is ready.**
176
+ > - **New chat**: Copy the prompt below and paste it as your first message in a new conversation.
177
+ > - **Same chat**: Tell the assistant: *"Use the revised prompt you just provided as a new instruction and execute it."*
178
+
179
+ **C. The revised prompt** (comes last, in a fenced code block):
180
+ - Present as a clean, flat-text block inside triple backticks
181
+ - **No framework section headers** (no "BEFORE:", "BRIDGE:", "CONTEXT:", etc.) — these are scaffolding, not part of the deliverable
182
+ - **No indentation** beyond what the prompt itself genuinely requires
183
+ - **No markdown formatting** inside the block unless the prompt explicitly needs it (e.g., it asks for tables)
184
+ - The user must be able to copy the entire block contents and paste it verbatim with zero editing
171
185
 
172
186
  ### 6. Iterate
173
187
 
@@ -287,35 +301,33 @@ This example shows the full intent-based flow — detecting intent, using the di
287
301
 
288
302
  **User**: "Software engineer, early-career devs. Too much corporate-speak. Want it to sound like real humans work there. Requirements must stay. Full rewrite OK."
289
303
 
290
- **Improved Prompt** (BAB):
291
-
292
- ```
293
- BEFORE (current state):
294
- [Paste the current job posting here]
295
- This posting suffers from: corporate-speak, passive voice, overly formal tone,
296
- and generic language that doesn't reflect actual team culture.
297
-
298
- AFTER (desired state):
299
- A job posting that sounds like it was written by engineers, for engineers.
300
- Early-career developers should read it and think "I want to work there."
301
- It should feel honest, direct, and human — not like legal boilerplate.
302
-
303
- BRIDGE (transformation rules):
304
- 1. Replace all passive constructions with active voice
305
- 2. Convert corporate jargon to plain English (e.g., "leverage" → "use")
306
- 3. Add one specific, concrete detail about the team/culture per section
307
- 4. Keep all technical requirements and must-haves verbatim
308
- 5. Target reading level: conversational, not academic
309
- 6. Length: same or shorter than original — cut fluff, don't add it
310
- ```
311
-
312
- **Changes Made**:
304
+ **Analysis (BAB framework applied)**:
313
305
  1. Locked the current state so the AI understands the starting point
314
306
  2. Defined the target state in terms the AI can evaluate against
315
307
  3. Made transformation rules explicit and prioritized
316
308
  4. Protected non-negotiable elements (requirements) from being changed
317
309
  5. Gave a concrete length/tone constraint to prevent over-engineering
318
310
 
311
+ > **Your revised prompt is ready.**
312
+ > - **New chat**: Copy the prompt below and paste it as your first message in a new conversation.
313
+ > - **Same chat**: Tell the assistant: *"Use the revised prompt you just provided as a new instruction and execute it."*
314
+
315
+ ```
316
+ Rewrite the following job posting. The current version suffers from corporate-speak, passive voice, overly formal tone, and generic language that doesn't reflect actual team culture.
317
+
318
+ [Paste the current job posting here]
319
+
320
+ The rewritten version should sound like it was written by engineers, for engineers. Early-career developers should read it and think "I want to work there." It should feel honest, direct, and human — not like legal boilerplate.
321
+
322
+ Follow these rules:
323
+ - Replace all passive constructions with active voice.
324
+ - Convert corporate jargon to plain English (e.g., "leverage" → "use").
325
+ - Add one specific, concrete detail about the team or culture per section.
326
+ - Keep all technical requirements and must-haves verbatim — do not change these.
327
+ - Target reading level: conversational, not academic.
328
+ - Length: same or shorter than the original. Cut fluff, don't add it.
329
+ ```
330
+
319
331
  Does this match what you need, or should we adjust the tone target or constraints?
320
332
 
321
333
  ---