taskplane 0.23.15 → 0.23.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskplane",
3
- "version": "0.23.15",
3
+ "version": "0.23.16",
4
4
  "description": "AI agent orchestration for pi — parallel task execution with checkpoint discipline",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -82,7 +82,14 @@ reads the config to discover what areas exist rather than assuming a layout.
82
82
 
83
83
  ### Step 2: Assess Complexity & Size
84
84
 
85
- See [Complexity Assessment](#complexity-assessment) and [Task Sizing](#task-sizing).
85
+ **You MUST explicitly score and assign review level before creating PROMPT.md.**
86
+
87
+ Quick reference (full rubric in [Complexity Assessment](#complexity-assessment)):
88
+ - Score each dimension 0-2: Blast radius, Pattern novelty, Security, Reversibility
89
+ - Sum → Level: 0-1→L0 (None), 2-3→L1 (Plan), 4-5→L2 (Plan+Code), 6-8→L3 (Full)
90
+ - Size: S (<2h), M (2-4h), L (4-8h), XL (8h+ → must split)
91
+
92
+ **Do not default to Review Level 0.** Level 0 is only appropriate for trivial changes (doc updates, config, boilerplate). Most M-sized tasks score ≥2 and require at least Level 1.
86
93
 
87
94
  ### Step 3: Create Task Folder
88
95
 
@@ -2,6 +2,9 @@
2
2
 
3
3
  Copy this template when creating a new task. Replace all `[bracketed]` fields.
4
4
 
5
+ **Before creating:** Verify you have scored complexity and assigned Review Level.
6
+ Review Level 0 is ONLY for trivial changes. Most M+ tasks need Level ≥1.
7
+
5
8
  ---
6
9
 
7
10
  ````markdown