원클릭으로
work-todo
Pick a task from TODO.md, plan implementation, complete it, and update TODO.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pick a task from TODO.md, plan implementation, complete it, and update TODO.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Critique book prose in the author's voice using patterns learned from his own git edit history (not a hand-written rubric). Use when asked to "voice-check", "punch up", "make this sound like me / like Vonnegut / like Cunk", or to review whether a passage is too pompous / cute / self-aware. Catches what the regex scanner (voice-check.py, ~1.4% of real edits) misses.
Review and improve QMD chapter writing quality by replacing boring/consultant text with Wishonia's deadpan alien voice, consolidating redundancy, and reducing word count. Use when asked to fix voice, make content funnier, remove jargon, or enforce the book's writing style.
Spawns parallel agents to review all paperback QMD files. Reads variable-resolved previews, flags judgment-required issues with REVIEW comments.
Automated book maintenance. Runs health checks, prioritizes work, and systematically fixes issues. Use when you want Codex to autonomously improve the book.
Check GitHub Actions workflow status, diagnose failures, fetch logs, and fix common build issues. Use when builds fail, deploys break, or you need to investigate CI/CD problems.
Critically analyze a calculated parameter for academic rigor. Checks methodology, identifies weaknesses, suggests improvements for economist audiences.
| name | work-todo |
| description | Pick a task from TODO.md, plan implementation, complete it, and update TODO.md |
| allowed-tools | ["Read","Edit","Write","Bash","Grep","Glob","Task","AskUserQuestion"] |
Pick a task from TODO.md, plan its implementation, complete it, and update TODO.md.
Read TODO.md:
cat TODO.md
Present tasks to the user using AskUserQuestion:
Once a task is selected:
Present plan using AskUserQuestion:
Task: [Selected task]
Analysis: [Your understanding]
Files to modify:
- file1.qmd - [reason]
- file2.qmd - [reason]
Plan:
1. [Step 1]
2. [Step 2]
Proceed?
Execute the plan:
npm run validate:pre-render
After implementation:
| Status | Action |
|---|---|
| Complete | Remove the task line |
| Partial | Add (NOTE: progress details) suffix |
| Blocked | Add (BLOCKED: reason) suffix |
Edit TODO.md with the appropriate update.
Report: