Commit Graph

3 Commits

Author SHA1 Message Date
Tolga Karatas d97b9b9cf9
refactor: remove ISO 29148 enterprise content, now in standalone ASE module
ISO 29148 compliance workflows, knowledge base, and enterprise-specific
modifications have been extracted to bmad-method-audit-standards-enterprise
(ASE) as a standalone module (code: audit, install: _bmad/audit/).

Removed:
- StRS (Clause 7) and SyRS (Clause 8) workflows
- RTM, Quality Gate, Change Management, Cross-Document Validation workflows
- PRD ISO steps (10b/10c/10d, v-06b/v-06c, v-12b/v-12c)
- Agent menu ISO triggers (CS, SY, RT, QG, CM)
- Enterprise shared templates (change-request, context-guard, versioning-guide, rtm)
- ISO modifications to PRD, Architecture, Epics, Sprint, Code Review

Retained (universal improvements):
- UX: Architecture/PRD discovery in step-01-init
- UX: Requirements validation step (step-13b)
- QA: Basic requirements traceability checklist (without Enterprise TEA section)
- Shared: Requirement quality checklist template

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 04:14:41 +03:00
Tolga Karatas f7fd90297e
feat(prd-validation): add ISO 29148 validation steps for PRD
Add 4 new validation steps to PRD validation workflow:
- step-v-06b: Per-requirement quality check against 9 ISO criteria
  (necessary, implementation-free, unambiguous, consistent, complete,
  singular, feasible, traceable, verifiable)
- step-v-06c: Requirement attributes completeness check
  (ID, priority, source, rationale, V&V method, risk)
- step-v-12b: Verification coverage validation
  (all requirements have V&V methods assigned)
- step-v-12c: Interface coverage validation
  (cross-reference integrations against interface section)

Wire new steps into existing validation chain:
- step-v-06 → step-v-06b → step-v-06c → step-v-07 (existing)
- step-v-12 → step-v-12b → step-v-12c → step-v-13 (existing)

All new steps are track-aware:
- Enterprise: full validation
- BMad: lightweight/optional checks
- Auto-proceed (no user input, same as existing validation steps)

Part of ISO 29148 compliance initiative (Wave 2).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 01:11:59 +03:00
Brian Madison 9b12f6f86c docs updates 2026-01-25 21:18:09 -06:00