app-todo-close

Move completed or obsolete tasks from TODO.md to TODO-closed.md.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/aicue --skill app-todo-close
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-todo-close
Source: https://github.com/kent013/aicue/tree/main/.claude/skills/app-todo-close
Command: npx skills add https://github.com/kent013/aicue --skill app-todo-close

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an efficient way to manage TODO list tasks by marking them as completed or obsolete, streamlining task management and ensuring items are up-to-date.

Core Features & Use Cases

  • Mark Tasks as Completed: Quickly mark a TODO as completed, moving it from the open list to the closed list.
  • Mark Tasks as Obsolete: Identify outdated or irrelevant TODO items and mark them as obsolete, keeping the list clean and relevant.
  • Use Case: For project managers or team leaders who need to regularly review and update their TODO lists to stay organized and on top of their tasks.

Quick Start

Close a TODO item with ID T012 by running the command: /app-todo-close T012

Frequently Asked Questions about app-todo-close

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

FAQPage Schema
How do I mark a TODO list task as completed in a markdown file?

Marking a TODO list task as completed involves moving the specified item from your open TODO.md file to a TODO-closed.md file. This process relies on basic file editing and conditional checks to maintain task integrity.

What is the best way to clean up outdated or obsolete TODO items from my task list?

Cleaning up obsolete TODO items is handled by marking specific tasks as obsolete, which removes them from the active TODO.md file and archives them in TODO-closed.md. This keeps your task management list clean and relevant.

How do I close a TODO item using a command with its ID?

You close a TODO item by running a command with the specific task ID, such as `/app-todo-close T012`. The Skill locates the matching ID in the TODO.md file and transfers the entry to the closed list.

Do I need any specific dependencies to manage TODO list tasks with this approach?

No specific dependencies are required to manage TODO list tasks with this approach. It only requires basic file editing capabilities to read, modify, and transfer text lines between TODO.md and TODO-closed.md files.

Can I use this task management method for tracking project management workflows?

Yes, you can use this task management method for project management workflows to regularly review and update TODO lists. Project managers can efficiently mark items as completed or obsolete to stay organized.