todo-create

Create durable markdown todos with YAML frontmatter for cross-session tracking.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill todo-create-yxc023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-create
Source: https://github.com/yxc023/agent-config-studio/tree/main/.opencode/skills/todo-create
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill todo-create-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This File-Based Todo Tracking system enables durable, cross-session work items to be created, tracked, and triaged across code reviews, feature requests, and engineering tasks, avoiding loss of context between sessions.

Core Features & Use Cases

  • Canonical and legacy paths for reading and writing todos.
  • Structured frontmatter with status, priority, dependencies.
  • Triage and lifecycle workflows including ready/complete/blocked statuses.
  • Uses a shared template for consistency.

Quick Start

Create a new durable todo using the canonical template and begin triage.

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 todos across code review sessions without losing context?

Durable todos can be tracked across sessions by writing them as markdown files with YAML frontmatter. This approach persists work items for code reviews and technical debt management between local and global contexts.

How do I manage technical debt tracking using markdown files?

Technical debt tracking using markdown files is managed through a structured YAML frontmatter schema. This schema enforces status, priority, and dependencies to maintain clear lifecycle workflows across engineering tasks.

What is the best way to triage cross-session work items for feature requests?

The best way to triage cross-session work items is using a template-based triage workflow. This workflow utilizes canonical and legacy path models to update lifecycle statuses like ready, complete, or blocked.

Can I use YAML frontmatter to define dependencies for engineering tasks?

Yes, you can use YAML frontmatter to define dependencies for engineering tasks. The schema supports status, priority, and dependencies, ensuring structured work item management across local and global contexts.

Does the todo tracking system support both local and global path contexts?

The todo tracking system supports both local and global path contexts through canonical and legacy path models. This allows reading and writing durable markdown files across different contextual scopes.

Why do I need a canonical template for creating durable todos?

A canonical template is needed for creating durable todos to enforce consistency and provide a Quick Start for triage. It ensures every cross-session work item adheres to the required frontmatter schema for reliable tracking.