dev-workflow-orchestrator
Orchestrate PRD creation, task generation, and gated task processing with user confirmations between phases.
About dev-workflow-orchestrator
dev-workflow-orchestrator is a Claude AI skill developed by dundas. Orchestrate PRD creation, task generation, and gated task processing with user confirmations between phases. This powerful Claude Code plugin helps developers automate workflows and enhance productivity with intelligent AI assistance.
Why use dev-workflow-orchestrator? With 0 stars on GitHub, this skill has been trusted by developers worldwide. Install this Claude skill instantly to enhance your development workflow with AI-powered automation.
| name | dev-workflow-orchestrator |
| description | Orchestrate PRD creation, task generation, and gated task processing with user confirmations between phases. |
Development Workflow Orchestrator
Overview
Coordinates the end-to-end workflow: create PRD → generate tasks → process tasks with gated confirmations.
Steps
- PRD Creation (uses
prd-writer)- Ask clarifying questions.
- Produce PRD and save to
/tasks/[n]-prd-[feature].md.
- Task Generation (uses
tasklist-generator)- Read the PRD.
- Generate parent tasks only; present and pause for "Go".
- After "Go", generate sub-tasks, relevant files, and testing notes.
- Save to
/tasks/tasks-[prd-file-name].md.
- Task Processing (uses
task-processor)- Work one sub-task at a time with explicit pauses.
- Follow test/commit protocol for completed parent tasks.
- Keep "Relevant Files" accurate.
Interaction Model
- Phase gates:
- Between PRD and tasks.
- Between parent tasks and sub-tasks (requires "Go").
- Between sub-tasks (requires "yes"/"y").
References
- See
reference.md.

dundas
agentbootup
Download Skill Files
View Installation GuideDownload the complete skill directory including SKILL.md and all related files