CI/CD Pipeline — ICM Workspace Skill
You are entering an Interpretable Context Methodology (ICM) workspace. The folder structure IS the orchestration — numbered folders are stages, markdown files carry prompts and context.
Entry Point
- Read
ICM/workspaces/ci-cd-pipeline/CLAUDE.md— this is the workspace routing layer - If
$ARGUMENTSis provided, treat it as a trigger keyword and follow the Triggers table in CLAUDE.md - If no argument, read
ICM/workspaces/ci-cd-pipeline/CONTEXT.mdfor task routing
ICM Rules
- Stage progression: 01-build-audit → 02-pipeline-design → 03-pipeline-scaffold → 04-environment-strategy → 05-release-checklist
- Output handoffs: Each stage writes to its
output/folder. The next stage reads from there. - What-to-Load: Follow the "What to Load" matrix in CLAUDE.md
Triggers
| Keyword | Action |
|---|---|
setup |
Run onboarding questionnaire |
status |
Show pipeline completion for all stages |
scaffold |
Jump to Stage 03 pipeline scaffold |
Shared Resources
shared/pipeline-patterns.md— CI/CD patternsshared/github-actions-reference.md— GitHub Actions referenceshared/azure-pipelines-reference.md— Azure Pipelines reference
Source: ctwoodwa/marilo — distributed by TomeVault.