β‘ Workflows
Stage Pipeline
Execute work sequentially by stages with quality gates between phases.
Bundle files
πORCHESTRATION.mdβ Orchestration
1# ORCHESTRATION.md
2
3## Diagram
4
5 βββββββββββββ gate ββββββββββ gate ββββββββββββββββ
6 β Discovery ββββββ>β Design ββββββ>β Implement. β
7 βββββββββββββ ββββββββββ ββββββββ¬ββββββββ
8 β
9 gate β
10 v
11 ββββββββββββββ gate ββββββββββββ
12 β Validation ββββββ>β Delivery β
13 ββββββββββββββ ββββββββββββ
14
15 [x] gate fail --> rollback to previous stage
16
17## Workflow
18Stage Pipeline
19
20## Objective
21Execute work sequentially by stages with quality gates between phases.
22
23## Standard stages
241. **Discovery** (requirements and constraints)
252. **Design** (solution and plan)
263. **Implementation**
274. **Validation** (tests + review)
285. **Delivery**
29
30## Rules
31- Do not advance to the next stage without meeting exit criteria.
32- Each stage produces a verifiable artifact.
33- If a gate fails, rollback to the previous stage.
34
35## Criteria per stage
36- Discovery: problem defined + scope closed.
37- Design: architecture and risks approved.
38- Implementation: complete changes + lint/build OK.
39- Validation: test plan executed + evidence.
40- Delivery: executive summary + next steps.
41
42## Escalation
43- 2 consecutive gate failures => design review.
44
Lines: 44 | Words: 158
Install
Copy bundle to your OpenClaw workspace.
curl -fsSL https://raw.githubusercontent.com/cerealskill/openclaw-agents/main/install.sh | bash -s workflow stage-pipeline ENRate this agent
Loading...
Sign in to rate this agent
Includes
- β ORCHESTRATION.md
Info
- Slug
- stage-pipeline
- Lines
- 44
- Words
- 158
