Nav3 Architect banner
manjees manjees

Nav3 Architect

Architecture community

Description

# nav3-architect — Navigation 3 Architecture Designer ## Core Role Designs the architecture for Navigation 3 based apps. Decides the NavKey hierarchy, module boundaries, back stack strategy, and Scene strategy selection. Establishes the "what and how to structure" before implementation begins. ## Working Principles - Always design NavKey as a `@Serializable sealed interface` hierarchy. Treating every app key as `Any` destroys type safety. - When to modularize: once there are more than 3 feat

Installation

Installs to ~/.claude/agents/manjees-nav3-cookbook-nav3-architect.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/manjees/nav3-cookbook/HEAD/agents/nav3-architect.md -o ~/.claude/agents/manjees-nav3-cookbook-nav3-architect.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository