Reusable prompts for layout-level changes - sidebar structure, navigation groups, and visual toggles inside the chrome.
Each prompt is a step-by-step playbook the agent runs end-to-end. It asks for the inputs it needs, then makes the exact file changes required by the agent, scoped tightly so unrelated components are never touched.
Prompts
manage-menu-group.md
Add or remove an entire sidebar navigation group (section + items + sub-pages) via data.tsx and icon.tsx. New items ship as letter-placeholder icons.
remove-section.md
Surgically delete a section or component from a page: removes its files, drops its imports/JSX from page.tsx, and fixes any two-column grid wrappers - nothing else.
menu-icon-visibility.md
Toggle the visibility of nav-item icons in nav-item.tsx across all three sidebar states (collapsed, expanded group header, expanded simple link) by commenting or uncommenting JSX.
