AI & Agentslow risk

todo-write

TodoWrite-driven plan that the agent commits to before generation.

nexu-io/open-design·plugins/_official/atoms/todo-write/SKILL.md
60/ 100おすすめ度

この Skill を導入

coding agent を選び、プロジェクト用または個人用コマンドをコピーします。

収録 commit に固定
プロジェクトに導入.agents/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a codex -y
個人環境に導入~/.agents/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a codex -g -y
手動配置先.agents/skills/todo-writeOfficial docs ↗
プロジェクトに導入.claude/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a claude-code -y
個人環境に導入~/.claude/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a claude-code -g -y
手動配置先.claude/skills/todo-writeOfficial docs ↗
プロジェクトに導入.agents/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a github-copilot -y
個人環境に導入~/.copilot/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a github-copilot -g -y
手動配置先.agents/skills/todo-writeOfficial docs ↗
プロジェクトに導入.agents/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a cursor -y
個人環境に導入~/.cursor/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a cursor -g -y
手動配置先.agents/skills/todo-writeOfficial docs ↗
プロジェクトに導入.agents/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a gemini-cli -y
個人環境に導入~/.gemini/skills/todo-write
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/atoms/todo-write -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/_official/atoms/todo-write
手動配置先.agents/skills/todo-writeOfficial docs ↗
⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
# Todo write

Before writing any artifact files, the agent commits to a numbered plan
via the TodoWrite tool. The plan is the audit trail; subsequent turns
either tick items off or rewrite the plan. The atom's prompt fragment
teaches the agent to:

1. Keep todos atomic (one verb per todo).
2. Reorder freely as the picture sharpens.
3. Mark a todo complete only after the matching artifact lands.
4. Surface blockers as todos — never silently skip.

The Open Design daemon does not enforce a particular tool name; the
agent is free to use TodoWrite (Claude Code) or an in-prompt list.
The atom's job is to keep "make a plan first" in the system prompt so
non-trivial workflows don't skip the planning step.