Soul ID
Soul IDAI AGENTS

⚑ 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 EN
Download .tar.gz

Rate this agent

Loading...

Sign in to rate this agent

Includes

  • βœ“ ORCHESTRATION.md

Info

Slug
stage-pipeline
Lines
44
Words
158