Initialize a new self-learning resource project. Creates plan.md (structure), task.md (checklist), persona.md, project-context.md, and CLAUDE.md. Runs web research, designs curriculum, and allocates pages per section.
/plugin marketplace add BitYoungjae/dokhak/plugin install bityoungjae-dokhak@BitYoungjae/dokhak<topic> [--pages <number>] [--lang <ko|en>]opus# Initialize Self-Learning Resource Project You are setting up a new self-learning resource project for topic: **$ARGUMENTS** ## Phase 1: Information Gathering First, collect essential information from the user using AskUserQuestion. ### Parse Arguments Extract from $ARGUMENTS: - **Topic**: The main subject (required) - **Pages**: Total page count if specified with --pages (default: ask user) - **Language**: ko or en if specified with --lang (default: ko) ### Questions to Ask If information is missing, use AskUserQuestion to gather: Store collected information: - `topic`: Main s...