todo-create

Creates Markdown todo files with YAML frontmatter for cross-session work tracking.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/mukles/platejs-markdown-converter --skill todo-create-mukles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-create
Source: https://github.com/mukles/platejs-markdown-converter/tree/main/.agents/skills/todo-create
Command: npx skills add https://github.com/mukles/platejs-markdown-converter --skill todo-create-mukles

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

The .context/compound-engineering/todos/ directory provides a canonical, file-based system to create and track durable work items (e.g., code reviews, findings, technical debt) across sessions, preserving progress and decisions in markdown files.

Core Features & Use Cases

  • Centralized, file-based todos persisted as markdown with YAML frontmatter including status, priority, issue_id, and dependencies.
  • Canonical write path at .context/compound-engineering/todos/ with a legacy read path at todos/ to ensure compatibility during transitions.
  • Structured workflows for creating, triaging, updating, and completing todos, including templates and a work-log to capture progress.

Quick Start

Create a new durable todo using the canonical path, then fill the template fields and start the work log.

Frequently Asked Questions about todo-create

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

FAQPage Schema
How do I track durable tasks across sessions using markdown files?

Track durable tasks across sessions by creating markdown todo files with required YAML frontmatter for status, priority, issue_id, and dependencies. These files persist progress and decisions within a canonical directory.

How do I manage code reviews and triage workflows with a file-based task tracker?

Manage code reviews and triage using structured markdown templates for Problem Statement, Findings, and Proposed Solutions. A defined workflow handles creation, triage, updates, and completion with an integrated work log.

What is the best way to persist cross-session work items for multi-person teams?

Persist cross-session work items for multi-person teams using a centralized file-based directory. This approach preserves progress, technical debt records, and decisions as durable markdown files accessible across sessions.

Can I use a legacy todos directory path while transitioning to a new task tracking structure?

Yes, you can use a legacy todos directory path. The system reads from the legacy path while writing to a new canonical directory, ensuring compatibility and smooth transitions for existing task tracking workflows.

What frontmatter fields are required when creating a markdown todo for code reviews?

Creating a markdown todo for code reviews requires YAML frontmatter fields including status, priority, issue_id, and dependencies. This structured metadata enables effective triage and workflow tracking across teams.

How does a work log function within a markdown-based task tracking workflow?

A work log functions within markdown task tracking by capturing ongoing progress inside structured todo files. It records session updates and triage actions, ensuring decisions and workflow states persist over time.