create-sdd-project 0.13.0 → 0.13.1
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 +1 -1
- package/template/.claude/skills/development-workflow/SKILL.md +1 -1
- package/template/.claude/skills/development-workflow/references/merge-checklist.md +8 -7
- package/template/.claude/skills/development-workflow/references/ticket-template.md +1 -0
- package/template/.gemini/skills/development-workflow/SKILL.md +1 -1
- package/template/.gemini/skills/development-workflow/references/merge-checklist.md +8 -7
- package/template/.gemini/skills/development-workflow/references/ticket-template.md +1 -0
package/package.json
CHANGED
|
@@ -171,7 +171,7 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
|
|
|
171
171
|
|
|
172
172
|
## Step 6: Complete
|
|
173
173
|
|
|
174
|
-
1. **Update ticket with final state:** correct test count in acceptance criteria, mark all checkboxes, update Completion Log with all commits and key events
|
|
174
|
+
1. **Update ticket with final state:** update Status to `Done`, correct test count in acceptance criteria, mark all checkboxes, update Completion Log with all commits and key events
|
|
175
175
|
2. Delete feature branch (local + remote)
|
|
176
176
|
3. Update product tracker: Features table status → `done`, add to Completion Log, clear Active Session → "No active work"
|
|
177
177
|
4. Record any bugs found during the feature in `bugs.md`, decisions in `decisions.md`
|
|
@@ -13,15 +13,16 @@ Verify it contains ALL required sections: **Acceptance Criteria**, **Definition
|
|
|
13
13
|
|
|
14
14
|
**Simple (lite ticket):** Verify same sections exist. Spec and Implementation Plan may be minimal (one-liner / N/A).
|
|
15
15
|
|
|
16
|
-
## Action 1: Mark all items
|
|
16
|
+
## Action 1: Mark all items and update Status
|
|
17
17
|
|
|
18
|
-
In the ticket file
|
|
18
|
+
In the ticket file:
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
- **
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
1. Update the **Status** field in the ticket header from `In Progress` to `Ready for Merge`
|
|
21
|
+
2. Mark ALL items `[x]` in:
|
|
22
|
+
- **Workflow Checklist** — all steps that apply to this complexity tier (Simple: 1, 3, 4, 5. Standard: 0–5. Complex: 0–5)
|
|
23
|
+
- **Acceptance Criteria** — every item
|
|
24
|
+
- **Definition of Done** — every item
|
|
25
|
+
3. Add missing **Completion Log** entries: one row per step with date, action, and notes.
|
|
25
26
|
|
|
26
27
|
## Action 2: Verify product tracker
|
|
27
28
|
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Feature:** [ID] | **Type:** [Backend/Frontend/Fullstack]-[Feature/Bugfix/Refactor] | **Priority:** [High/Medium/Low]
|
|
4
4
|
**Status:** In Progress | **Branch:** feature/[FEATURE-ID]-[short-description]
|
|
5
|
+
<!-- Valid Status values: In Progress | Ready for Merge | Done -->
|
|
5
6
|
**Created:** [YYYY-MM-DD] | **Dependencies:** [List or "None"]
|
|
6
7
|
|
|
7
8
|
---
|
|
@@ -171,7 +171,7 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
|
|
|
171
171
|
|
|
172
172
|
## Step 6: Complete
|
|
173
173
|
|
|
174
|
-
1. **Update ticket with final state:** correct test count in acceptance criteria, mark all checkboxes, update Completion Log with all commits and key events
|
|
174
|
+
1. **Update ticket with final state:** update Status to `Done`, correct test count in acceptance criteria, mark all checkboxes, update Completion Log with all commits and key events
|
|
175
175
|
2. Delete feature branch (local + remote)
|
|
176
176
|
3. Update product tracker: Features table status → `done`, add to Completion Log, clear Active Session → "No active work"
|
|
177
177
|
4. Record any bugs found during the feature in `bugs.md`, decisions in `decisions.md`
|
|
@@ -13,15 +13,16 @@ Verify it contains ALL required sections: **Acceptance Criteria**, **Definition
|
|
|
13
13
|
|
|
14
14
|
**Simple (lite ticket):** Verify same sections exist. Spec and Implementation Plan may be minimal (one-liner / N/A).
|
|
15
15
|
|
|
16
|
-
## Action 1: Mark all items
|
|
16
|
+
## Action 1: Mark all items and update Status
|
|
17
17
|
|
|
18
|
-
In the ticket file
|
|
18
|
+
In the ticket file:
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
- **
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
1. Update the **Status** field in the ticket header from `In Progress` to `Ready for Merge`
|
|
21
|
+
2. Mark ALL items `[x]` in:
|
|
22
|
+
- **Workflow Checklist** — all steps that apply to this complexity tier (Simple: 1, 3, 4, 5. Standard: 0–5. Complex: 0–5)
|
|
23
|
+
- **Acceptance Criteria** — every item
|
|
24
|
+
- **Definition of Done** — every item
|
|
25
|
+
3. Add missing **Completion Log** entries: one row per step with date, action, and notes.
|
|
25
26
|
|
|
26
27
|
## Action 2: Verify product tracker
|
|
27
28
|
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Feature:** [ID] | **Type:** [Backend/Frontend/Fullstack]-[Feature/Bugfix/Refactor] | **Priority:** [High/Medium/Low]
|
|
4
4
|
**Status:** In Progress | **Branch:** feature/[FEATURE-ID]-[short-description]
|
|
5
|
+
<!-- Valid Status values: In Progress | Ready for Merge | Done -->
|
|
5
6
|
**Created:** [YYYY-MM-DD] | **Dependencies:** [List or "None"]
|
|
6
7
|
|
|
7
8
|
---
|