From interpretive-orchestration-cowork
This skill should be used when users ask about which AI model to use for coding, mentions 'cost', 'batch', 'API', 'configure analysis', wants to process multiple documents, or needs to understand model capabilities and costs for Stage 2.
npx claudepluginhub linxule/interpretive-orchestration --plugin interpretive-orchestration-coworkThis skill uses the workspace's default tool permissions.
Model selection, cost estimation, and batch processing setup for AI-assisted coding. Helps researchers configure their analysis approach with awareness of tradeoffs.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Model selection, cost estimation, and batch processing setup for AI-assisted coding. Helps researchers configure their analysis approach with awareness of tradeoffs.
Use this skill when:
| Model | Best For | Cost | Quality |
|---|---|---|---|
| Claude Opus 4.5 | Complex interpretive coding, nuanced themes | $$$ | Highest |
| Claude Sonnet 4 | Balanced quality and cost for systematic coding | $$ | High |
| Claude Haiku | Initial passes, high volume, simple categorization | $ | Good |
Deep Interpretive Coding (@dialogical-coder)
Initial Categorization
Pattern Characterization
| Documents | Model | Estimated Cost |
|---|---|---|
| 10 interviews (~50 pages) | Opus | $15-25 |
| 10 interviews (~50 pages) | Sonnet | $5-10 |
| 50 documents | Opus | $75-125 |
| 50 documents | Sonnet | $25-50 |
Variables:
Estimates API costs based on document characteristics.
node skills/analysis-orchestration/scripts/estimate-costs.js \
--documents 25 \
--avg-pages 5 \
--model sonnet \
--passes 2
Returns: Estimated cost range and token counts.
Is this initial exploratory coding?
├── Yes → Consider Haiku for volume, validate with Sonnet
└── No, this is interpretive coding
├── Budget constrained?
│ ├── Yes → Sonnet 4 (good balance)
│ └── No → Opus 4.5 (best quality)
└── Need to process >50 documents?
├── Yes → Two-pass: Haiku then Sonnet on subset
└── No → Single-pass with Sonnet or Opus
Using @dialogical-coder (4-stage process)?
├── Yes → 5-10 documents per session (reflection breaks)
└── No, systematic application?
├── Complex coding scheme → 10-15 documents
└── Simple categorization → 20-30 documents
/qual-configure-analysis triggers this skillcoding-workflow/ for batch processing execution