todo-add

Create todo items with title, priority, and optional due date in Todos/active.

6|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/legacybridge-tech/claude-plugins --skill todo-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-add
Source: https://github.com/legacybridge-tech/claude-plugins/tree/main/akashicrecords/skills/todo-add
Command: npx skills add https://github.com/legacybridge-tech/claude-plugins --skill todo-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables manual creation of todo items directly into your knowledge base, ensuring personal tasks are captured and organized when automatic detection misses or the user prefers explicit entry.

Core Features & Use Cases

  • Manual Task Creation: Add a new task with a title, priority, and optional due date to the Todos/active store.
  • Context-Aware Governance: Automatically aligns with RULE.md in Todos/ to ensure consistent task formatting and tracking.
  • Use Case: When you want to add a personal or ad-hoc task quickly, for example "Prepare slides for Friday meeting" and have it appear in your active todos.

Quick Start

Use the todo-add skill to create a new todo item with the title "Prepare quarterly report", priority "High", and due date "2026-02-15" in the Todos/active/ directory.

Frequently Asked Questions about todo-add

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

FAQPage Schema
How do I add a manual todo item to my knowledge base?

To add a manual todo item, you provide a title, priority level, and optional due date. The skill creates a file in the Todos/active directory with standardized metadata and updates relevant governance logs.

When should I use manual task entry instead of automatic detection?

Manual task entry is used when automatic detection is unavailable or when you prefer explicit control over task creation. It ensures personal or ad-hoc tasks are captured accurately in your knowledge base.

What metadata is required to create a task in the Todos directory?

Creating a task requires a title and a priority level. An optional due date can also be specified to ensure the task is tracked properly within the Todos/active store.

Does adding a todo item update the RULE.md governance logs?

Yes, adding a todo item automatically aligns with the RULE.md file in the Todos directory. It updates governance logs and relevant README files to ensure consistent task formatting and tracking.

Can I set a due date when creating an ad-hoc task?

Yes, you can set an optional due date when creating an ad-hoc task. For example, you can add a task titled Prepare quarterly report with a due date of 2026-02-15 directly into the active todos.

Are there any limitations to manual todo creation in the knowledge base?

Manual todo creation relies on user input for title and priority, meaning it requires manual entry when automatic detection fails. It operates within the Todos/active directory and follows standardized metadata formats.