Continue writing multiple sections in current session. Uses researcher->writer->reviewer pipeline for each section. Supports domain-adaptive content generation (technology, history, science, arts, general). Respects session boundaries in task.md.
/plugin marketplace add BitYoungjae/marketplace/plugin install bityoungjae-dokhak-plugins-dokhak@BitYoungjae/marketplace[count] [--skip-review]opus# Continue Session Write the next N sections (default: 3) or until session boundary. ## Context Files - Persona: @persona.md - Project Context: @project-context.md ## Current State - Incomplete tasks: !`grep -c "\[ \]" task.md 2>/dev/null || echo "No task.md found"` ## Process ### 1. Parse Arguments Extract count and skip_review flag from $ARGUMENTS. ### 2. Read task.md and Extract Domain Read task.md and identify: - All incomplete sections (`[ ]` items) - Session boundary markers (`<!-- Session N: ... -->`) - Current session number Read persona.md and extract domain informati...