Prompt file imported from dundas/liveport (
.windsurf/workflows/dev-pipeline.md). Copyright stays with the author.
Dev Pipeline
Chain PRD creation → Task generation → Task processing with confirmation gates. This workflow composes the other three workflows.
Steps
- Call /prd-writer
- Ask the user for feature description and refs.
- Use @skills/prd-writer/SKILL.md to ask clarifying questions and generate the PRD.
- Confirm saved PRD path (e.g.,
/tasks/0001-prd-...md).
- Call /generate-tasks
- Provide the confirmed PRD path.
- Generate ONLY parent tasks first; pause and ask the user to reply "Go".
- On "Go", generate sub‑tasks, "Relevant Files", and testing guidance.
- Confirm tasks file path (e.g.,
/tasks/tasks-0001-prd-...md).
- Call /process-tasks
- Provide the confirmed tasks file path.
- Work one sub‑task at a time. After each sub‑task, pause for "yes"/"y".
- When a parent’s subtasks are all
[x]: run tests, stage, clean up, conventional commit with multi-m, then mark parent[x].
Notes
- Skills referenced:
skills/prd-writer/SKILL.md,skills/tasklist-generator/SKILL.md,skills/task-processor/SKILL.md. - In‑repo guidance:
skills/generate-workflow-tasks.md.