React Native Workflow Starter

A mobile-first workflow starter for React Native teams. It gives Claude, Codex, OpenCode, and Copilot the same standards for planning, implementing, testing, reviewing, and committing iOS and Android app changes.

# Clone the repository
$ git clone https://github.com/wannacry081/react-native-workflow-starter.git

# Enter the project folder
$ cd react-native-workflow-starter

# Start using my workflow
$ ./install.sh

About

This project is inspired by everything-claude-code and reworked into a React Native system you can actually run from your terminal. Instead of hard-coding behavior into one giant prompt, you compose your workflow with focused skills and shared mobile app standards.

The flow stays disciplined: Ask -> Plan -> Todo -> Implement -> Test -> Commit. Each phase produces a concrete artifact in the repo, so handoffs are clear, review is faster, and context does not get lost. You get practical structure for iOS, Android, and shared mobile code without slowing down delivery.

The repository also ships with code-review-graph as part of the default setup. Agents are expected to use the graph first for exploration, impact analysis, and review context because it is faster, cheaper on tokens, and more precise than broad grep passes.

If you want your own version of AI-assisted React Native development, this is a clean baseline: install the skills you need, adapt the mobile stack standards, and ship with a repeatable loop built for real app projects.

Other Workflows

Pick a starter based on your product surface. Each workflow follows the same skill-driven, plan-first delivery discipline.