← All playbooks · Raw API

task-navigation

# Capability: Navigation

## Intent phrases

- update menu
- change navigation links
- edit footer

## Requires capabilities

`navigation`

## Prerequisites

- Read `cms-edit://customer/routing` for URL shapes
- `cms_edit ["index", "sync"]` for navigation entry lookup

## Steps

1. `cms_edit ["list", "--type", "navigation"]` — find nav entry
2. `cms_edit ["nav", "open", "--id", "<navigationId>"]` or by slug
3. `snapshot` — inspect nav items
4. Add/clone/link items per navigation commands
5. `diff` → `save`

See `contentful-cms-navigation` skill for full command reference in dev environments.

## Confirmation gates

1. Confirm which menu (header/footer) and link changes
2. `diff` before `save`

## Out of scope

- Publish

## Related resources

- `cms-edit://customer/routing`