ワンクリックで
dohyun-plan
List dohyun plans or load a plan file into the queue
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List dohyun plans or load a plan file into the queue
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
After /clear or fresh session, restore dohyun working context in one step
Socratic interview to extract precise requirements before implementation
Cancel all active dohyun tasks and clear current task
Mark the current dohyun task complete (all DoD must be checked)
Show or check off DoD items of the current dohyun task
Show recent dohyun activity log entries
SOC 職業分類に基づく
| name | dohyun-plan |
| description | List dohyun plans or load a plan file into the queue |
| trigger | /dohyun-plan |
| argument-hint | [load <path>] |
| allowed-tools | Bash |
Manage dohyun plan files.
dohyun plan
Lists all .md files under .dohyun/plans/.
dohyun plan load <path-to-plan.md>
Parses the plan file and enqueues each task with its DoD into .dohyun/runtime/queue.json.
# Plan: Title
## Tasks
### T1: Task title (feature)
**DoD:**
- [ ] Concrete verifiable criterion
- [ ] Another criterion
**Files:** `path/to/file.ts`
### T2: Task title (tidy)
**DoD:**
- [ ] ...
Task type must be (feature) or (tidy). Each task needs at least one DoD item.