Run Pipeline

Execute the full development pipeline for the current phase.

eidra-umain updated 4mo ago
Claude CodeGeneric
View source ↗
# Run Pipeline

Execute the full development pipeline for the current phase.

## Instructions

Based on the current project state, run the appropriate pipeline phase:

### Phase 1: Planning
1. Check if `pm/summary.md` exists → if not, prompt PM to create it
2. Check if `pm/prd.md` exists → if not, use `prd-generator` skill
3. Check if `design/design-spec.md` exists → if not, use `design-spec` skill

### Phase 2: Technical Design
1. Check if `docs/tech-design.md` exists → if not, use `tech-design` skill
2. Check if `tasks.md` has tasks → if not, use `task-breakdown` skill

### Phase 3: Implementation
1. Find next `pending` task in `tasks.md`
2. Use `build` agent to implement
3. Use `qa` agent to validate
4. Repeat until all tasks are done

Report the current phase and what needs to happen next.

Maintain Run Pipeline?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Run Pipeline on getagentictools](https://getagentictools.com/loops/eidra-umain-run-pipeline?ref=badge)
npx agentictools info loops/eidra-umain-run-pipeline

The second line is the CLI lookup for this page — handy in READMEs and docs.