Multipov banner
capitalthought capitalthought

Multipov

Documentation community

Description

Review a document by dispatching multiple persona agents against it. The document can be a PDF, markdown, or text file. Pass the file path as $ARGUMENTS. ## Process Run the review-doc orchestrator with a single command: ```bash npx tsx ~/icloud/Claude/bin/src/review-doc-runner.ts "$ARGUMENTS" ``` ### Flags | Flag | Description | |------|-------------| | `--type <hint>` | Override document type detection (pitch, plan, email, briefing, proposal) | | `--add p1,p2` | Add specific personas beyon

Installation

Installs to ~/.claude/skills/capitalthought-multipov-docs-multipov/SKILL.md

Terminal
mkdir -p ~/.claude/skills/capitalthought-multipov-docs-multipov && curl -fsSL https://raw.githubusercontent.com/capitalthought/multipov-docs/HEAD/skills/multipov.md -o ~/.claude/skills/capitalthought-multipov-docs-multipov/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository