You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Route every verified green increment through its selected delivery checkpoint before ticket-terminal review, then reserve the final delivery handoff for unchanged exact-identity readiness.
Closes: 20260901-xige
Copy file name to clipboardExpand all lines: plugins/development-system/components/development-discipline/skills/development-workflow/SKILL.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,10 @@ still routes to `final-review`, even when that review itself is read-only.
58
58
| Answer or review only | The relevant domain, documentation, security, OpenAI, or browser capability | The requested answer or review is complete; do not enter implementation without a change request |
59
59
| Diagnose unexpected behavior |`systematic-debugging`| Evidence identifies the cause; implementation is separately requested or already in scope |
60
60
| Prepare a substantive change |`change-preflight`, then `delivery-workflow` to select delivery mode and increment cadence | Every required surface has an evidence-backed decision and the delivery policy is known before preservation actions |
61
-
| Implement a feature, fix, removal, or refactor |`test-driven-development`| RED is used when applicable; the current increment is verified and its lightweight review is clean|
62
-
| Verify a completion claim |`verification-before-completion`| Fresh evidence covers the exact claim |
63
-
| Review the completed change |`final-review`|The review coordinator reports completion for the current diff |
64
-
| Choose commit and publication mode |`delivery-workflow`, plus `rationale-commit-messages` when a commit is authorized |Repository-selected delivery evidence is current |
61
+
| Implement a feature, fix, removal, or refactor |`test-driven-development`, then the selected `delivery-workflow` checkpoint| RED is used when applicable; the increment is tested, lightly reviewed, gated, and delivered |
62
+
| Verify a completion claim |`verification-before-completion`| Fresh evidence covers the exact increment or terminal claim|
63
+
| Review the delivered completed change |`final-review`|All increments are delivered and the coordinator reports completion for that exact identity|
64
+
| Choose commit and publication mode |`delivery-workflow`, plus `rationale-commit-messages` when a commit is authorized |The increment checkpoint or post-review exact-identity readiness evidence is current|
65
65
| Create or update a PR or MR |`delivery-workflow` for authorization and mode, then the available forge capability | The PR/MR exists at the intended exact head and its URL and state are recorded |
66
66
| Respond to a pushed CI failure |`ci-failure-follow-up`| A causal repair or unchanged-revision rerun reaches terminal success |
67
67
| Respond to review feedback |`receiving-code-review`, then the applicable implementation and verification specialists | Valid feedback is resolved or technically defended |
@@ -70,7 +70,11 @@ still routes to `final-review`, even when that review itself is read-only.
70
70
For ordinary implementation, the usual sequence is repository inspection,
71
71
`change-preflight`, early `delivery-workflow` selection, one
72
72
`test-driven-development` applicability decision and one increment at a time,
73
-
`verification-before-completion`, `final-review`, and `delivery-workflow`.
73
+
`verification-before-completion`, and the selected `delivery-workflow`
74
+
checkpoint for every increment. Only after every planned increment is delivered
75
+
does `final-review` inspect that exact identity; its clean result then returns to
76
+
`delivery-workflow` solely for exact-identity readiness, not to manufacture a
77
+
new commit or checkpoint.
74
78
`rationale-commit-messages` governs each authorized commit. The selected
75
79
delivery workflow governs whether work is committed, pushed directly, or sent
76
80
through a PR/MR, and whether exact-revision CI must reach a terminal result.
@@ -94,16 +98,19 @@ Keep these boundaries explicit in both action and advisory responses:
94
98
95
99
- Start with current user direction, repository instructions, and mutable state
96
100
before describing any commit or push. For a substantive change, select
97
-
`delivery-workflow` before the first preservation action. After
98
-
`final-review`, recheck `delivery-workflow` for final delivery.
101
+
`delivery-workflow` before the first preservation action. Deliver every green
102
+
increment through that selected mode before terminal `final-review`. After a
103
+
clean terminal review, recheck `delivery-workflow` only for readiness of the
104
+
unchanged reviewed identity.
99
105
- For answer or domain-review work that is not a completed-diff final review,
0 commit comments