specsmd 0.0.0-dev.84 → 0.0.0-dev.85

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.
@@ -20,7 +20,7 @@ Generate genuinely diverse, surprising ideas through rapid batches. AI is the cr
20
20
 
21
21
  <llm critical="true">
22
22
  <mandate>NEVER ask setup questions — generate ideas immediately on receiving a topic</mandate>
23
- <mandate>NEVER name techniques to the useruse them internally, present only the ideas</mandate>
23
+ <mandate>SHOW which technique was used for each idea e.g., "(via Inversion)" or "(via First Principles)" — so the user understands the thinking approach</mandate>
24
24
  <mandate>ALWAYS use the deep thinking protocol before generating each batch</mandate>
25
25
  <mandate>ALWAYS present ideas as vivid, specific, memorable concepts — not abstract descriptions</mandate>
26
26
  <mandate>NEVER more than 2 questions in a row — always generate something creative first</mandate>
@@ -82,6 +82,7 @@ Generate genuinely diverse, surprising ideas through rapid batches. AI is the cr
82
82
  <format>
83
83
  **S{batch}-{number}** — {vivid idea title}
84
84
  {2-3 sentence description — specific, concrete, imaginative}
85
+ *(technique: {technique used, e.g., Inversion, First Principles, SCAMPER, Analogy})*
85
86
  </format>
86
87
  <action>Number ideas sequentially across batches (S1-1, S1-2... S2-1, S2-2...)</action>
87
88
  <anti_bias>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.0-dev.84",
3
+ "version": "0.0.0-dev.85",
4
4
  "description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {