todo

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

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Busboom-Foo/meetupfu --skill todo-busboom-foo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/Busboom-Foo/meetupfu/tree/main/.claude/skills/todo
Command: npx skills add https://github.com/Busboom-Foo/meetupfu --skill todo-busboom-foo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a TODO file from user input and place it in docs/clasi/todo/, enabling quick capture and tracking of ideas as actionable tasks.

Core Features & Use Cases

  • Create a markdown file in docs/clasi/todo/ with YAML frontmatter: status: pending
  • Generate a concise heading from the idea and a detailed description section
  • If the target directory doesn't exist, create it and ensure slugified filenames for consistency

Quick Start

Create a TODO entry from your idea and save it as a markdown 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 turn brainstorming ideas into actionable markdown TODO files?

Filenames are automatically sanitized and slugified for consistency. This means your raw idea text is converted into a URL-friendly, standardized markdown filename without spaces or special characters when saved to the docs/clasi/todo/ directory.

How do I turn brainstorming ideas into actionable markdown TODO files?

To turn ideas into actionable markdown TODO files, provide your raw text input to the task-management Skill. It parses the input, generates a slugified filename, and saves a structured markdown file with YAML frontmatter and a detailed description section to the docs/clasi/todo/ directory.

Does the markdown task-management file include a pending status?

Yes, markdown task-management files created by this workflow include YAML frontmatter with the status set to pending. This allows downstream parsers or static site generators to easily track and update the task lifecycle within your documentation.

What happens if the target docs directory does not exist?

If the target directory does not exist, the task automation automatically creates the docs/clasi/todo/ folder structure before saving your file. This ensures personal task capture and project planning workflows remain uninterrupted by missing directories.

Can I use this for team brainstorming and project planning?

Yes, you can use this for team brainstorming and project planning. It captures ideas by applying simple input parsing to generate a sanitized heading and detailed content, making it suitable for tracking actionable tasks across personal and collaborative workflows.

How are filenames sanitized when saving TODO files?

Filenames are automatically sanitized and slugified for consistency. This means your raw idea text is converted into a URL-friendly, standardized markdown filename without spaces or special characters when saved to the docs/clasi/todo/ directory.