The complete pipeline
RStack ships 15 SDLC pipeline agents (stages 00–14) that cover the full software delivery lifecycle:Pipeline routing map
How agents are invoked
Agents are not invoked directly — the orchestrator selects them based on the current lifecycle stage and packages them into task packets. In Pi native mode, the orchestrator usessdlc_build_next to assemble the right agents automatically.
In asset-only mode, you can reference agents by path in your prompt:
Adding to the pipeline
Custom pipeline stages can be added by creating agent files and registering them in the routing config:.rstack/plugins/ or override routing.json.