@leeovery/claude-technical-workflows 2.0.46 → 2.0.48
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/agents/planning-phase-designer.md +88 -0
- package/agents/planning-task-author.md +67 -0
- package/agents/planning-task-designer.md +75 -0
- package/commands/workflow/start-planning.md +7 -20
- package/package.json +1 -1
- package/skills/technical-planning/SKILL.md +91 -22
- package/skills/technical-planning/references/dependencies.md +3 -3
- package/skills/technical-planning/references/output-formats/output-backlog-md.md +71 -11
- package/skills/technical-planning/references/output-formats/output-beads.md +63 -11
- package/skills/technical-planning/references/output-formats/output-linear.md +59 -6
- package/skills/technical-planning/references/output-formats/output-local-markdown.md +138 -96
- package/skills/technical-planning/references/output-formats.md +21 -5
- package/skills/technical-planning/references/planning-principles.md +35 -3
- package/skills/technical-planning/references/read-specification.md +47 -0
- package/skills/technical-planning/references/spec-change-detection.md +35 -0
- package/skills/technical-planning/references/steps/author-tasks.md +56 -23
- package/skills/technical-planning/references/steps/define-phases.md +59 -18
- package/skills/technical-planning/references/steps/define-tasks.md +54 -18
- package/skills/technical-planning/references/steps/plan-review.md +2 -2
- package/skills/technical-planning/references/steps/resolve-dependencies.md +5 -5
- package/skills/technical-planning/references/steps/review-integrity.md +5 -5
- package/skills/technical-planning/references/steps/review-traceability.md +5 -5
- package/skills/technical-planning/references/steps/verify-source-material.md +22 -0
- package/skills/technical-specification/SKILL.md +3 -3
- package/skills/technical-specification/references/specification-guide.md +15 -15
|
@@ -35,7 +35,7 @@ Before starting any topic, identify ALL available reference material:
|
|
|
35
35
|
|
|
36
36
|
This is a collaborative dialogue, not an autonomous task. The user validates every piece before it's logged.
|
|
37
37
|
|
|
38
|
-
> **CHECKPOINT**: If you are about to write to the specification file and haven't received explicit approval (e.g.,
|
|
38
|
+
> **CHECKPOINT**: If you are about to write to the specification file and haven't received explicit approval (e.g., `y`/`yes`) for this specific content, **STOP**. You are violating the workflow. Go back and present the choices first.
|
|
39
39
|
|
|
40
40
|
---
|
|
41
41
|
|
|
@@ -78,9 +78,9 @@ Present your understanding to the user **in the format it would appear in the sp
|
|
|
78
78
|
|
|
79
79
|
Then present two explicit choices:
|
|
80
80
|
|
|
81
|
-
> **To proceed
|
|
82
|
-
> -
|
|
83
|
-
> - **
|
|
81
|
+
> **To proceed:**
|
|
82
|
+
> - **`y`/`yes`** — Approved. I'll add the above to the specification **verbatim** (exactly as shown, no modifications).
|
|
83
|
+
> - **Or tell me what to change.**
|
|
84
84
|
|
|
85
85
|
**Do not paraphrase these choices.** Present them exactly as written so users always know what to expect.
|
|
86
86
|
|
|
@@ -101,8 +101,8 @@ This is a **human-level conversation**, not form-filling. The user brings contex
|
|
|
101
101
|
**DO NOT PROCEED TO LOGGING WITHOUT EXPLICIT USER APPROVAL.**
|
|
102
102
|
|
|
103
103
|
**What counts as approval:**
|
|
104
|
-
-
|
|
105
|
-
- Or equivalent explicit confirmation: "
|
|
104
|
+
- **`y`/`yes`** - the standard confirmation you present as a choice
|
|
105
|
+
- Or equivalent explicit confirmation: "Approved", "Add it", "That's good"
|
|
106
106
|
|
|
107
107
|
**What does NOT count as approval:**
|
|
108
108
|
- Silence
|
|
@@ -112,7 +112,7 @@ This is a **human-level conversation**, not form-filling. The user brings contex
|
|
|
112
112
|
- The user making a minor comment without explicit approval
|
|
113
113
|
- ANY response that isn't explicit confirmation
|
|
114
114
|
|
|
115
|
-
**If you are uncertain, ASK:** "
|
|
115
|
+
**If you are uncertain, ASK:** "Ready to log it, or do you want to change something?"
|
|
116
116
|
|
|
117
117
|
> **CHECKPOINT**: If you are about to write to the specification and the user's last message was not explicit approval, **STOP**. You are violating the workflow. Present the choices again.
|
|
118
118
|
|
|
@@ -522,11 +522,11 @@ For each item, follow the **same workflow as the main specification process**:
|
|
|
522
522
|
>
|
|
523
523
|
> [content exactly as it would appear]
|
|
524
524
|
>
|
|
525
|
-
> **To proceed
|
|
526
|
-
> -
|
|
527
|
-
> - **
|
|
525
|
+
> **To proceed:**
|
|
526
|
+
> - **`y`/`yes`** — Approved. I'll add the above to the specification **verbatim**.
|
|
527
|
+
> - **Or tell me what to change.**
|
|
528
528
|
|
|
529
|
-
4. **Wait for explicit approval** - same rules as always:
|
|
529
|
+
4. **Wait for explicit approval** - same rules as always: `y`/`yes` or equivalent before writing
|
|
530
530
|
5. **Log verbatim** when approved
|
|
531
531
|
6. **Update tracking file** - Mark the item's resolution (Approved/Adjusted/Skipped) and add any notes
|
|
532
532
|
7. **Move to the next item**: "Moving to #2: [Brief title]..."
|
|
@@ -652,9 +652,9 @@ For each item:
|
|
|
652
652
|
>
|
|
653
653
|
> [content exactly as it would appear]
|
|
654
654
|
>
|
|
655
|
-
> **To proceed
|
|
656
|
-
> -
|
|
657
|
-
> - **
|
|
655
|
+
> **To proceed:**
|
|
656
|
+
> - **`y`/`yes`** — Approved. I'll add the above to the specification **verbatim**.
|
|
657
|
+
> - **Or tell me what to change.**
|
|
658
658
|
|
|
659
659
|
4. **Wait for explicit approval**
|
|
660
660
|
5. **Log verbatim** when approved
|
|
@@ -764,7 +764,7 @@ Before ANY write operation to the specification file, verify:
|
|
|
764
764
|
| Question | If No... |
|
|
765
765
|
|----------|----------|
|
|
766
766
|
| Did I present this specific content to the user? | **STOP**. Present it first. |
|
|
767
|
-
| Did the user explicitly approve? (e.g.,
|
|
767
|
+
| Did the user explicitly approve? (e.g., `y`/`yes`) | **STOP**. Wait for approval or ask. |
|
|
768
768
|
| Am I writing exactly what was approved, with no additions? | **STOP**. Present any changes first. |
|
|
769
769
|
|
|
770
770
|
> **FINAL CHECK**: If you have written to the specification file and cannot answer "yes" to all three questions above for that content, you have violated the workflow. Every piece of content requires explicit user approval before logging.
|