スキル一覧に戻る
ctsstc

gsdexecute-phase

by ctsstc

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

SKILL.md


name: gsd:execute-phase description: Execute phase tasks using wave-based parallel execution version: 1.0.0 triggers: [execute phase, run phase] tools: [Bash, Glob, Grep, Write]

GSD Execute Phase

Executes phase tasks using wave-based parallel execution with gsd-executor agent.

When to Use

  • Running a planned phase
  • Executing tasks in parallel waves
  • Following structured development workflow

Process

  1. Load phase-plan.md for task list
  2. Identify independent tasks for parallel execution
  3. Execute tasks in waves (parallel where possible)
  4. Create atomic commits per task
  5. Handle deviations automatically (bugs, missing functionality, blocking)
  6. Request checkpoint verification between waves

Wave Execution Rules

  • Independent tasks execute in parallel
  • Dependent tasks wait for dependencies
  • Deviations are handled per deviation rules
  • Checkpoints occur between waves

Deviation Handling

  • BUG: Fix immediately in same context
  • MISSING: Implement if under 5 minutes
  • BLOCKING: Defer to backlog

Success Criteria

All phase tasks completed with atomic commits.

@skills/gsd/agents/executor - Agent that executes tasks @skills/gsd/commands/plan-phase - Creates phase plans

スコア

総合スコア

50/100

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

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

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