create-sdd-project 0.8.6 → 0.8.8
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
|
@@ -85,7 +85,7 @@ See `references/branching-strategy.md` for details.
|
|
|
85
85
|
|
|
86
86
|
1. Verify product tracker exists, no active feature, dependencies met
|
|
87
87
|
2. Create feature branch: `feature/<feature-id>-<short-description>`
|
|
88
|
-
3. **Std/Cplx:** Copy ALL sections from `references/ticket-template.md` (Spec, Implementation Plan, Acceptance Criteria, Definition of Done, Workflow Checklist, Completion Log) → fill `## Spec` section. Do NOT omit empty sections — they are filled in later steps
|
|
88
|
+
3. **Std/Cplx:** Copy ALL sections from `references/ticket-template.md` (Spec, Implementation Plan, Acceptance Criteria, Definition of Done, Workflow Checklist, Completion Log) → fill `## Spec` section. Do NOT omit empty sections — they are filled in later steps. **After generating the ticket, verify it contains ALL 6 sections in this exact order: Spec → Implementation Plan → Acceptance Criteria → Definition of Done → Workflow Checklist → Completion Log. If any section is missing, add it now.**
|
|
89
89
|
4. **Complex:** Also review `decisions.md` for related ADRs
|
|
90
90
|
5. Update product tracker → Active Session: feature, step `1/6 (Setup)`, branch, complexity. Update Features table: status `in-progress`, step `1/6`
|
|
91
91
|
|
|
@@ -153,15 +153,16 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
|
|
|
153
153
|
|
|
154
154
|
**→ CHECKPOINT: Merge Approval**
|
|
155
155
|
|
|
156
|
-
Before requesting merge approval,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
156
|
+
**STOP.** Before requesting merge approval, complete these actions IN ORDER:
|
|
157
|
+
|
|
158
|
+
0. **Std/Cplx:** Re-read the ticket file (`docs/tickets/<feature-id>.md`) — verify it contains ALL required sections: Acceptance Criteria, Definition of Done, Workflow Checklist, Completion Log. **If ANY section is missing, add it from `references/ticket-template.md` before continuing.**
|
|
159
|
+
1. **Std/Cplx:** Mark ALL items `[x]` in: Workflow Checklist (Steps 0–5), Acceptance Criteria, Definition of Done. Add missing Completion Log entries (date, action, notes for each step).
|
|
160
|
+
2. Re-read `docs/project_notes/product-tracker.md` — verify Active Session shows step `5/6 (Review)` and Features table is updated. Fix if stale.
|
|
161
|
+
3. Update `key_facts.md` if new models, schemas, migrations, or reusable components were added.
|
|
162
|
+
4. Update `decisions.md` with ADR if Definition of Done requires it.
|
|
163
|
+
5. Commit ALL documentation updates.
|
|
164
|
+
6. Run `git status` — verify clean working tree. No unstaged files allowed.
|
|
165
|
+
7. THEN request merge approval from the user.
|
|
165
166
|
|
|
166
167
|
---
|
|
167
168
|
|
|
@@ -85,7 +85,7 @@ See `references/branching-strategy.md` for details.
|
|
|
85
85
|
|
|
86
86
|
1. Verify product tracker exists, no active feature, dependencies met
|
|
87
87
|
2. Create feature branch: `feature/<feature-id>-<short-description>`
|
|
88
|
-
3. **Std/Cplx:** Copy ALL sections from `references/ticket-template.md` (Spec, Implementation Plan, Acceptance Criteria, Definition of Done, Workflow Checklist, Completion Log) → fill `## Spec` section. Do NOT omit empty sections — they are filled in later steps
|
|
88
|
+
3. **Std/Cplx:** Copy ALL sections from `references/ticket-template.md` (Spec, Implementation Plan, Acceptance Criteria, Definition of Done, Workflow Checklist, Completion Log) → fill `## Spec` section. Do NOT omit empty sections — they are filled in later steps. **After generating the ticket, verify it contains ALL 6 sections in this exact order: Spec → Implementation Plan → Acceptance Criteria → Definition of Done → Workflow Checklist → Completion Log. If any section is missing, add it now.**
|
|
89
89
|
4. **Complex:** Also review `decisions.md` for related ADRs
|
|
90
90
|
5. Update product tracker → Active Session: feature, step `1/6 (Setup)`, branch, complexity. Update Features table: status `in-progress`, step `1/6`
|
|
91
91
|
|
|
@@ -153,15 +153,16 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
|
|
|
153
153
|
|
|
154
154
|
**→ CHECKPOINT: Merge Approval**
|
|
155
155
|
|
|
156
|
-
Before requesting merge approval,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
156
|
+
**STOP.** Before requesting merge approval, complete these actions IN ORDER:
|
|
157
|
+
|
|
158
|
+
0. **Std/Cplx:** Re-read the ticket file (`docs/tickets/<feature-id>.md`) — verify it contains ALL required sections: Acceptance Criteria, Definition of Done, Workflow Checklist, Completion Log. **If ANY section is missing, add it from `references/ticket-template.md` before continuing.**
|
|
159
|
+
1. **Std/Cplx:** Mark ALL items `[x]` in: Workflow Checklist (Steps 0–5), Acceptance Criteria, Definition of Done. Add missing Completion Log entries (date, action, notes for each step).
|
|
160
|
+
2. Re-read `docs/project_notes/product-tracker.md` — verify Active Session shows step `5/6 (Review)` and Features table is updated. Fix if stale.
|
|
161
|
+
3. Update `key_facts.md` if new models, schemas, migrations, or reusable components were added.
|
|
162
|
+
4. Update `decisions.md` with ADR if Definition of Done requires it.
|
|
163
|
+
5. Commit ALL documentation updates.
|
|
164
|
+
6. Run `git status` — verify clean working tree. No unstaged files allowed.
|
|
165
|
+
7. THEN request merge approval from the user.
|
|
165
166
|
|
|
166
167
|
---
|
|
167
168
|
|