# Coordinate coding agents with clear tasks

Multi-agent work can lose context, ownership, and verification. This skill provides delegation patterns, task templates, VibeKanban procedures, and CI monitoring guidance.

## Install

```bash
npx skillstore add clementwalter/agent-coordination
```

## Metadata

- Status: approved
- Slug: clementwalter-agent-coordination
- Skillstore revision: r2
- Version status: missing
- Tree hash: d5ca8b58c0dad2a9ad4247a2f19f744bb308581a672c55285ee99319142dd4ef
- Author: ClementWalter
- GitHub username: ClementWalter
- License: MIT
- Repository: https://github.com/ClementWalter/rookie-marketplace/tree/main/chief-of-staff/skills/agent-coordination
- Ref: c68df504887c54bf71d2d467a1fbebde49467868
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: confirmation\_required
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, env\_access, network, filesystem
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/clementwalter-agent-coordination
- Manifest: https://skillstore.pages.dev/api/skills/clementwalter-agent-coordination/manifest

## Capabilities

- Creates task descriptions with goals, context, acceptance criteria, and scope boundaries.
- Explains investigation-first and implementation-second delegation patterns.
- Provides VibeKanban task lifecycle and workspace session procedures.
- Shows when independent work can run in parallel or must run sequentially.
- Includes a Python utility that checks GitHub pull request CI through the gh CLI.

## Use Cases

- Break down a feature for an agent team: Turn a feature request into an investigation task and focused implementation tasks with acceptance criteria.
- Manage parallel maintenance work: Identify independent directory-level work and sequence tasks that share files or configuration.
- Track pull request CI: Check a pull request status and review failed check output with the included monitoring utility.

## Prompt Templates

### Create a first task

```
Act as a coordinator. Create a task for adding dark mode. Include the goal, context, acceptance criteria, and out-of-scope items.
```

### Plan agent delegation

```
Break this feature into investigation and implementation tasks. Identify dependencies and assign clear verification criteria: [feature description].
```

### Choose execution order

```
Review these proposed tasks. Mark each as parallel or sequential, explain shared-state conflicts, and give the recommended order: [task list].
```

### Run a coordination review

```
Act as chief of staff for this project. Summarize active tasks, blockers, decisions needed, and the next delegation actions: [project context].
```

## Limitations

- Requires VibeKanban MCP tools for task and workspace operations.
- Does not implement code changes when operating as a coordinator.
- The CI utility requires an installed and authenticated GitHub CLI.
- CI results and logs depend on permissions for the selected repository.

## Best Practices

- Give every task a measurable acceptance criterion and an explicit scope boundary.
- Use an investigation task before implementation when the scope or risk is unclear.
- Confirm repository permissions before retrieving CI details or logs.

## Anti Patterns

- Do not create vague tasks that only say to fix or improve something.
- Do not run dependent tasks in parallel when they modify shared files or configuration.
- Do not treat CI output as safe to share because failed logs can contain sensitive data.

## Security Audit

- Audited at: 2026-07-18T10:40:54.754\+00:00
- Summary: All 60 static findings are false positives: they match Markdown formatting, sample task documentation, API references, or a constrained GitHub CLI CI monitor. The review identified two intent-level concerns in SKILL.md: persistent role instructions and an unconditional local autonomy exception that can weaken normal user control.

## Stats

- Views: 204
- Downloads: 12
- Favorites: 0
- Popularity score: 0
