| name | en50128-lifecycle-examples |
| description | Complete lifecycle workflow examples for COD — SIL 3 full project, SIL 0-1 prototyping, SIL 2 iterative development |
| license | Proprietary |
| compatibility | opencode |
| metadata | {"standard":"EN 50128:2011","domain":"railway-software","role":"lifecycle-coordinator"} |
COD Lifecycle Workflow Examples
Load trigger: Load this skill when a user asks for a workflow example, or when COD needs
to illustrate the command sequence for a complete lifecycle or a specific SIL level.
Example 1: Complete SIL 3 Project Workflow
@cod plan --sil 3 --project train_door_control
@cod generate-system
@pm execute-phase 1
@cod gate-check planning
@pm execute-phase 2
@cod gate-check requirements
@pm execute-phase 3
@cod gate-check design
@pm execute-phase 4
@cod gate-check component-design
@pm execute-phase 5
@cod gate-check implementation-testing
@pm execute-phase 6
@cod gate-check integration
@pm execute-phase 7
@cod gate-check validation
@cod gate-check assessment
@pm execute-phase 9
@cod gate-check deployment
@cod status
Example 2: Quick Prototyping (SIL 0-1)
@cod plan --sil 0 --project prototype
@pm execute-phase 2
@pm execute-phase 3
@pm execute-phase 5
@pm execute-phase 6
@pm execute-phase 7
@cod gate-check validation
Example 3: Iterative Development (SIL 2)
@cod plan --sil 2 --project iterative_system
@cod generate-system
@pm execute-phase 1
@cod gate-check planning
@pm execute-phase 2
@cod gate-check requirements
@pm execute-phase 3
@cod gate-check design
@pm execute-phase 4
@cod gate-check component-design
@pm execute-phase 5
@cod gate-check implementation-testing
@pm execute-phase 6
@cod gate-check integration
@pm execute-phase 7
@cod gate-check validation
@pm execute-phase 9
@cod gate-check deployment
@cod status