erne 规划
- 作者仓库星标 36
- 许可证 MIT
- 作者仓库 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
- 流狐分类
- 设计与多媒体
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @JubaKitiashvili · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- Shell 执行
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
# Architecture Output
``` 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…
Architecture Output
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]
# /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 证据边界与执行链路
作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Process → Architecture Output → Overview → File Structure → Component Design → Data Flow
要点 -> architect · Understand the requirement · Analyze existing codebase · Design the architecture · Output the plan · Review with user
文件/命令 -> /erne-plan · rules/expo/patterns.md · rules/bare-rn/patterns.md
内容 SHA-256 -> f7ab31465f85
方法与流程
适用与边界
原文中的明确线索
/erne-plan、rules/expo/patterns.md、rules/bare-rn/patterns.md