ljucask

55 mods across 1 repository, 2 stars between them.

ljucask/pureinn-product-development

Plugin Claude Code

AI-native product development framework. 51 active skills covering the full product lifecycle. FDD+SDD hybrid: 4 living registers, JIT design per feature, atomic commit protocol. Three playbooks: Greenfield, Feature Implementation, Rebuild. From zero to launch.

2 21d ago A tokens not measured original MIT

release

03

ljucask/pureinn-product-development

Command Claude Code

Cut a Pureinn framework release - inspect changes, propose version bump + message, confirm, then publish (bump, commit, push, tag, GitHub Release). The website rebuilds automatically.

2 21d ago A 40 tokens original MIT

design-thinking

05

ljucask/pureinn-product-development

Skill Claude CodeCodex

Synthesize Phase 2 discovery outputs through Design Thinking (Define + Ideate stages). Produces Problem Statement, POV, HMW questions, and Ideation synthesis. Run in Phase 3a as the first step - feeds directly into pm-hypotheses. Takes Phase 2 outputs as input - no new research.

2 21d ago A 68 tokens original MIT

jtbd-building

06

ljucask/pureinn-product-development

Skill Claude CodeCodex

Generate a JTBD Analysis using Bob Moesta's Jobs-to-be-Done framework. Produces job stories, Forces Diagram, and switching logic. Run in Phase 2 (Track D) after pm-personas. Output feeds pm-problem-validation and design-thinking.

2 21d ago A 57 tokens original MIT

pm-audit

07

ljucask/pureinn-product-development

Skill Claude CodeCodex

Health check for an existing Pureinn workspace. Scans the framework's own artifacts - the 5 Live Registers (including the Open Questions Register), Feature Cards, roadmap, glossary, state.json - against the current Pureinn conventions, finds inconsistencies, drift, and errors, then fixes the mechanical ones and asks…

2 21d ago A 242 tokens original MIT

pm-business-case

08

ljucask/pureinn-product-development

Skill Claude CodeCodex

Generate a Business Case. Phase 3b skill. Synthesizes market size, business model, and KPIs into financial projections and investment rationale. Requires pm-lean-canvas and pm-kpis.

2 21d ago A 45 tokens original MIT

pm-business-model

09

ljucask/pureinn-product-development

Skill Claude CodeCodex

Generate a Business Model Canvas from Phase 2 discovery outputs and founder knowledge. Phase 3b skill - runs after Go/No-Go = GO and Problem Validation Summary. Produces the commercial logic of the product.

2 21d ago A 47 tokens original MIT

ljucask/pureinn-product-development

Skill Claude CodeCodex

JIT helper - add a single High priority operational rule to domain/businessrules.md. For standard business logic that governs normal system behavior (matching, pricing, SLAs, fulfillment). May have exceptions or context-dependent variations. Use during pm-feature-design or standalone when operational logic needs to be…

2 21d ago A 65 tokens original MIT

ljucask/pureinn-product-development

Skill Claude CodeCodex

JIT helper - add a single Critical priority rule (hard invariant) to domain/businessrules.md. For rules where violation causes financial loss, legal exposure, or irreversible system damage. No exceptions allowed. Use during pm-feature-design when a missing invariant is identified, or anytime a new hard constraint…

2 21d ago A 69 tokens original MIT

ljucask/pureinn-product-development

Skill Claude CodeCodex

JIT helper - add a single Compliance or Policy rule to domain/businessrules.md. For GDPR, regulatory obligations, admin constraints, data handling policies, and UX behavioral rules. Use when pm-privacy-requirements or pm-domain-analysis surfaces a regulatory requirement that needs a BR-ID for referencing in Feature…

2 21d ago A 69 tokens original MIT

ljucask/pureinn-product-development

Skill Claude CodeCodex

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/businessrules.md and /domain/decisionmodels.md. Replaces the upfront monolithic BRD with two…

2 21d ago A 106 tokens original MIT

pm-decision-model

15

ljucask/pureinn-product-development

Skill Claude CodeCodex

JIT helper - add a single decision table (TBL-[DOMAIN]-NN) to domain/decisionmodels.md. For multi-condition logic where several inputs combine to produce different outputs (pricing matrices, eligibility rules, risk scoring, discount tiers). The decision-models counterpart to the single-rule helpers…

2 21d ago A 101 tokens original MIT

pm-diagrams

16

ljucask/pureinn-product-development

Skill Claude CodeCodex

Generate any of 18 diagram types across 6 categories (domain/data, process/behavior, UX, architecture, planning/delivery, strategic). Two rendering modes - Mermaid.js (primary, embedded in markdown registers) and Excalidraw (visual overviews). Call with a slug for a specific diagram (/pm-diagrams bpmn, /pm-diagrams…

2 21d ago A 129 tokens original MIT

ljucask/pureinn-product-development

Skill Claude CodeCodex

Prepare a session-specific agenda for a live discovery session with a client, sponsor, or their users. Reads what discovery has already covered (meetings, Track artifacts), finds the biggest remaining gaps, and compiles a targeted agenda from its built-in discovery question bank (two planes - commissioner + real…

2 21d ago A 105 tokens original MIT

pm-discovery-report

18

ljucask/pureinn-product-development

Skill Claude CodeCodex

Generate the client-facing Discovery Report - a narrative "here is what we heard, here is what we recommend" document for whoever commissioned the work. Incremental and re-runnable - update it after each discovery session, finalize it when Phase 2 converges. Companion to pm-problem-validation (which stays the internal…

2 21d ago A 92 tokens original MIT

pm-domain-analysis

19

ljucask/pureinn-product-development

Skill Claude CodeCodex

Generate a Domain Analysis Report and Legal & Regulatory Requirements document from raw research inputs. Use in Phase 2 (Track B) after collecting industry and regulatory research.

2 21d ago A 36 tokens original MIT

pm-domain-model

20

ljucask/pureinn-product-development

Skill Claude CodeCodex

Generate a Domain Model - domain boundaries, entity catalogue, relationships, and ERD diagrams. Optional Phase 4 higher-level companion to pm-entity-registry - gives the cross-domain ERD and boundary view above the operational entities.md register. Two-stage output - confirm entity catalogue before generating entity…

2 21d ago A 64 tokens original MIT

pm-entity-registry

21

ljucask/pureinn-product-development

Skill Claude CodeCodex

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…

2 21d ago A 98 tokens original MIT

pm-feature-card

22

ljucask/pureinn-product-development

Skill Claude CodeCodex

Create and manage Feature Cards for individual features (FEAT-ID). In the FDD+SDD framework, Feature Cards are the atomic delivery unit - one card per feature, living in /features/cards/. Cards are created as stubs by pm-features-list, populated in Sections 1-3 by pm-feature-design (JIT), and completed in Section 4…

2 21d ago A 95 tokens original MIT

pm-feature-design

23

ljucask/pureinn-product-development

Skill Claude CodeCodex

JIT Design by Feature - Phase 6 skill. Just-In-Time technical design for a single feature before it enters build. Enriches the 4 live registers with guard conditions and finalized rules, generates a Mermaid.js sequence diagram, writes Acceptance Criteria, and completes Feature Card Sections 1-3. Replaces upfront…

2 21d ago A 99 tokens original MIT

ljucask/pureinn-product-development

Skill Claude CodeCodex

Feature Viability Assessment for Feature Implementation playbook. Run before JIT design to confirm a feature is worth building, how to scope it minimally, and what success looks like before build starts. Explicitly skippable when the decision is already made. Produces KANO classification, MDP definition, and…

2 21d ago A 72 tokens original MIT