create-sdd-project 0.13.0 → 0.13.2

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": "create-sdd-project",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "Create a new SDD DevFlow project with AI-assisted development workflow",
5
5
  "bin": {
6
6
  "create-sdd-project": "bin/cli.js"
@@ -50,6 +50,7 @@ Read the **Autonomy Level** from `CLAUDE.md` section 2.
50
50
  - **Auto** = proceed without asking; log in product tracker → "Auto-Approved Decisions" table
51
51
  - **Required** = ask user explicitly; do NOT continue without approval
52
52
  - **Quality gates always run** regardless of level (tests, lint, build, validators)
53
+ - **Steps are strictly sequential.** Do NOT start a later step before the current checkpoint is approved — even when the checkpoint is Auto (auto-approval still happens in order, not in parallel). In particular, do NOT generate the Implementation Plan (Step 2) while Spec Approval (Step 0) is still pending. Reason: if the spec review finds issues, any plan built on the flawed spec must be discarded and redone — parallelizing wastes work and risks shipping a plan that doesn't match the final spec.
53
54
 
54
55
  ---
55
56
 
@@ -171,7 +172,7 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
171
172
 
172
173
  ## Step 6: Complete
173
174
 
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
175
+ 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
176
  2. Delete feature branch (local + remote)
176
177
  3. Update product tracker: Features table status → `done`, add to Completion Log, clear Active Session → "No active work"
177
178
  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, mark ALL items `[x]` in:
18
+ In the ticket file:
19
19
 
20
- - **Workflow Checklist** all steps that apply to this complexity tier (Simple: 1, 3, 4, 5. Standard: 0–5. Complex: 0–5)
21
- - **Acceptance Criteria** every item
22
- - **Definition of Done** — every item
23
-
24
- Add missing **Completion Log** entries: one row per step with date, action, and notes.
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
  ---
@@ -50,6 +50,7 @@ Read the **Autonomy Level** from `GEMINI.md`.
50
50
  - **Auto** = proceed without asking; log in product tracker → "Auto-Approved Decisions" table
51
51
  - **Required** = ask user explicitly; do NOT continue without approval
52
52
  - **Quality gates always run** regardless of level (tests, lint, build, validators)
53
+ - **Steps are strictly sequential.** Do NOT start a later step before the current checkpoint is approved — even when the checkpoint is Auto (auto-approval still happens in order, not in parallel). In particular, do NOT generate the Implementation Plan (Step 2) while Spec Approval (Step 0) is still pending. Reason: if the spec review finds issues, any plan built on the flawed spec must be discarded and redone — parallelizing wastes work and risks shipping a plan that doesn't match the final spec.
53
54
 
54
55
  ---
55
56
 
@@ -171,7 +172,7 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
171
172
 
172
173
  ## Step 6: Complete
173
174
 
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
175
+ 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
176
  2. Delete feature branch (local + remote)
176
177
  3. Update product tracker: Features table status → `done`, add to Completion Log, clear Active Session → "No active work"
177
178
  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, mark ALL items `[x]` in:
18
+ In the ticket file:
19
19
 
20
- - **Workflow Checklist** all steps that apply to this complexity tier (Simple: 1, 3, 4, 5. Standard: 0–5. Complex: 0–5)
21
- - **Acceptance Criteria** every item
22
- - **Definition of Done** — every item
23
-
24
- Add missing **Completion Log** entries: one row per step with date, action, and notes.
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
  ---