AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Lamina Evolutionary Rules

skill-aryaniyaps-lamina-lamina-evolutionary-rules · by aryaniyaps

Evolving product rules safely — reversible decisions, invariant checks as features change, deferring commitment. Use when the domain will grow or requirements are uncertain.

No reviews yet
0 installs
40 views
0.0% view→install

Install

$ agentstack add skill-aryaniyaps-lamina-lamina-evolutionary-rules

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-aryaniyaps-lamina-lamina-evolutionary-rules)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Lamina Evolutionary Rules? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Evolutionary Rules

Products change. Design rules and invariants so they can evolve without silent breakage — prefer reversible choices until the cost of waiting exceeds the cost of committing.

Decision frameworks

  • Reversible decision: Can be undone without corrupting domain state (toggle feature flag, add optional field).
  • When to use: Uncertain requirements, early iterations.
  • How: Document in implement.md as low-risk; verify after each change.
  • Irreversible decision: Hard to undo (merge two entity types, remove invariant).
  • When to use: Only when delay cost is high and trade-offs are explicit.
  • How: Record in decisions.md; full scenario coverage before ship.
  • Invariant regression check: New feature must not violate existing domain rules — re-run verify after external build.
  • When to use: Every /lamina-verify after changes touching shared entities.
  • Defer commitment: Wait until you need the rule — but do not defer documenting invariants you already know.

Checklists

  1. Tag design decisions reversible vs irreversible in run or decisions.md.
  2. When adding workflows, re-check all existing invariants for the touched entities.
  3. After external implementation, run verify — not one-time at handoff.
  4. Prefer additive rule changes over breaking changes to actor permissions.

Anti-patterns

  • Big-bang rule change: New payment rule breaks all issued tickets without migration scenario.
  • Forgotten invariants: Feature ships without updating scenarios.
  • Permanent "temporary": Overrides that bypass invariants become architecture.

Examples

  • Adding waitlist: Reversible — new workflow branch. Must preserve invariant: one valid ticket per student per exam. Scenarios for waitlist → ticket promotion and edge cases.

Related capabilities

  • [Tradeoffs](../lamina-tradeoffs/SKILL.md)
  • [Invariants](../lamina-invariants/SKILL.md)
  • [Verify](../lamina-verify/SKILL.md)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.