qualia-framework 6.7.0 → 6.7.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/docs/onboarding.html +1 -1
- package/package.json +1 -1
- package/templates/help.html +1 -1
package/docs/onboarding.html
CHANGED
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
<div class="kit-group">
|
|
547
547
|
<h4>Lock decisions before code</h4>
|
|
548
548
|
<dl>
|
|
549
|
-
<dt>/qualia-
|
|
549
|
+
<dt>/qualia-scope</dt><dd>Without args: project-level non-technical discovery (mandatory at kickoff). With <code>N</code>: phase-level archetype-aware grill with locked decisions and ADRs, gated on Definition-of-Done.</dd>
|
|
550
550
|
<dt>/qualia-research</dt><dd>Deep-research a niche library or domain before planning a phase.</dd>
|
|
551
551
|
</dl>
|
|
552
552
|
</div>
|
package/package.json
CHANGED
package/templates/help.html
CHANGED
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
<h3>Phase Depth — Optional</h3>
|
|
351
351
|
<p class="cmd-group-note">Used before / around /qualia-plan when a phase needs deeper context.</p>
|
|
352
352
|
<div class="commands">
|
|
353
|
-
<div class="cmd"><span class="cmd-name">/qualia-
|
|
353
|
+
<div class="cmd"><span class="cmd-name">/qualia-scope</span><span class="cmd-desc">Unified intake. No args: non-technical kickoff discovery before /qualia-new. With N: archetype-aware adversarial grill before /qualia-plan, gated on Definition-of-Done. Use for complex phases with regulatory, compliance, or architectural stakes. Creates .planning/phase-{N}-context.md that the planner honors as locked input.</span></div>
|
|
354
354
|
<div class="cmd"><span class="cmd-name">/qualia-research</span><span class="cmd-desc">Deep-research a niche domain or library BEFORE planning a specific phase. Spawns the researcher agent with Context7/WebFetch access. Writes to .planning/phase-{N}-research.md.</span></div>
|
|
355
355
|
<div class="cmd"><span class="cmd-name">/qualia-map</span><span class="cmd-desc">Map an existing codebase to infer architecture, stack, conventions, and what's already built. For brownfield projects — run BEFORE /qualia-new so Validated requirements get inferred from existing code.</span></div>
|
|
356
356
|
<div class="cmd"><span class="cmd-name">/qualia-milestone</span><span class="cmd-desc">Close out a completed milestone and prep the next one. Archives the current milestone's artifacts, updates REQUIREMENTS.md to mark v1 requirements Complete, and creates the next milestone roadmap.</span></div>
|