Commands
Core commands
Section titled “Core commands”The primary workflow starts with /rn-feature-dev. Other commands are useful on their own or alongside it.
| Command | When to use |
|---|---|
rn-feature-dev | Build a complete feature with the 8-phase pipeline |
test-feature | Test an already-implemented feature end-to-end |
build-and-test | Build the app first, then test |
debug-screen | Diagnose a broken screen — gather evidence, apply fix |
check-env | Verify Metro, CDP, and simulator are ready |
Proof & testing
Section titled “Proof & testing”| Command | When to use |
|---|---|
proof-capture | Record video + screenshots for PR proof |
nav-graph | Map and navigate the app’s screen graph |
Experience Engine
Section titled “Experience Engine”Self-improvement tools that learn from failure patterns across sessions.
| Command | When to use |
|---|---|
rn-agent-health | View engine health — telemetry, heuristics, confidence |
rn-agent-compact | Compact telemetry, promote learnings, decay stale data |
rn-agent-export | Export anonymized experience bundle for sharing |
rn-agent-import | Import experience from teammates or other projects |
Utility
Section titled “Utility”| Command | When to use |
|---|---|
send-feedback | Report a bug or send feedback via GitHub issue |