← ClaudeAtlas

pm-entity-registrylisted

Build the Entity & State Registry - Live Register 1 of 4 in the FDD+SDD framework. Extracts business entities from PRD Business Capabilities, defines their states and transitions in Mermaid.js, and writes to /domain/entities.md. Phase 4 skill - runs after PRD is complete. This is the operational register; pm-domain-model is the optional higher-level companion (cross-domain ERD and domain boundaries) that sits above it.
ljucask/pureinn-product-development · ★ 1 · AI & Automation · score 77
Install: claude install-skill ljucask/pureinn-product-development
# PM - Entity Registry ## 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. --- ## What this skill does Builds **Live Register 1 of 4**: the Entity & State Registry (`/domain/entities.md`). This register is the architectural foundation of the FDD+SDD framework. It defines: - What business objects exist in the system - What states each object can be in - What transitions are allowed between states (including triggers and emitted events) - Guard conditions are added JIT in Phase 6 (pm-feature-design) - not here **Position in the 4-register architecture:** | Register | File | Content | |---|---|---| | **1. Entity & State Registry** | `/domain/entities.md` | Domain objects + state machines (THIS SKILL) | | 2. Business Rules Library | `/domain/business_rules.md` | Business rules catalog (pm-business-rules-library) | | 3. Decision Models Matrix | `/domain/decision_models.md` | Decision tables (pm-business-rules-library) | | 4. FDD Feature List | `/features/feature_list.md` | Feature hierarchy + planning (pm-features-list) | **Source:** PRD Business Capabilities section - or `product/scope_brief.md` Busine