スキル一覧に戻る
shwilliamson

agent-coordination

by shwilliamson

Claude code automation

3🍴 1📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: agent-coordination description: Patterns for invoking and coordinating Automatasaurus agents. Use when delegating tasks to specialist agents.

Agent Coordination Skill

This skill provides patterns for invoking the Automatasaurus agents.

Available Agents

AgentPurposeWhen to Use
developerImplements issues, creates PRsWhen code needs to be written
architectTechnical reviews, analysisFor PR reviews, discovery reviews, stuck issues
designerUI/UX reviews, design specsFor PR reviews, discovery reviews, design specs
testerTesting, verificationFor PR verification, running tests

Invocation Patterns

Developer - Implement an Issue

Use the developer agent to implement issue #{number}.

Context:
- Issue: [title]
- Acceptance criteria: [from issue body]
- Design specs: [if applicable, from designer comments]

This is [MODE] mode. Create PR when implementation is complete.

Architect - Review Discovery Plan

Use the architect agent to review this discovery plan for technical feasibility.

Focus on:
- Architecture fit
- Scalability
- Security implications
- Technology choices

The discovery plan is at: [path to discovery.md]

Architect - Review PR

Use the architect agent to review PR #{pr_number} for technical quality.

Post a standardized approval comment when done:
- ✅ APPROVED - Architect
- OR ❌ CHANGES REQUESTED - Architect

Architect - Analyze Stuck Issue

Use the architect agent to analyze issue #{number}.

Developer has tried:
1. [attempt 1]
2. [attempt 2]
...

Error: [description]

Designer - Review Discovery Plan

Use the designer agent to review this discovery plan for UI/UX considerations.

Focus on:
- User flows
- Accessibility
- Responsive design
- Missing UI requirements

The discovery plan is at: [path to discovery.md]

Designer - Add Specs to Issue

Use the designer agent to add UI/UX specifications to issue #{number}.

Review the issue requirements and add design specs as a comment.

Designer - Review PR

Use the designer agent to review PR #{pr_number} for UI/UX quality.

If no UI changes, post: "**[Designer]** N/A - No UI changes in this PR."

Otherwise post standardized approval:
- ✅ APPROVED - Designer
- OR ❌ CHANGES REQUESTED - Designer

Tester - Verify PR

Use the tester agent to verify PR #{pr_number}.

Run tests and perform manual verification if needed.
Post a standardized approval comment when done:
- ✅ APPROVED - Tester
- OR ❌ CHANGES REQUESTED - Tester

Parallel Invocation

When reviews are independent, invoke agents in parallel:

# Invoke these in parallel (single message, multiple tool calls)
Use the architect agent to review PR #123
Use the designer agent to review PR #123
Use the tester agent to verify PR #123

Handoff Information

When delegating, include:

  1. Issue/PR number - What to work on
  2. Context - Acceptance criteria, design specs
  3. Mode - single-issue or all-issues (affects merge behavior)
  4. Expected output - What to produce (PR, comment, etc.)

Quality Gates

Each agent has quality gates:

AgentGate
DeveloperTests passing, PR created
ArchitectTechnical review complete
DesignerDesign review complete
TesterAll tests pass, verification complete

Escalation Flow

Developer stuck (5 attempts)
    ↓
Architect analyzes
    ↓
If still stuck → Human escalation
    .claude/hooks/request-attention.sh stuck "..."

スコア

総合スコア

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

レビュー

💬

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