@leeovery/claude-technical-workflows 2.0.47 → 2.0.49
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/package.json +1 -1
- package/skills/technical-planning/SKILL.md +97 -32
- 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 +34 -31
- package/skills/technical-planning/references/steps/define-phases.md +61 -19
- package/skills/technical-planning/references/steps/define-tasks.md +43 -19
- package/skills/technical-planning/references/steps/plan-construction.md +131 -0
- package/skills/technical-planning/references/steps/plan-review.md +2 -4
- package/skills/technical-planning/references/steps/resolve-dependencies.md +5 -7
- 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 +20 -0
- package/skills/technical-specification/SKILL.md +3 -3
- package/skills/technical-specification/references/specification-guide.md +15 -15
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Verify Source Material
|
|
2
|
+
|
|
3
|
+
*Reference for **[technical-planning](../../SKILL.md)***
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
Verify that all source material exists and is accessible before entering agent-driven work. Agents will read these files — this step just confirms they are present.
|
|
8
|
+
|
|
9
|
+
## Verification
|
|
10
|
+
|
|
11
|
+
1. Read the Plan Index File's frontmatter to get the `specification:` path and any `cross_cutting_specs:` paths
|
|
12
|
+
2. For each path, run `ls` to confirm the file exists — do not read the file contents
|
|
13
|
+
3. If any file is missing, **STOP** — inform the user which file is missing and do not proceed
|
|
14
|
+
|
|
15
|
+
### Example
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
ls docs/workflow/specification/{topic}.md
|
|
19
|
+
ls docs/workflow/specification/{cross-cutting-spec}.md
|
|
20
|
+
```
|
|
@@ -75,11 +75,11 @@ After user signs off:
|
|
|
75
75
|
- **STOP and WAIT** for the user to explicitly approve before writing
|
|
76
76
|
- Treat each write operation as requiring its own explicit approval
|
|
77
77
|
|
|
78
|
-
**What counts as approval:**
|
|
78
|
+
**What counts as approval:** `y`/`yes` (the standard choice you present) or equivalent: "Approved", "Add it", "That's good".
|
|
79
79
|
|
|
80
80
|
**What does NOT count as approval:** Silence, you presenting choices, the user asking a follow-up question, the user saying "What's next?", or any response that isn't explicit confirmation.
|
|
81
81
|
|
|
82
|
-
If you are uncertain whether the user approved, **ASK**: "
|
|
82
|
+
If you are uncertain whether the user approved, **ASK**: "Ready to log it, or do you want to change something?"
|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
|
|
@@ -103,7 +103,7 @@ The specification is the **golden document** - planning uses only this. If infor
|
|
|
103
103
|
|
|
104
104
|
## Critical Rules
|
|
105
105
|
|
|
106
|
-
**STOP AND WAIT FOR APPROVAL**: You MUST NOT write to the specification until the user has explicitly approved. Presenting content is NOT approval. Presenting choices is NOT approval. You must receive explicit confirmation (e.g.,
|
|
106
|
+
**STOP AND WAIT FOR APPROVAL**: You MUST NOT write to the specification until the user has explicitly approved. Presenting content is NOT approval. Presenting choices is NOT approval. You must receive explicit confirmation (e.g., `y`/`yes`) before ANY write operation. If uncertain, ASK.
|
|
107
107
|
|
|
108
108
|
**Log verbatim**: When approved, write exactly what was presented - no silent modifications.
|
|
109
109
|
|
|
@@ -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.
|