بنقرة واحدة
plan
Create a structured implementation plan with DoD-equipped tasks, then load into queue
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a structured implementation plan with DoD-equipped tasks, then load into queue
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| name | plan |
| description | Create a structured implementation plan with DoD-equipped tasks, then load into queue |
| trigger | /plan |
You are creating a structured implementation plan. Every task has a Definition of Done (DoD).
feature or tidySave to .dohyun/plans/plan-YYYY-MM-DD-title.md:
# Plan: [Title]
## Goal
(one sentence)
## Risks
- [ ] ...
## Tasks
### T1: [Title] (feature)
**DoD:**
- [ ] [Concrete verifiable criterion]
- [ ] [Another criterion]
**Files:** `path/to/file.ts`, ...
### T2: [Title] (feature)
**DoD:**
- [ ] ...
**Files:** ...
### T3: [Title] (tidy)
**DoD:**
- [ ] No dead imports
- [ ] All functions < 50 lines
**Files:** ...
After the plan is saved, load tasks into the queue:
dohyun plan load .dohyun/plans/plan-YYYY-MM-DD-title.md
This parses the plan and enqueues each task with its DoD into .dohyun/runtime/queue.json.
.dohyun/plans/ before loading