# Coordinate Multi-Agent Document Writing

Large documents can become inconsistent when several writers work independently. This skill creates section tasks, tracks progress, and reviews work through VibeKanban.

## Install

```bash
npx skillstore add clementwalter/document-writing-coordination
```

## Metadata

- Status: approved
- Slug: clementwalter-document-writing-coordination
- Version: 1.0.0
- Author version: 1.0.0
- Skillstore revision: r2
- Version status: valid
- Tree hash: dbd3a2c6e9f11dd250f8e75de2c71cf25e386823967d5ea5f472db228e7381be
- Author: ClementWalter
- GitHub username: ClementWalter
- License: MIT
- Repository: https://github.com/ClementWalter/rookie-marketplace/tree/main/chief-of-staff/skills/doc-writing-coordination
- Ref: c68df504887c54bf71d2d467a1fbebde49467868
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 75
- Public page: https://skillstore.pages.dev/skills/clementwalter-document-writing-coordination
- Manifest: https://skillstore.pages.dev/api/skills/clementwalter-document-writing-coordination/manifest

## Capabilities

- Creates a document outline with section scopes and pending-content markers.
- Defines self-contained VibeKanban tasks for individual document sections.
- Delegates large sections into smaller tasks when a word limit is exceeded.
- Monitors task status through todo, inprogress, inreview, and done states.
- Reviews completed sections for accuracy, completeness, and consistent terminology.
- Provides task templates for standard, technical, overview, utility, and security sections.

## Use Cases

- Plan an architecture document: Create scoped tasks for an architecture document, then review each completed section for consistency.
- Coordinate product documentation: Assign overview, setup, and reference sections to separate writers while tracking a shared delivery plan.
- Prepare a security design review: Break security-model documentation into focused tasks covering protections, trust assumptions, and known limitations.

## Prompt Templates

### Create a basic outline

```
Create an outline for a deployment guide. Include section scopes and placeholders for content.
```

### Delegate document sections

```
Break this design document outline into VibeKanban tasks. Give each task a clear scope, source files, and acceptance criteria.
```

### Monitor writing progress

```
Check the document section tasks. Summarize their status and identify tasks that need review or follow-up.
```

### Run a consistency review

```
Review all completed sections of this technical document. Identify inconsistent terminology, missing cross-references, and duplicate content.
```

## Limitations

- Requires a configured VibeKanban project for its full task-management workflow.
- Does not write document sections directly; delegated writers create the content.
- Cannot verify facts that are absent from the repository and supplied context.
- Requires user review before final acceptance of the completed document.

## Best Practices

- Give every section task a narrow scope and the required source references.
- Use clear acceptance criteria before assigning a task to a writer.
- Review terminology and cross-references after each approved section.

## Anti Patterns

- Do not assign several writers overlapping sections without clear boundaries.
- Do not approve a section before checking it against the referenced source files.
- Do not mark the document complete while tasks remain pending or in review.

## Security Audit

- Audited at: 2026-07-18T10:43:52.505\+00:00
- Summary: All 78 static findings are false positives. Backticks format Markdown paths, tool names, and examples rather than shell execution. The review references describe document coordination and do not instruct reconnaissance or data collection.

## Stats

- Views: 323
- Downloads: 10
- Favorites: 0
- Popularity score: 0
