Dev10x:park-todo

Defer developer tasks into Markdown comments and YAML task logs.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-park-todo-dev10x-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:park-todo
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/park-todo
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-park-todo-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The task of keeping track of deferred actions or tasks during development can be challenging. It often leads to forgotten tasks, lost information, and a cluttered development environment.

Core Features & Use Cases

  • Persistent Deferrals: Store tasks in the session's .yaml file for re-discovery later.
  • Task Management: Automatically creates tasks upon deferring work, and marks them as completed when done.
  • Inline Code Management: Insert comments directly into the code and reference them for future discovery.
  • Use Case: For developers working on complex projects, the ability to defer a task, like setting up a webhook secret, without losing it in the process, can greatly improve the workflow.

Quick Start

Use the command /Dev10x:park-todo TODO: Add webhook secret to environment variables. to defer a task to be addressed in the code.

Frequently Asked Questions about Dev10x:park-todo

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

FAQPage Schema
How do I defer tasks in code comments without losing track of them?

Deferring tasks in code comments involves inserting markdown comments and indexing them in a YAML file for persistent tracking. This ensures deferred actions are automatically logged and easily rediscovered during subsequent code reviews or new development sessions.

What is the best way to manage deferred developer tasks across multiple sessions?

Managing deferred developer tasks across sessions is best handled by storing them in a session YAML file. This automatically creates tasks upon deferral and maintains a structured task log for subsequent retrieval when resuming work.

How does YAML file indexing work for tracking deferred actions in a project?

YAML file indexing for tracking deferred actions works by recording tasks from markdown comments into a structured log. This mechanism maintains task state, automatically marking items as completed when done for accurate project tracking.

Can I use markdown comments to store TODO items for later code review?

Yes, you can use markdown comments to store TODO items directly in your code. The system inserts these comments and references them in a YAML index, ensuring they are flagged for easy discovery during code review.

Do I need any external dependencies to maintain a task log in YAML?

No external dependencies are required to maintain a task log in YAML. The system operates independently, utilizing markdown comments and YAML file indexing to manage and retrieve deferred tasks within your development environment.

When should I defer a task to session storage instead of handling it immediately?

You should defer a task to session storage when working on complex projects and an action, like setting up a webhook secret, risks interrupting your current workflow. Deferring prevents lost information and environment clutter without halting progress.