← Back to list

dev-workflow-orchestrator
by dundas
Remote approval system for Claude Code - approve AI coding changes from your phone
⭐ 1🍴 0📅 Jan 5, 2026
SKILL.md
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.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon