recursica-skill-screen-priority

Ranks screen content by user workflow and converts that ranking into enterprise layout decisions.

1|Updated May 29, 2026
One-click install
npx skills add https://github.com/borderux/recursica-knowledge --skill recursica-skill-screen-priority-borderux
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recursica-skill-screen-priority
Source: https://github.com/borderux/recursica-knowledge/tree/main/skills/design-rules/recursica-skill-screen-priority
Command: npx skills add https://github.com/borderux/recursica-knowledge --skill recursica-skill-screen-priority-borderux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Enterprise screens often carry dozens or hundreds of information pieces, and teams struggle to decide what goes where, what to cut, and when a screen is finished. This Skill provides opinionated house rules for prioritizing screen content so layout decisions follow the user's workflow rather than stakeholder pressure or arbitrary density caps. ## Core Features & Use Cases - Prioritization framework: Applies the inverted triangle (broadest content at top, persona-specific at bottom), the three tenets (workflow, physicality, simplicity), and the removal test to every element on a screen. - Layout constraints: Enforces hierarchy without color, sticky-region limits, a single-scrollbar rule with no inner scrolling, and frequency-based decisions about what holds permanent screen space. - Use Case: When a stakeholder asks to add a permanent create form under a data table, use this Skill to determine that the rarely-used form should open from a visible trigger in a modal instead, keeping the frequent task dominant. ## Quick Start Ask the agent to review whether your enterprise screen layout follows the Recursica priority rules and what should be cut, reduced, or repositioned.

Frequently Asked Questions about recursica-skill-screen-priority

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decide what content goes where on an enterprise screen?▼

Rank content by the user's workflow, then apply the inverted triangle: broadest, most widely applicable content at the top in the largest treatment, becoming more granular and persona-specific toward the bottom. Priority is expressed through position or size.

How much information is too much on one screen?▼

There is no cap on distinct pieces of information; dozens or hundreds can be correct for enterprise work. The real test is whether the screen supports the investigations and actions the user came to perform, not a count threshold.

When should a form open in a modal instead of staying on the page?▼

Rarely-used forms like create, import, or configure should never hold permanent screen space. Keep a visible trigger on the page and open the form on demand in a modal or panel, so frequent tasks keep the permanent regions.

Can I use color to show hierarchy on a screen?▼

No, meaning must never ride on color alone. Carry hierarchy with typography, position, white space, maximum widths, layout balance, and imagery where the content supports it.

Why is inner scrolling not allowed in this design system?▼

The application uses one scrollbar: the user scrolls the browser from anywhere while sticky regions stay put. Inner scrolling regions force cursor placement before the wheel works, which is treated as a failure; the only possible exception is a full-viewport table.

When is a screen considered finished?▼

A screen is complete when it meets the user's needs against their workflow and mental model, and the simplification pass is done: unnecessary content removed via the removal test and labels made as concise as possible, with simplification always the last step.