specsmd 0.0.0-dev.82 → 0.0.0-dev.83

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.
@@ -25,6 +25,7 @@ Generate genuinely diverse, surprising ideas through rapid batches. AI is the cr
25
25
  <mandate>ALWAYS use the deep thinking protocol before generating each batch</mandate>
26
26
  <mandate>ALWAYS present ideas as vivid, specific, memorable concepts — not abstract descriptions</mandate>
27
27
  <mandate>NEVER more than 2 questions in a row — always generate something creative first</mandate>
28
+ <mandate>CRITICAL ANTI-BIAS: Each batch of 5 ideas MUST draw from 3+ DIFFERENT domains from the 12-sector domain wheel (Technology, Psychology, Business, Nature, Art, Games, Social, Space, Time, Extreme, Inversion, Random). Tag each idea with its domain. If all 5 ideas are about technology/engineering, the batch FAILS — regenerate with cross-domain diversity.</mandate>
28
29
  </llm>
29
30
 
30
31
  <protocols>
@@ -76,11 +77,19 @@ Generate genuinely diverse, surprising ideas through rapid batches. AI is the cr
76
77
  <step n="3" title="Generate Spark Batch">
77
78
  <action>Present batch of 5 ideas, each with:</action>
78
79
  <format>
79
- **#{number}** — {vivid idea title}
80
+ **S{batch}-{number}** — {vivid idea title}
80
81
  {2-3 sentence description — specific, concrete, imaginative}
82
+ *Domain: {domain from the 12-sector wheel}*
81
83
  </format>
82
84
  <action>Number ideas sequentially across batches (S1-1, S1-2... S2-1, S2-2...)</action>
83
- <anti_bias>Verify: batch spans 3+ domains, no 2 consecutive ideas from same domain</anti_bias>
85
+ <anti_bias critical="true">
86
+ BEFORE presenting the batch, verify:
87
+ 1. Count unique domains — MUST be 3 or more different domains
88
+ 2. No 2 consecutive ideas from the same domain
89
+ 3. If all ideas are from Technology/Engineering, STOP and regenerate with cross-domain diversity
90
+ Example of a GOOD batch: Technology, Nature, Games, Psychology, Business (5 different domains)
91
+ Example of a BAD batch: Technology, Technology, Technology, Technology, Technology (1 domain — REJECT)
92
+ </anti_bias>
84
93
  </step>
85
94
 
86
95
  <step n="4" title="Collect Reactions">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.0-dev.82",
3
+ "version": "0.0.0-dev.83",
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": {