specweave 1.0.294 → 1.0.296

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.
@@ -60,16 +60,20 @@ SpecWeave auto-detects product descriptions and routes to `/sw:increment`:
60
60
  <!-- SECTION:metarule required -->
61
61
  ## Workflow Orchestration
62
62
 
63
- ### 1. Plan Mode Default
64
- - Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
65
- - If something goes sideways, **STOP and re-plan** - don't keep pushing
63
+ ### 1. Plan Mode Default (MANDATORY)
64
+ - **ALWAYS enter plan mode** for ANY non-trivial task (3+ steps or architectural decisions)
65
+ - Call `EnterPlanMode` BEFORE writing specs, plans, or task breakdowns
66
+ - Do NOT start implementation until the plan is reviewed and approved
67
+ - If something goes sideways, **STOP and re-plan** -- do not keep pushing
66
68
  - Write detailed specs upfront to reduce ambiguity
69
+ - `/sw:increment` REQUIRES plan mode -- never skip it
67
70
 
68
71
  ### 2. Subagent Strategy
69
72
  - Use subagents liberally to keep main context clean
70
73
  - Offload research, exploration, and parallel analysis to subagents
71
74
  - One task per subagent for focused execution
72
75
  - Append "use subagents" to requests for safe parallelization
76
+ - In team mode, sub-agents submit plans for team lead review before implementing
73
77
 
74
78
  ### 3. Verification Before Done
75
79
  - Never mark a task complete without proving it works