@antoneeo/agentic-sdlc-skill 1.13.0 → 1.14.0
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/CHANGELOG.md +11 -0
- package/README.md +7 -3
- package/gemini-extension.json +1 -1
- package/package.json +1 -1
- package/skills/agentic-sdlc-skill/SKILL.md +2 -2
- package/skills/agentic-sdlc-skill/elicitation.md +9 -5
- package/skills/agentic-sdlc-skill/review.md +7 -5
- package/skills/agentic-sdlc-skill/templates.md +17 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Tutte le modifiche significative a questa skill saranno documentate in questo file.
|
|
4
4
|
|
|
5
|
+
## [1.14.0] - 2026-07-08 (M6: Vision Actors — a characterized cast in the Vision)
|
|
6
|
+
### Changed
|
|
7
|
+
- **Vision defines Actors.** The Vision templates replace the flat `## Target Users` / `## Users or Stakeholders` with a first-class `## Actors` element: one light line per actor — **Role** — primary goal; good UX = what a good experience means to them. An Actor is defined ONCE in the Vision (project or feature) and REFERENCED by each use-case / `D-UC` (actor = who they are, use-case = what they do) — anti-DRY, and enough to design the intended UX for concrete roles instead of an implicit "user". A feature may declare its own feature-local cast for internal-tooling work.
|
|
8
|
+
- **`elicitation.md`**: the L3 elicitation round gains an explicit **Actors** question (role, primary goal, UX expectation); "for whom" is folded into it.
|
|
9
|
+
- **`SKILL.md`**: the "Protect the Vision" value now names the actors + the UX they expect; the §3 Request-Analysis trace includes the actor each part serves.
|
|
10
|
+
- **`review.md`**: the conformance set gains one rule — a use-case with no defined Actor, or an unmet Actor UX expectation, is a finding.
|
|
11
|
+
- **README** Key Features refreshed to cover the delivered M1–M6 capabilities (execution disciplines, operative guides + agent-KB, opt-in subagent execution, self-activation, and Actors).
|
|
12
|
+
|
|
13
|
+
### Process note
|
|
14
|
+
Governed Hybrid (devPNT re-pointed at this project): M-VISION `milestone_vision_vision_actors` v1.0 → milestone M6 → ADR `adr_2026-07-08_vision_actors` (Light record; the reviewed `ANALYSIS_vision_actors.md` is the design detail). The devPNT M-VISION doctrine mirror (`mcp_system_prompt.md` §4.2 — the M-VISION gains an Actors element, added to the Vision-Alignment re-read + the amendment hard-stop) is a devPNT-source edit pending `setup_mcp.bat` redeploy. Independent fresh-context reviews PASS (ANALYSIS diff: 2 WARN fixed, incl. the change satisfying its own new rule; ADR light: 0 BLOCK). Doc-only: `check --hybrid` CLEAN, eval battery 51/51. No new shipped support files (allowlist unchanged).
|
|
15
|
+
|
|
5
16
|
## [1.13.0] - 2026-07-05 (M2 amendment: review reads AND proves Vision + Use-Cases + Threat Model)
|
|
6
17
|
### Changed
|
|
7
18
|
- **Review discipline hardened (M2.A7).** `review.md` now, for an impact/solution-analysis / design review: (a) §Requesting takes the **Vision + use-cases/user-needs + threat model** as explicit inputs the reviewer checks the artifact *against* (Hybrid: M-VISION/D-UC/P-TM; Standalone: the ANALYSIS Vision-Alignment / Use-Cases / Threat-Model sections); (b) §Reviewing requires the reviewer OUTPUT to carry a **conformance/traceability statement** — each Vision benefit / use-case / threat mapped to where the artifact satisfies it, or a finding — and a PASS is **not valid on "found nothing"**. Scoped to analysis/design reviews (plain code reviews stay findings-only → honors the "no enforcement theater" Non-Goal); it is the reviewer-side twin of the existing §Receiving anti-silent-drop rule.
|
package/README.md
CHANGED
|
@@ -5,10 +5,14 @@
|
|
|
5
5
|
## Key Features
|
|
6
6
|
|
|
7
7
|
- **Risk-proportional workflow**: L1/L2/L3/Spike triage avoids heavyweight process for trivial work.
|
|
8
|
-
- **Vision-guided governance**: Standalone projects use `ai_docs/vision/`; Hybrid projects use devPNT `M-VISION` as the milestone north star.
|
|
8
|
+
- **Vision-guided governance**: Standalone projects use `ai_docs/vision/`; Hybrid projects use devPNT `M-VISION` as the milestone north star. The Vision names its **Actors** — the cast a feature serves, one light line each — so UX is designed for concrete roles, not an implicit "user".
|
|
9
|
+
- **Execution disciplines**: explicit TDD (RED/GREEN/REFACTOR), systematic debugging, an L3 spec-elicitation round, and a single code-review definition wired into the workflow phases.
|
|
10
|
+
- **Operative guides + agent-global KB**: distil user-provided indications into source-faithful `ai_docs/reference/GUIDE_*.md` — consulted before operative work, proposed after reusable work — shared cross-project via `~/.agentic-sdlc`.
|
|
11
|
+
- **Opt-in subagent execution**: an approved design projects into a validated executable plan an orchestrator can drive through subagents.
|
|
12
|
+
- **Self-activating**: a SessionStart hook emits repo-sourced orientation; a deterministic self-eval battery guards the skill's own doctrine as the release gate.
|
|
9
13
|
- **Standalone complete**: works fully with local `ai_docs/` without requiring devPNT.
|
|
10
|
-
- **devPNT symbiosis**: when devPNT is available, Master Plan, Action Plan, M-VISION, and governed artifacts become the authoritative planning layer.
|
|
11
|
-
- **Installed support files**: Claude, Codex, Gemini, and Google Antigravity receive the full skill folder, including `templates.md`, `guides.md`, `tdd.md`, `debugging.md`, `elicitation.md`, `review.md`, `dispatch.md`, `ENFORCEMENT.md`, and `scripts/sdlc_check.py
|
|
14
|
+
- **devPNT symbiosis**: when devPNT is available, Master Plan, Action Plan, M-VISION, and governed artifacts become the authoritative planning layer, with independent fresh-context reviews of technical artifacts and diffs.
|
|
15
|
+
- **Installed support files**: Claude, Codex, Gemini, and Google Antigravity receive the full skill folder, including `templates.md`, `guides.md`, `tdd.md`, `debugging.md`, `elicitation.md`, `review.md`, `dispatch.md`, `ENFORCEMENT.md`, and `scripts/sdlc_check.py`.
|
|
12
16
|
- **Mechanical checks**: optional validator for document structure, generated feature history, stale audit areas, and protected-path gates.
|
|
13
17
|
|
|
14
18
|
## Installation
|
package/gemini-extension.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antoneeo/agentic-sdlc-skill",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"description": "Documentation-First SDLC protocol for Claude Code, Gemini CLI, Google Antigravity and Codex with risk triage, Vision governance, installed support files and optional devPNT integration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
@@ -25,7 +25,7 @@ Read these files only when needed. `SKILL.md` is the operating contract; the sup
|
|
|
25
25
|
- **Preserve quality:** every change must maintain or improve stability, testability and maintainability.
|
|
26
26
|
- **Verify technically:** close implementation work with tests, lint, smoke checks or an explicit reason.
|
|
27
27
|
- **Keep useful memory:** document relevant decisions and operational state, not filler text.
|
|
28
|
-
- **Protect the Vision:** every decision must stay aligned with expected benefits,
|
|
28
|
+
- **Protect the Vision:** every decision must stay aligned with expected benefits, the actors it serves (and the UX they expect), non-goals and success signals.
|
|
29
29
|
|
|
30
30
|
If a patch looks easy but you do not understand why the current code is shaped the way it is, investigate first.
|
|
31
31
|
|
|
@@ -183,7 +183,7 @@ Standalone L3:
|
|
|
183
183
|
- Before creating a new `ANALYSIS_[feature].md`, search `ai_docs/solutions/` with glob/grep for an existing analysis on the same topic: if there is one, update it instead of duplicating it.
|
|
184
184
|
- Create or update `ai_docs/solutions/ANALYSIS_[feature].md`.
|
|
185
185
|
- Minimum sections: Objective, Feature Vision (or Vision Alignment), Impact, Security and Threat Model, Action Plan, Test Strategy, Diary/Current State.
|
|
186
|
-
- Build the Impact/solution **on** the Vision, the use-cases/user-needs and the Security & Threat Model — read and trace to them first, and state the trace (which use-case / threat / benefit each part serves) so the closure review (`review.md`) can verify conformance. Do not draft the Impact in isolation.
|
|
186
|
+
- Build the Impact/solution **on** the Vision, the use-cases/user-needs and the Security & Threat Model — read and trace to them first, and state the trace (which actor / use-case / threat / benefit each part serves) so the closure review (`review.md`) can verify conformance. Do not draft the Impact in isolation.
|
|
187
187
|
- For features spanning multiple milestones or multiple analyses, also create `ai_docs/vision/features/VISION_[feature].md`.
|
|
188
188
|
|
|
189
189
|
Hybrid L3:
|
|
@@ -14,13 +14,17 @@ Ask ONE structured set of questions, not a drip of follow-ups. Keep each
|
|
|
14
14
|
question short and numbered; offer concrete options where a real choice
|
|
15
15
|
exists (this narrows the reply and speeds up the round). Cover:
|
|
16
16
|
|
|
17
|
-
1. **Goal / benefit** — what problem this closes
|
|
18
|
-
2. **
|
|
19
|
-
|
|
17
|
+
1. **Goal / benefit** — what problem this closes and why now.
|
|
18
|
+
2. **Actors** — who interacts with this: their role, primary goal, and what
|
|
19
|
+
"good UX" means to them. These become the Vision's `## Actors`; each
|
|
20
|
+
use-case below attaches to one (actor = who they are, use-case = what
|
|
21
|
+
they do). Skip only when an approved Vision already names them.
|
|
22
|
+
3. **Scope boundaries** — what is explicitly included in this unit of work.
|
|
23
|
+
4. **Non-goals** — what is explicitly excluded, so scope does not silently
|
|
20
24
|
creep in later.
|
|
21
|
-
|
|
25
|
+
5. **Constraints** — technical, compatibility, and security constraints that
|
|
22
26
|
bound the solution space.
|
|
23
|
-
|
|
27
|
+
6. **Acceptance signals** — how you and the user will both recognize the
|
|
24
28
|
work is done and correct.
|
|
25
29
|
|
|
26
30
|
## Reflect
|
|
@@ -15,8 +15,9 @@ When you hand work to a reviewer (human or agent), give them:
|
|
|
15
15
|
the change was built against — not a paraphrase of it.
|
|
16
16
|
- **The actual diff**: the real changed files, not a description of them.
|
|
17
17
|
- **For an impact/solution-analysis review, the constraints it derives from**:
|
|
18
|
-
the **Vision
|
|
19
|
-
+ the ANALYSIS Vision-Alignment), the
|
|
18
|
+
the **Vision**, including its `## Actors` (Hybrid: the `M-VISION`; Standalone:
|
|
19
|
+
`project_vision.md`/`roadmap.md` + the ANALYSIS Vision-Alignment), the
|
|
20
|
+
**use-cases / user-needs** (Hybrid: `D-UC`;
|
|
20
21
|
Standalone: the ANALYSIS `## Use Cases / User Needs`), and the **threat model**
|
|
21
22
|
(Hybrid: `P-TM`; Standalone: the ANALYSIS `## Security and Threat Model`). Hand these
|
|
22
23
|
*in addition to* the design artifact — the reviewer checks the artifact **against**
|
|
@@ -55,9 +56,10 @@ When you are the reviewer:
|
|
|
55
56
|
- **Conformance statement (impact/solution-analysis & design reviews only — not a
|
|
56
57
|
plain code-diff review).** When the artifact under review carries Vision / use-case
|
|
57
58
|
/ threat-model constraints, your output MUST map each constraint to its evidence: for
|
|
58
|
-
every use-case/user-need
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
every use-case/user-need (and the Actor it serves — a use-case with no defined Actor,
|
|
60
|
+
or an Actor UX expectation the solution does not meet, is a finding), every threat, and
|
|
61
|
+
every applicable Vision benefit/Non-Goal, state WHERE the artifact satisfies it (section
|
|
62
|
+
or `file:line`) or raise it as a finding. A PASS/approve is **not valid on "found nothing"** — the conformance
|
|
61
63
|
statement is the proof the check ran; an unfalsifiable "I checked" is the review
|
|
62
64
|
theater this discipline exists to prevent (the reviewer-side twin of §Receiving's
|
|
63
65
|
silent-drop rule). Plain code reviews stay findings-only.
|
|
@@ -87,7 +87,12 @@ Status: DRAFT
|
|
|
87
87
|
or APPROVED (by <who>, <date>) — only after the user's explicit confirmation -->
|
|
88
88
|
|
|
89
89
|
## North Star
|
|
90
|
-
##
|
|
90
|
+
## Actors
|
|
91
|
+
<!-- the cast this product serves. One light line per actor:
|
|
92
|
+
**Role** — primary goal; good UX = what a good experience means to them.
|
|
93
|
+
Define each actor ONCE here; use-cases (Standalone) / D-UC (Hybrid) reference
|
|
94
|
+
them by role and never re-describe who they are (anti-DRY). Actors characterize
|
|
95
|
+
the intended UX; keep it proportional — a role list, not persona research. -->
|
|
91
96
|
## Core Problem
|
|
92
97
|
## Goals
|
|
93
98
|
## Non-Goals
|
|
@@ -122,7 +127,11 @@ Only for features spanning multiple ANALYSIS documents or multiple milestones: o
|
|
|
122
127
|
|
|
123
128
|
## Problem
|
|
124
129
|
## Expected Benefit
|
|
125
|
-
##
|
|
130
|
+
## Actors
|
|
131
|
+
<!-- the cast this feature serves — usually a subset/refinement of the project
|
|
132
|
+
Actors, or a distinct feature-local cast for internal-tooling work. One light
|
|
133
|
+
line each: **Role** — primary goal; good UX = what good feels like.
|
|
134
|
+
Referenced by the use-cases, not re-described in them. -->
|
|
126
135
|
## Success Signals
|
|
127
136
|
## Non-Goals / Out of Scope
|
|
128
137
|
## Related Constraints and Principles
|
|
@@ -149,15 +158,18 @@ end_date:
|
|
|
149
158
|
## Feature Vision
|
|
150
159
|
<!-- expected benefit and problem solved; alignment with the project vision
|
|
151
160
|
(cite the document and its DRAFT/APPROVED state); non-goals/out-of-scope
|
|
152
|
-
for this feature; success signals;
|
|
161
|
+
for this feature; success signals; the Actors this feature serves (name them,
|
|
162
|
+
or point to the project Vision's ## Actors — do not re-describe them here).
|
|
153
163
|
This is the single home of the feature vision: the separate file
|
|
154
164
|
VISION_[feature].md is created only if the feature spans multiple
|
|
155
165
|
ANALYSIS documents or multiple milestones. -->
|
|
156
166
|
|
|
157
167
|
## Use Cases / User Needs
|
|
158
168
|
<!-- who needs this and why: the concrete use-cases / user-needs the change serves
|
|
159
|
-
(the Standalone home for what Hybrid keeps in D-UC).
|
|
160
|
-
|
|
169
|
+
(the Standalone home for what Hybrid keeps in D-UC). Each use-case NAMES the
|
|
170
|
+
Actor it serves (defined in the Vision's ## Actors) — actor = who they are,
|
|
171
|
+
use-case = what they do. Derived from the elicitation round; the Impact below
|
|
172
|
+
must cover each, and the closure review checks coverage + actor UX fit. -->
|
|
161
173
|
|
|
162
174
|
## Impact
|
|
163
175
|
<!-- existing files touched, APIs/contracts, performance, new dependencies -->
|