Skip to content

Commit 9a63e46

Browse files
committed
feat: add Rigorous Against Prompt/Spec as CORE auditing dimension
- agent-work-auditor: Add 'Rigorous Against Prompt/Spec' as 7th core dimension - agent-work-auditor: Update spec-driven extension to note this dimension is now CORE - Enables autonomous auditing workflow across all spec-driven phases
1 parent cb528a4 commit 9a63e46

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

.changeset/cozy-knives-boil.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'spec-driven-steroids': minor
3+
---
4+
5+
feat: add Rigorous Against Prompt/Spec as CORE auditing dimension
6+
7+
- agent-work-auditor: Add "Rigorous Against Prompt/Spec" as 7th core dimension (was in spec-driven extension)
8+
- agent-work-auditor: Update spec-driven extension to note this dimension is now CORE
9+
- Enables autonomous auditing workflow across all spec-driven phases

packages/cli/templates/universal/skills/agent-work-auditor/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Universal dimensions evaluated for every audit:
3636
| Traceability | Can we trace it? | Partial |
3737
| Safety | Could it cause harm? | No |
3838
| Maintainability | Will future devs thank us? | Partial |
39+
| Rigorous Against Prompt/Spec | Does it match the original intent? | Partial |
3940

4041
### Layer 2: Change-Type Modules (Per-Invocation)
4142

@@ -100,7 +101,7 @@ Activated when relevant context is detected:
100101
└─ Core (always) → Type module → Extensions (if detected)
101102
102103
5. EVALUATE dimensions
103-
└─ Universal (6) → Type-specific → Extension-specific
104+
└─ Universal (7) → Type-specific → Extension-specific
104105
105106
6. CLASSIFY findings
106107
└─ Severity (blocking, warning, info)

packages/cli/templates/universal/skills/agent-work-auditor/extensions/spec-driven.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Auto-activates when `.specs/` directory or spec artifacts are detected.
44

5+
**Note:** "Rigorous Against Prompt/Spec" is a CORE dimension (always active for every audit). This extension provides additional spec-specific verification beyond that core check.
6+
57
## Activation Triggers
68

79
- `.specs/` directory exists
@@ -34,13 +36,14 @@ Verify prerequisite phases are complete:
3436
| Tasks | Design approved |
3537
| Implementation | Tasks approved |
3638

37-
### 3. Spec Adherence
39+
### 3. Spec-Specific Adherence
3840

39-
Verify implementation matches approved design:
41+
Additional spec-driven checks beyond CORE "Rigorous Against Prompt/Spec":
4042

4143
- Code changes match TASK descriptions
4244
- No scope creep (changes outside spec scope)
4345
- No descoping without explicit approval
46+
- Phase gate sequencing is correct
4447

4548
### 4. Scope Creep Detection
4649

0 commit comments

Comments
 (0)