Dev10x-park-todo

Write deferred work items to .claude/TODO.md or inline code comments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-park-todo-brave-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x-park-todo
Source: https://github.com/Brave-Labs/dev10x/tree/main/codex-skills/dev10x-park-todo
Command: npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-park-todo-brave-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write deferred items to persistent storage where they will be rediscovered by humans or Claude in the right context.

Core Features & Use Cases

  • Inline Code (TODO / FIXME): insert a comment directly in the code when a specific file and location are relevant, for example # TODO: message or # FIXME: message; steps: read the target file, use Edit to insert the comment at the appropriate line, report what was added and where
  • Project TODO File: append to .claude/TODO.md in the current repository root when no specific file is relevant; format with a date-based section and a checklist of items
  • Context Gathering: auto-detect the current date, the current branch, and the repository root
  • Review Mode Redirect: if asked about existing deferred items, invoke Dev10x:park-discover instead of this skill
  • Used By: Dev10x:park — when user picks "project TODO" or "inline code"; Dev10x:session-wrap-up — Phase 1 scans .claude/TODO.md for existing items

Quick Start

Tell Claude to defer a task by adding a TODO to code inline or to the project TODO file using Dev10x:park.

Frequently Asked Questions about Dev10x-park-todo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist TODO comments so they reappear when editing nearby code?

You can persist TODO comments by inserting them directly into the target source file at the exact line. This ensures deferred items reappear in the correct code context when editing nearby code or resuming a session.

What is the best way to keep a project-wide TODO list in my repository?

A project-wide TODO list is kept by appending items to .claude/TODO.md in the repository root. Entries are formatted with a date-based section and a checklist to maintain structured, persistent deferred work items.

How does context detection work for deferring code-level tasks?

Context detection works by automatically identifying the current date, the active git branch, and the repository root. This contextual data ensures deferred work items are accurately organized and surfaced in the right project context.

Can I use this to review existing deferred items in my project?

No, you cannot use this to review existing deferred items. If asked about existing items, the workflow redirects to a discovery mechanism to scan and surface previously parked TODOs rather than writing new ones.

When should I use an inline code comment versus a project TODO file?

Use an inline code comment like TODO or FIXME when a specific file and location are relevant. Use the project TODO file when no specific file applies, deferring broader project-wide tasks to a centralized markdown checklist.