Write the next document section using researcher->writer pipeline. Identifies next incomplete task, gathers research, then writes document. Supports context-isolated execution for optimal context management.
/plugin marketplace add BitYoungjae/dokhak/plugin install bityoungjae-dokhak@BitYoungjae/dokhak[section-id]opus# Write Document Write the next incomplete section from task.md, or a specific section if provided via $ARGUMENTS. ## Context Files - Persona: @persona.md - Project Context: @project-context.md ## Current State - Next task: !`grep -m1 "\[ \]" task.md 2>/dev/null || echo "No task.md found"` ## Process ### 1. Identify Target Section If $ARGUMENTS is provided, use it as the section ID. Otherwise, parse task.md for the first `[ ]` item. Extract: - Section ID (e.g., "3.2") - Section title ### 2. Get Section Details from plan.md Read plan.md and extract details for the target section:...