pm-business-rules-librarylisted
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