todo

Create structured TODO markdown files with YAML frontmatter in docs/clasi/todo/.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/busboom-software-studio/design-trainer --skill todo-busboom-software-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/busboom-software-studio/design-trainer/tree/main/.claude/skills/todo
Command: npx skills add https://github.com/busboom-software-studio/design-trainer --skill todo-busboom-software-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill captures brainstorms and ideas as structured TODO files and stores them in the project's documentation directory, ensuring nothing is lost.

Core Features & Use Cases

  • Create a markdown file in docs/clasi/todo/ with frontmatter status: pending, a # heading summarizing the idea, and a description section expanding on the idea.
  • Filename is the slugified version of the heading, ensuring consistent references across the project.
  • If docs/clasi/todo/ doesn't exist, the skill creates it automatically to accommodate new ideas.

Quick Start

Record your idea as a TODO by issuing the command to create a new file in docs/clasi/todo/.

Frequently Asked Questions about todo

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

FAQPage Schema
How do I capture brainstorming ideas as structured markdown files in my project documentation?

Yes, the skill automatically creates the docs/clasi/todo/ directory if it is missing. This ensures you can capture sprint planning tasks and ideas immediately without needing to manually configure your project documentation structure beforehand.

How does slugifying the filename from the heading work for TODO markdown files?

Slugifying the filename takes the heading summarizing your idea and converts it into a URL-friendly string. This creates consistent file references across your project documentation, ensuring your captured TODOs are predictably named and easily searchable.

Can I use this for sprint planning and knowledge capture in software projects?

Yes, this skill is specifically applicable to brainstorming, sprint planning, and knowledge capture in software projects. It persists your ideas as markdown documents with a heading and description, ensuring structured task management within your project docs.

What is included in the YAML frontmatter when capturing a TODO in project docs?

The YAML frontmatter includes a status field set to pending. Along with this frontmatter, the skill generates a markdown document containing a heading summarizing the idea and a description section expanding on the captured task.