Skip to Content
ReferenceSkill map

Skill map

Lamina installs as exactly 10 public skills. Four are workflow entrypoints and six group related product capabilities. Each capability keeps its focused guidance as topic references that agents load only when relevant.

Workflow skills

SkillUse it for
laminaRoute ordinary product implementation and focused questions
lamina-initInitialize a project’s business context and provider rules
lamina-designRun the explicit graph-only design phase
lamina-verifyRun the explicit source-read-only verification phase

Ordinary product work starts through lamina; design and verification phases run implicitly. /lamina-design and /lamina-verify remain advanced explicit overrides.

Capability skills

SkillTopics inside it
lamina-researchEvidence scoping, actor walks, grounding, interviews, task analysis, synthesis, communication
lamina-product-discoveryProblem framing, business context, stakeholders, feature discovery and priority, requirements, tradeoffs, decisions
lamina-uxFlows, IA, navigation, content, forms, controls, onboarding, feedback, errors, accessibility, disclosure, trust, edge cases
lamina-product-behaviorRepresented models, platform posture, side effects, invariants, consistency, concurrency, time, dependencies, boundaries, multi-view integrity
lamina-systemsSystem structure, feedback loops, traps, leverage points, evolutionary rules
lamina-evaluationPersona usability evaluation, heuristic review, quantitative validation

Install with --skill '*'. All 10 public entrypoints and their nested references arrive together, so an audit profile can name an exact topic without exposing dozens of focused skills to the user.

Progressive loading

Start with one public skill. Read its SKILL.md topic index, then load only the references required by the request or audit profile. Internal orchestration lives under skills/lamina/orchestrator/; it is packaged with lamina but is not separately discoverable.

Old focused skill names are not aliases. The machine-readable skills/migration-map.json maps each former name to its compact skill and exact topic.

Examples

/lamina What invariants should a booking hold enforce?

Routes to lamina-product-behavior and its invariants topic.

/lamina How should permission denial appear during checkout?

Routes to lamina-ux edge-case and error-handling topics, plus product behavior when authorization rules need clarification.

Next steps

Last updated on