erne-plan
- Repo stars 36
- License MIT
- Author repo everything-react-native-expo
/erne-plan — Feature Architecture Design
You are executing the /erne-plan command. Use the architect agent to design a feature architecture.
Process
- Understand the requirement — Ask clarifying questions if the feature description is vague
- Analyze existing codebase — Read relevant files, understand current navigation structure, state management, and API patterns
- Design the architecture — Using the architect agent's process:
- Decompose into components and screens
- Plan Expo Router file structure
- Select state management approach (Zustand / TanStack Query / local)
- Design data flow and API layer
- Consider platform-specific requirements
- Output the plan — Use the architect agent's output format:
Architecture Output
## Overview
[1-2 sentence description of the feature]
## File Structure
[New files to create with paths]
## Component Design
[Component hierarchy and responsibilities]
## Data Flow
[State management approach, API calls, caching strategy]
## Navigation
[New routes, layout changes, deep link support]
## Implementation Tasks
[Ordered list of implementation steps]
- Review with user — Present the plan and ask for approval before implementation
Notes
- Reference the active platform rules layer (
rules/expo/patterns.mdorrules/bare-rn/patterns.md) for conventions - Consider whether this is Expo managed, bare RN, or has native modules
- Include test strategy in the plan
- Fluxly category
- Design
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @JubaKitiashvili · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
# Architecture Output
``` Understand the requirement — Ask clarifying questions if the feature description is vague Analyze existing codebase — Read relevant files, understand current navigation structure, state management, and API patterns Design the architecture — Using the architect…
Architecture Output
[1-2 sentence description of the feature]
[New files to create with paths]
[Component hierarchy and responsibilities]
[State management approach, API calls, caching strategy]
# /erne-plan — Feature Architecture Design
You are executing the `/erne-plan` command. Use the **architect** agent to design a feature architecture.
## Process
1. **Understand the requirement** — Ask clarifying questions if the feature description is vague
2. **Analyze existing codebase** — Read relevant files, understand current navigation structure, state management, and API patterns
3. **Design the architecture** — Using the architect agent's process:
- Decompose into components and screens
- Plan Expo Router file structure
- Select state management approach (Zustand / TanStack Query / local)
- Design data flow and API layer
- Consider platform-specific requirements
4. **Output the plan** — Use the architect agent's output format:
### Architecture Output
```
## Overview
[1-2 sentence description of the feature]
## File Structure
[New files to create with paths]
## Component Design
[Component hierarchy and responsibilities]
## Data Flow
[State management approach, API calls, caching strategy]
## Navigation
[New routes, layout changes, deep link support]
## Implementation Tasks
[Ordered list of implementation steps]
```
5. **Review with user** — Present the plan and ask for approval before implementation
## Notes
- Reference the active platform rules layer (`rules/expo/patterns.md` or `rules/bare-rn/patterns.md`) for conventions
- Consider whether this is Expo managed, bare RN, or has native modules
- Include test strategy in the plan Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Process → Architecture Output → Overview → File Structure → Component Design → Data Flow
terms -> architect · Understand the requirement · Analyze existing codebase · Design the architecture · Output the plan · Review with user
files/cmd -> /erne-plan · rules/expo/patterns.md · rules/bare-rn/patterns.md
body sha256 -> f7ab31465f85
Decide Fit First
Design Intent
How To Use It
Boundaries And Review