List SDLC pipeline phases
list_sdlc_phasesRetrieves the agentic SDLC phases in order, including skip conditions and human decision gates, to guide pipeline execution or explain phase transitions.
Instructions
List the agentic-sdlc pipeline phases in execution order, with each phase's skip condition and the judgment gates it raises — the points where the flow must stop for a human decision. Use it to drive the SDLC flow yourself in a host that cannot run the plugin, or to answer what happens when in the pipeline. Returns the phase and gate skeleton only; read source_uri for what each phase actually does. Takes no arguments. Read-only and idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phases | Yes | Every pipeline phase, in execution order from phase 0. | |
| source_uri | Yes | URI of the pipeline skill this map was parsed from. Read it with get_document for what each phase actually does — this tool returns only the phase/gate skeleton. |