agentic-engineering-experience

Define user journeys, page purpose, and accessibility behavior before visual design.

Updated Jul 19, 2026
One-click install
npx skills add https://github.com/DagimAlemayehuu/AgenticEngineering --skill agentic-engineering-experience-dagimalemayehuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agentic-engineering-experience
Source: https://github.com/DagimAlemayehuu/AgenticEngineering/tree/main/agentic-engineering/skills/agentic-engineering-experience
Command: npx skills add https://github.com/DagimAlemayehuu/AgenticEngineering --skill agentic-engineering-experience-dagimalemayehuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often jump straight into visual design or frontend code without first agreeing on how users actually move through a product, leading to inconsistent navigation, missing states, and rework. This Skill translates product goals into a structured experience definition before any screens are drawn. ## Core Features & Use Cases - Journey Mapping: Converts product goals into user journeys, route and page purpose, and navigation structure. - State & Behavior Contracts: Documents loading, error, and empty states plus accessibility behavior, separating behavior contracts from visual styling. - Handoff Artifacts: Produces an experience map and page contracts ready for the Design phase. - Use Case: Before building a new onboarding flow, use this Skill to define each step's purpose, navigation paths, and error states so designers and engineers share one behavioral specification. ## Quick Start Use $agentic-engineering-experience to define the experience for this product change.

Frequently Asked Questions about agentic-engineering-experience

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

FAQPage Schema
How do I define user journeys before designing UI screens?▼

Start by translating product goals into step-by-step user journeys with clear route and page purposes. This Skill produces an experience map covering navigation, content hierarchy, and states, which the Design phase then turns into visual screens.

What should a page behavior contract include?▼

A page behavior contract should cover the page's purpose, navigation entry and exit points, loading, error, and empty states, and accessibility behavior. It describes behavior in plain language while staying separate from visual styling decisions.

Does this Skill create visual designs or frontend code?▼

No. It deliberately stops before creating visual screens or writing frontend code. Its output is an experience map and page contracts that feed into the separate Design and frontend engineering phases.

When should I use the experience phase versus going straight to design?▼

Use the experience phase whenever page purpose, navigation, or state behavior is not yet agreed upon. Skipping it risks inconsistent states and rework; it is most valuable for new flows or products with multiple routes and user roles.

How does this fit into the agentic-engineering workflow?▼

It is one phase in the agentic-engineering pipeline, reading the project blueprint and core skill map, then handing its experience map and page contracts to the Design phase. It optionally coordinates with frontend-ui-engineering and taste-design skills when relevant.