todo-create

Create and manage file-based todo items with YAML frontmatter across sessions.

50|14|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill todo-create-all-the-vibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-create
Source: https://github.com/All-The-Vibes/ATV-StarterKit/tree/main/.github/skills/todo-create
Command: npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill todo-create-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

The File-Based Todo Tracking system centralizes cross-session work items (code review feedback, technical debt, feature requests, and findings) into a canonical, human-editable store, preventing loss of context and ensuring traceability.

Core Features & Use Cases

  • Canonical (write) path: .context/compound-engineering/todos/ and Legacy (read-only) path: todos/
  • Each todo uses YAML frontmatter with status, priority, issue_id, dependencies, and tags
  • Workflows: create, triage, complete, and cross-session collaboration
  • Reusable template: assets/todo-template.md and consistent, auditable history

Quick Start

Create a new todo using the canonical path and fill in the required sections.

Frequently Asked Questions about todo-create

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

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

File-based todo tracking centralizes technical debt and code review feedback into markdown files with YAML frontmatter, preventing context loss and ensuring traceability across multiple sessions.

How do I create a durable todo item with YAML frontmatter for code review findings?

Creating a durable todo item involves writing a markdown file to the canonical .context/compound-engineering/todos/ directory, populated with YAML frontmatter containing status, priority, issue_id, dependencies, and tags to structure the work item.

What is the best way to triage feature requests and technical debt in a markdown workflow?

Triage feature requests and technical debt by leveraging a YAML frontmatter schema with status, priority, and dependencies fields, allowing structured sorting and cross-session tracking within a canonical directory.

Does the file-based todo system support reading legacy todos paths?

Yes, the system reads from the legacy todos/ directory while enforcing all new writes to the canonical .context/compound-engineering/todos/ directory to maintain a consistent and auditable history.

What sections should be included when documenting a proposed solution for a work item?

Documenting a proposed solution requires structured markdown sections for Problem Statement, Findings, Proposed Solutions, Recommended Action, Acceptance Criteria, and Work Log to ensure comprehensive and auditable technical documentation.

Why does my cross-session todo tracking lose context without a standardized file structure?

Cross-session todo tracking loses context without a standardized file structure because missing YAML frontmatter and a canonical directory prevents consistent triage, dependency tracking, and auditable history across sessions.