# Interactive Menu Builder 1 Consistent Navigation

> Sub-skill of interactive-menu-builder: 1. Consistent Navigation (+3).

- Skill: `vamseeachanta/interactive-menu-builder-1-consistent-navigation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/interactive-menu-builder-1-consistent-navigation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/interactive-menu-builder-1-consistent-navigation/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/interactive-menu-builder-1-consistent-navigation

---


# 1. Consistent Navigation (+3)

## 1. Consistent Navigation

- `0` always goes back/exits
- Numbers 1-9 for options
- Use `q` as alternative to `0` for exit


## 2. Clear Visual Hierarchy

- Headers separate sections
- Indentation shows grouping
- Colors indicate meaning


## 3. Feedback on Actions

- Show progress during operations
- Confirm completion
- Display errors clearly


## 4. Graceful Error Handling

- Invalid input shouldn't crash
- Show helpful error messages
- Allow retry

