원클릭으로
todotxt
todo.txt plain text task tracking. Use when managing tasks — creating, listing, updating status, searching, or completing tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
todo.txt plain text task tracking. Use when managing tasks — creating, listing, updating status, searching, or completing tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Plan mode — iterative exploration and planning. Read-only.
Dev mode — implement features following a plan using TDD. Load when asked to build, implement, code, or apply a plan. Full tools available.
Review mode — evaluate implementations for correctness, security, style, and completeness. Load when asked to review, audit, evaluate, or assess code. Read-only.
Jira CLI for issue management. Use when asked to list, view, create, transition, or comment on Jira issues, search with JQL, manage sprints, epics, or releases. Use for all Jira/Atlassian operations.
Academic research workflows — PDF parsing, literature review, and paper analysis. Load when working with papers, citations, or academic content.
DevOps and infrastructure conventions — Kubernetes, Docker, Terraform, CI/CD.
SOC 직업 분류 기준
| name | todotxt |
| description | todo.txt plain text task tracking. Use when managing tasks — creating, listing, updating status, searching, or completing tasks. |
Tasks live in <repo-root>/todo.txt. One line per task. Manipulate with standard shell tools.
[(A)] [YYYY-MM-DD] <description> [+Project]... [@context]... [key:value]...
x [YYYY-MM-DD] [YYYY-MM-DD] <description> ...
(A)–(Z), always firstYYYY-MM-DD, after priority (or first if no priority)+name@contextkey:value pairsx + space, completion date follows| Key | Values |
|---|---|
id | kebab-case unique slug |
status | planning → applying → reviewing → done |
parent | parent task id (for subtasks) |
/plan includes subtasks in the plan output. Plan mode is read-only, so tasks are not written to todo.txt yet.todo.txt with status:planning. Then mark status:applying, implement, mark status:done. When all subtasks done, mark parent status:reviewing.status:done and prefix with x <today>. Rework → mark status:planning, send back to dev.