todo-create

Persist work items as markdown files with structured templates and triage.

434|33|Updated Jul 27, 2025
One-click install
npx skills add https://github.com/udecode/kitcn --skill todo-create-udecode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-create
Source: https://github.com/udecode/kitcn/tree/main/.agents/skills/todo-create
Command: npx skills add https://github.com/udecode/kitcn --skill todo-create-udecode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

File-based tracking for code review feedback, technical debt, and work items, persisting across sessions to avoid losing context.

Core Features & Use Cases

  • Durable, cross-session tasks stored as markdown files
  • Canonical write path with a separate legacy read path
  • Structured templates with status, priority, dependencies, and acceptance criteria

Quick Start

Create a new todo using the provided template in the canonical path and begin triage with the todo-triage workflow

Frequently Asked Questions about todo-create

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

FAQPage Schema
How do I track code review feedback and technical debt across sessions?

Track code review feedback and technical debt across sessions by persisting work items as structured markdown files. This file-based approach ensures context is never lost when sessions end.

How do I create a durable todo item for project management?

Create a durable todo item by writing a structured markdown template with frontmatter to the canonical write path. The template includes fields for status, priority, dependencies, and acceptance criteria.

What is the triage process for managing markdown todos?

The triage process for markdown todos involves moving items from pending to ready or complete. This lightweight workflow operates on the canonical path to advance work items systematically.

Can I use a legacy read path with cross-session todo tracking?

Yes, cross-session todo tracking supports a separate legacy read path alongside the canonical write path. You can read existing items from legacy locations while writing new todos canonically.

Do I need a specific template structure for file-based technical debt tracking?

Yes, file-based technical debt tracking requires a structured todo template with frontmatter. This template captures priority, dependencies, and acceptance criteria to maintain consistent work item details.