coding-workflow

Orchestrate Stage 2 batch document coding with progress tracking and audit trails.

14|1|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/linxule/interpretive-orchestration --skill coding-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-workflow
Source: https://github.com/linxule/interpretive-orchestration/tree/main/skills/coding-workflow
Command: npx skills add https://github.com/linxule/interpretive-orchestration --skill coding-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill orchestrates the systematic, AI-assisted coding process for Stage 2 of qualitative research, ensuring rigor, transparency, and confirmability. It manages document batches, tracks coding progress, and generates comprehensive audit trails, freeing researchers from administrative overhead.

Core Features & Use Cases

  • Batch Processing: Processes groups of documents through the coding workflow, assigning them to specific agents (e.g., @dialogical-coder).
  • Document Tracking: Monitors the status of each document (pending, in_progress, coded, reviewed, finalized) throughout the analysis.
  • Audit Trail Generation: Creates detailed audit documentation, logging all coding activities, human decisions, and AI interactions for full transparency.
  • Use Case: After completing Stage 1, use this skill to initiate a batch coding session for 10 documents, track their progress, and later generate an audit report for your methods section.

Quick Start

Process documents D001, D002, D003 using the dialogical-coder agent for phase 2 synthesis. Provide the path to your project root: node skills/coding-workflow/scripts/process-batch.js --project-path /path/to/project --documents "D001,D002,D003" --agent dialogical-coder --phase phase2_synthesis

Frequently Asked Questions about coding-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up batch document coding with audit trails for qualitative research?

Batch document coding orchestrates systematic processing of document groups through Stage 2 qualitative analysis, automatically tracking coding progress and generating comprehensive audit trails. Initialize your project, complete Stage 1, then run process-batch.js with your document list and assigned agent to begin.

What's the difference between Stage 1 and Stage 2 coding workflow?

Stage 1 establishes initial data structure and project setup. Stage 2 automates batch processing, document tracking across status states (pending, in_progress, coded, reviewed, finalized), and creates detailed audit documentation logging all coding activities and AI interactions for transparency.

Can I track document coding progress across multiple sessions?

Yes, document tracking monitors each document's status throughout the workflow and persists across sessions. The audit trail logs all coding activities, human decisions, and AI interactions, enabling you to resume batch sessions and generate comprehensive methods documentation.

Do I need to complete Stage 1 before using this coding workflow?

Yes, Stage 1 completion is a prerequisite. You must establish initial data structure, initialize your project, and pass readiness checks via read-config.js before Stage 2 batch processing can orchestrate document coding and audit documentation.

How do I assign documents to specific coding agents in a batch?

Pass your document IDs and target agent (e.g., @dialogical-coder) to process-batch.js with the --documents and --agent flags. Specify the coding phase (e.g., phase2_synthesis) to route your batch through the designated agent for systematic analysis.

What does an audit trail capture in the coding workflow?

The audit trail documents all coding activities, human decisions, and AI agent interactions with full transparency. It logs document status transitions, coding actions, and decisions throughout the workflow, producing confirmable records for your research methods section.