What problem does it solve?
Capture small review findings, PR comments, and tech-debt items that are too small for GitHub issues so they are not forgotten, and store them as discoverable, versioned todo files in the repository.
Core Features & Use Cases
- Canonical writer for lightweight todos: creates .claude/todos/NNN-pending-{priority}-{slug}.md files with required YAML frontmatter so other skills can invoke it programmatically.
- Automatic sequencing and filename rules: allocates zero-padded sequence numbers and enforces status/priority/slug conventions to keep todos consistent.
- Context-aware metadata inference: infers priority, source, PR number, and touched files from conversation or structured input, and returns the created path when called from other skills.
- Use cases: capturing a reviewer nitpick, saving an off-path debug finding, recording planning follow-ups, and integrating with triage and resolve workflows.
Quick Start
Run /todo-create with a concise description of the finding to write a new .claude/todos/NNN-pending-{priority}-{slug}.md file in the repository.