スキル一覧に戻る
dundas

dev-workflow-orchestrator

by dundas

Remote approval system for Claude Code - approve AI coding changes from your phone

1🍴 0📅 2026年1月5日
GitHubで見るManusで実行

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

  1. PRD Creation (uses prd-writer)
    • Ask clarifying questions.
    • Produce PRD and save to /tasks/[n]-prd-[feature].md.
  2. 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.
  3. 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.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です