lamina-progressive-disclosure
SolidProgressive disclosure in contracts — essential vs advanced actions per actor. Use when novices overwhelmed or experts blocked on power features.
AI & Automation 65 stars
2 forks Updated today Apache-2.0
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Progressive Disclosure (agent-native)
Defer **advanced operations** in screen contracts — primary path stays minimal; power features reachable without blocking first workflow.
## Contract encoding
Per `surfaces[]`:
- `primary_actions[]` — required for primary actor working set
- `secondary_actions[]` — advanced, behind expand/settings/more
- `disclosure_level`: essential | standard | advanced
- Link to `platform-posture` complexity budget per actor
## Checklists
1. Primary actor completes first workflow seeing only `essential` actions.
2. Advanced ops documented — not omitted from contract entirely.
3. Same operation same label when disclosed (`content-design` consistency).
4. Expert personas in verify can reach advanced path within N steps.
5. No hiding safety-critical warnings behind disclosure.
## Verify checks
- Low-literacy persona: primary workflow without hunting advanced menus.
- Expert persona: power feature reachable; not duplicate/conflicting with primary path.
- Actor walk flags "couldn't find" for contract-promised advanced op → finding.
## Anti-patterns
- Everything on one screen — no primary path.
- Power features only via undocumented gesture.
- Disclosure used to hide errors or required permissions.
## Related
- [Platform Posture](../lamina-platform-posture/SKILL.md)
- [Onboarding](../lamina-onboarding/SKILL.md)
- [Discoverability](../lamina-discoverability/SKILL.md)
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-discoverability
Signifiers and affordances in screen contracts — actors must see what they can do. Use when actor walks report execution/evaluation gulfs.
65 Updated today
aryaniyaps AI & Automation Solid
lamina-onboarding
First-run and learnability — primary path without training, progressive power features. Use when new actors can't complete first workflow in verify.
65 Updated today
aryaniyaps AI & Automation Solid
lamina-controls-and-menus
Actions and reversibility in contracts — primary/destructive actions, undo policy, confirmations. Use when destructive ops lack scenarios.
65 Updated today
aryaniyaps