lamina-decision-making
SolidPrioritize contract gaps and verify findings — impact × effort, primary actor filter. Use when reconciling conflicts or ranking findings[].
DevOps & Infrastructure 65 stars
2 forks Updated today Apache-2.0
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Decision Making (agent-native)
Rank **contract changes and verify findings** by impact on primary actor goals and invariants — output to `decisions.md`, sorted `findings[]`, and `fix.md` sections.
## Fix target classification
Before writing `fix.md`, set `fix_target` on each finding in the transactional graph:
| Signal | `fix_target` |
|--------|---------------|
| Missing UI, bug, invariant violation on live product, a11y on existing screen | `product` |
| Scope change, new workflow/invariant, defer feature, contract wrong | `contract` |
**Default:** `product` when `fix_target` is unset. Product fixes belong in `fix.md` → coding session. Contract items belong in `fix.md` → `/lamina-design` delta prompt only.
## Decision filter
Does this finding change a specific design or implementation decision? If not, dig deeper or drop.
## Impact × effort (verify findings)
| Impact | high | medium | low |
|--------|------|--------|-----|
| **Definition** | Blocks workflow, invariant violation, primary actor stuck | Friction with workaround | Polish |
| Effort | high | medium | low |
|--------|------|--------|-----|
| **Definition** | Cross-workflow contract change | Localized screen/scenario | Copy/label fix |
**Sort:** high impact + low effort first; then high impact + high effort. Record rationale in `decisions.md`.
## Primary actor filter
When actors conflict:
1. Does option serve **primary** persona goals completely?
2. If no → deprioritize or cut; if yes → design fully...
Details
- Author
- aryaniyaps
- Repository
- aryaniyaps/lamina
- Created
- 3 weeks ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
lamina-research-communication
Findings communication — structured verify report for humans and coding agents. Not executive highlight reels.
65 Updated today
aryaniyaps AI & Automation Solid
lamina-feature-prioritization
Scope prioritization — rank workflows by invariant risk and actor impact. Not roadmap theater or featuritis dogma.
65 Updated today
aryaniyaps AI & Automation Solid
lamina-stakeholder-alignment
Multi-actor goal alignment — explicit trade-offs and permission conflicts in contract. Not org politics or workshop facilitation.
65 Updated today
aryaniyaps