todo

Add, complete, and view items in the brain/todos.md backlog.

218|11|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/poteto/noodle --skill todo-poteto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/poteto/noodle/tree/main/.agents/skills/todo
Command: npx skills add https://github.com/poteto/noodle --skill todo-poteto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and manipulate the project's backlog stored in brain/todos.md, enabling add, complete, or view items from natural prompts.

Core Features & Use Cases

  • Add an item to the backlog
  • Mark an item as done and update its status
  • View backlog sections and current items in brain/todos.md
  • Use case: a developer asks what's on the backlog or adds a new task

Quick Start

Tell me to add a todo item to brain/todos.md or to mark one as done, and I will update the backlog accordingly.

Frequently Asked Questions about todo

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

FAQPage Schema
How do I manage a project backlog using a markdown file?

You can manage a markdown backlog by adding, completing, or viewing items stored in a persistent file. This approach enforces deterministic editing rules, preserving section structure while ensuring changes remain explicit and reversible.

How do I add a new task to my markdown backlog?

You add a task to your markdown backlog by prompting the system with the item details. It updates the next-id marker and preserves the existing section structure to keep changes explicit and reversible.

Can I use natural language to update task status in a markdown file?

Yes, you can use natural language prompts to update task status in a markdown file. The system interprets the prompt to mark items as done, applying deterministic editing rules to ensure changes are explicit and reversible.

Does this markdown task management approach preserve section structure?

Yes, this markdown task management approach preserves section structure during updates. It enforces deterministic editing rules by updating the next-id marker and ensuring all backlog modifications remain explicit and reversible.

What is the best way to track sprint planning tasks in markdown?

The best way to track sprint planning tasks in markdown is to maintain a persistent backlog file. You can add, view, and complete items through natural prompts, with deterministic rules ensuring reversible updates and preserved section structure.

Are there limitations to using a single markdown file for project management?

A limitation of using a single markdown file for project management is that manipulations are confined to preserving its section structure and next-id marker. All backlog updates must adhere to these deterministic editing rules to remain explicit and reversible.