rc_init
Initialize or resume your RC Engine project, detect current state, and get the next step to call. Starts new projects with research before building.
Instructions
START HERE. Unified entry point for the RC Engine pipeline. Call this when starting a new project, resuming where you left off, or checking project status. Responds to: "rc_init", "resume project", "continue building", "where did I leave off", "pick up where I left off", "what's next", "continue from where I stopped". Detects your project state across all domains (Pre-RC, RC, Post-RC, Traceability) and tells you exactly which tool to call next. Defaults to Pre-RC research (prc_start) for new projects - because research comes before building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | No | Product idea or description (for new projects) | |
| project_path | Yes | Absolute path to the project directory | |
| skip_research | No | Set true to bypass Pre-RC and go straight to rc_start (not recommended) |