wayfinding-breadcrumbs-and-context

Designs breadcrumbs and orientation chrome for multi-level IA websites and applications.

6|3|Updated May 3, 2026
One-click install
npx skills add https://github.com/HDeibler/universal-design-principles --skill wayfinding-breadcrumbs-and-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayfinding-breadcrumbs-and-context
Source: https://github.com/HDeibler/universal-design-principles/tree/main/plugins/cognition-and-learnability-principles/skills/wayfinding-breadcrumbs-and-context
Command: npx skills add https://github.com/HDeibler/universal-design-principles --skill wayfinding-breadcrumbs-and-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill prevents users from getting lost by defining the orientation chrome that confirms location, shows parent context, and provides clear “escape” paths.

Core Features & Use Cases

  • Breadcrumbs and “you are here” context: Design hierarchical breadcrumbs, current-page indicators, matching page titles, and URL patterns that reinforce the user’s location in the information architecture.
  • Orientation in navigation and headers: Apply active-state rules for primary/side navigation, ensure title parity, and include high-signal header context such as workspace/account/environment.
  • Back-link patterns and mobile constraints: Use compact “Back to …” affordances for detail pages and adjust patterns for mobile where breadcrumbs don’t fit.

Quick Start

Use this skill to review your multi-level IA and redesign your breadcrumbs, nav active states, and page title/URL scheme so a user can deep-link and still answer what page they are on and how to get back.

Frequently Asked Questions about wayfinding-breadcrumbs-and-context

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

FAQPage Schema
How do I design breadcrumbs that keep users oriented in a deep information architecture?

Design breadcrumbs by mapping your hierarchy to URL patterns, matching page titles to the current-page indicator, and applying active-state rules to navigation so users instantly recognize their location. This orientation chrome confirms where users are and shows parent context.

What is the best way to handle navigation context and user orientation on mobile apps?

For mobile user orientation, use compact "Back to …" affordances and compressed context patterns instead of full breadcrumbs. This provides a clear escape path and confirms location without consuming limited screen space.

How do I make breadcrumbs accessible for screen readers?

Make breadcrumbs accessible by implementing aria-current semantics on the current-page indicator and using labeled navigation regions. This ensures screen readers correctly announce the user's location within the overall hierarchy.

When do I need to add "you are here" context and wayfinding chrome to my pages?

Add wayfinding context to multi-level IA pages, documentation hierarchies, settings menus, and deep-link scenarios where users land on internal pages and need to recover their location and understand parent context.

Why do users get lost when deep-linking into my product's documentation?

Users get lost when hierarchy-to-URL mapping is inconsistent and page titles lack parity with navigation. Without correct current-page indicators and parent context breadcrumbs, deep-linked users cannot determine their location or trace back to parent categories.