plan

Design feature architectures for React Native apps with component and screen structure.

41|4|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/JubaKitiashvili/everything-react-native-expo --skill plan-jubakitiashvili
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/JubaKitiashvili/everything-react-native-expo/tree/main/.claude/skills/plan
Command: npx skills add https://github.com/JubaKitiashvili/everything-react-native-expo --skill plan-jubakitiashvili

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design feature architectures using the architect agent to create a clear, scalable blueprint for React Native projects, reducing ambiguity and setup time.

Core Features & Use Cases

  • Decompose a feature into components and screens to establish ownership and responsibilities.
  • Plan Expo Router file structure and navigation layout for scalable apps.
  • Define data flow and API layer, including state management choices (Zustand, TanStack Query, or local).
  • Adapt architecture to platform requirements (Expo managed, bare RN, or native modules).
  • Use cases include designing a new feature module from concept to an implementation-ready plan.

Quick Start

Provide a feature-architecture plan using the architect agent and review with the user before implementation.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I plan feature architecture for a React Native app?

To plan feature architecture for a React Native app, you decompose features into components and screens, define Expo Router file structure, and outline API layering to generate an implementation-ready blueprint.

What is included in an Expo Router feature architecture plan?

An Expo Router feature architecture plan includes a detailed file structure, component design, data flow, navigation layout changes, and a prioritized implementation task list.

Can I use this to plan state management for Expo managed apps?

Yes, you can plan state management for Expo managed apps by defining data flow and API layers, which includes selecting state management solutions like Zustand, TanStack Query, or local state.

Does the architecture plan support bare React Native projects?

Yes, the architecture plan supports bare React Native projects by adapting the component and screen structure to specific platform requirements, including navigation and native modules.

What's the best way to design a new feature module from concept to implementation?

The best way to design a new feature module is using an architect agent to establish component responsibilities, define data flow, and output a prioritized implementation task list for the React Native project.