@ckelsoe/prompt-architect 3.1.1 → 3.2.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.
@@ -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.1",
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.1",
5
5
  "author": {
6
6
  "name": "Charles Kelsoe",
7
7
  "email": "charles@kelsoe.com"
package/README.md CHANGED
@@ -568,7 +568,7 @@ Detects all installed AI agents and lets you choose where to install.
568
568
 
569
569
  ChatGPT natively supports [Agent Skills](https://agentskills.io). Available on Business, Enterprise, Edu, Teachers, and Healthcare plans.
570
570
 
571
- 1. Download [`prompt-architect.skill`](https://github.com/ckelsoe/prompt-architect/releases/latest) from GitHub Releases
571
+ 1. Download [`prompt-architect.skill`](https://github.com/ckelsoe/prompt-architect/releases/latest/download/prompt-architect.skill) (direct download, always latest version)
572
572
  2. In ChatGPT, click your profile icon → **Skills**
573
573
  3. Click **New skill** → **Upload from your computer**
574
574
  4. Upload the `.skill` file
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.1",
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.1",
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.1"
9
9
  homepage: https://github.com/ckelsoe/prompt-architect
10
10
  ---
11
11
 
@@ -163,11 +163,26 @@ 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
185
+ - **Nothing after the code block** — the revised prompt must be the absolute last element in the response. No trailing suggestions, tips, or follow-up text after the closing backticks.
171
186
 
172
187
  ### 6. Iterate
173
188
 
@@ -287,36 +302,32 @@ This example shows the full intent-based flow — detecting intent, using the di
287
302
 
288
303
  **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
304
 
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**:
305
+ **Analysis (BAB framework applied)**:
313
306
  1. Locked the current state so the AI understands the starting point
314
307
  2. Defined the target state in terms the AI can evaluate against
315
308
  3. Made transformation rules explicit and prioritized
316
309
  4. Protected non-negotiable elements (requirements) from being changed
317
310
  5. Gave a concrete length/tone constraint to prevent over-engineering
318
311
 
319
- Does this match what you need, or should we adjust the tone target or constraints?
312
+ > **Your revised prompt is ready.**
313
+ > - **New chat**: Copy the prompt below and paste it as your first message in a new conversation.
314
+ > - **Same chat**: Tell the assistant: *"Use the revised prompt you just provided as a new instruction and execute it."*
315
+
316
+ ```
317
+ 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.
318
+
319
+ [Paste the current job posting here]
320
+
321
+ 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.
322
+
323
+ Follow these rules:
324
+ - Replace all passive constructions with active voice.
325
+ - Convert corporate jargon to plain English (e.g., "leverage" → "use").
326
+ - Add one specific, concrete detail about the team or culture per section.
327
+ - Keep all technical requirements and must-haves verbatim — do not change these.
328
+ - Target reading level: conversational, not academic.
329
+ - Length: same or shorter than the original. Cut fluff, don't add it.
330
+ ```
320
331
 
321
332
  ---
322
333