todo-complete

Mark todos complete by updating status, moving files, and logging execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines todo workflow by automatically marking items as complete, updating execution logs, and archiving them to the completed directory, eliminating manual file handling.

Core Features & Use Cases

  • Mark a specified todo as completed by updating its frontmatter status and log.
  • Move the corresponding file from active to completed and refresh related index READMEs.
  • Resolve and propagate dependencies to unblock related tasks and maintain project momentum.

Quick Start

Use the skill to complete a todo:

  • Command: /todo-complete Reply to client email
  • If multiple todos exist, choose from the surfaced list and confirm your action before proceeding.

Frequently Asked Questions about todo-complete

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

FAQPage Schema
How do I automatically mark a todo as complete and move it to an archive folder?

Automating todo completion updates frontmatter status, moves files to a completed directory, and records execution logs. This approach enforces consistency across logs and indexes while resolving dependent tasks to maintain project momentum.

What is the best way to manage task dependencies when completing a todo?

Resolving task dependencies during todo completion unblocks related tasks and maintains project momentum. The automation propagates status updates across dependent items, ensuring workflow integrity without manual intervention.

How do I update execution logs and index READMEs when archiving completed tasks?

Refreshing index READMEs and recording execution logs during task archiving keeps active and completed directories synchronized. The automation enforces consistency across frontmatter, logs, and readme indexes automatically.

Can I batch complete multiple todos or do I need to process them one by one?

Batch completing todos is supported by selecting items via title, filename, or index. The system surfaces a list of matching todos for confirmation, enabling both single and batch completions within the active directory.

Does todo workflow automation work with existing frontmatter and file structures?

Todo workflow automation operates within existing Todos/active and Todos/completed structures, updating frontmatter and logs directly. It requires no additional dependencies, fitting seamlessly into your current task-management file structure.