← ClaudeAtlas

pm-business-rules-librarylisted

Build the Business Rules Library and Decision Models Matrix - Live Registers 2 and 3 of 4 in the FDD+SDD framework. Centralizes all business rules with unique IDs (BR-XXX-001) and decision tables into /domain/business_rules.md and /domain/decision_models.md. Replaces the upfront monolithic BRD with two continuously-maintained registers. Phase 4-5 skill - initial draft at Phase 5, enriched JIT in Phase 6 per feature.
ljucask/pureinn-product-development · ★ 1 · AI & Automation · score 77
Install: claude install-skill ljucask/pureinn-product-development
# PM - Business Rules Library ## Agent mode (`--agent`) Supports `--agent`: runs autonomously in a subagent, drafts the artifact from existing inputs, and returns a short summary + coverage note. - **No flag** → interactive (default); if inputs are heavy, offer agent mode. - **`--agent`** → obey. First check inputs are complete. Anything missing: do NOT invent it - mark `[ASSUMED - what/why]` in the output and summary. Never hallucinate to fill a gap. - **Review required:** the artifact contains commitments - after drafting, require the user's review before finalizing; do not close decisions autonomously. --- ## What this skill does Builds **Live Registers 2 and 3 of 4**: - `business_rules.md` - Business Rules Library: centralized catalog of non-negotiable rules with unique IDs - `decision_models.md` - Decision Models Matrix: decision tables and logic matrices for complex conditions These registers replace the BRD as standalone documents. Business rules are no longer buried in a per-Feature-Set spec document - they live in a shared, versioned catalog that all Feature Cards reference by ID. **What belongs here:** - Corporate policies that apply across features (e.g., payment release rules) - Compliance and regulatory requirements (GDPR, tax, data retention) - Security and authorization rules - Business logic that applies to multiple features or Feature Sets - Decision tables with multiple conditions and outcomes **What does NOT belong here:** - Feature-specific imple