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
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
Copy file name to clipboardExpand all lines: packages/cli/templates/universal/skills/agent-work-auditor/extensions/spec-driven.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Auto-activates when `.specs/` directory or spec artifacts are detected.
4
4
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
+
5
7
## Activation Triggers
6
8
7
9
-`.specs/` directory exists
@@ -34,13 +36,14 @@ Verify prerequisite phases are complete:
34
36
| Tasks | Design approved |
35
37
| Implementation | Tasks approved |
36
38
37
-
### 3. Spec Adherence
39
+
### 3. Spec-Specific Adherence
38
40
39
-
Verify implementation matches approved design:
41
+
Additional spec-driven checks beyond CORE "Rigorous Against Prompt/Spec":
0 commit comments