flpbalada/fb-skills

progressive-disclosure

Reveal complexity in stages so users see what they need when they need it. Use for onboarding, forms, settings, advanced options, dashboards, or dense interfaces; avoid when problem is simply too many choices, weak copy clarity, or overall task complexity.

First seen May 4, 2026

Installation

$ npx skills add flpbalada/fb-skills --skill progressive-disclosure

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from flpbalada/fb-skills · top by installs.

npx skills add flpbalada/fb-skills

Browse all from flpbalada/fb-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,033 B
  • docs SUMMARY.md 286 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 35 installs

SKILL.md

Progressive Disclosure

Show what user needs now. Reveal more when needed.

Goal

Reduce visible complexity without hiding essential work.

Rules

  • Keep primary actions visible.
  • Hide only secondary or advanced options.
  • Use clear reveal controls.
  • Keep reveal patterns consistent.
  • Remember user preference when useful.
  • Provide search for deep settings.
  • Test with new and experienced users.

Levels

  • Level 0: essential, always visible.
  • Level 1: important, one action away.
  • Level 2: useful but less common.
  • Level 3: advanced, intentionally deeper.

Patterns

  • Expand section for extra fields.
  • Tooltip for short help.
  • Drawer or modal for sub-flow.
  • Tabs for peer categories.
  • More menu for secondary actions.
  • Wizard for multi-step setup.

Flow

  1. Inventory visible elements.
  2. Mark user need and frequency.
  3. Keep essential frequent items visible.
  4. Move contextual items one action away.
  5. Move rare advanced items deeper.
  6. Add clear trigger labels or icons.
  7. Test task completion and findability.

Resources

Output

## Progressive Disclosure Plan

Interface: [name]

Level 0:
- [element]

Level 1:
- Trigger: [control]
- Reveals: [elements]

Level 2+:
- Trigger: [control]
- Reveals: [elements]

Metrics:
- Task completion: [target]
- Time to complete: [target]
- Support tickets/confusion: [target]

Checks

  • Primary task works without expansion.
  • Advanced feature can be found.
  • Reveal affordance is obvious.