askill
todo-checkout

todo-checkoutSafety 75Repository

Check out a task — load its description and plan directory contents

0 stars
1.2k downloads
Updated 2/1/2026

Package Files

Loading files...
SKILL.md

First, resolve the user's home directory by running echo $HOME via Bash. The todo file is at <home>/.claude/todo.md. The plan directories live under <home>/.claude/todo/.

Check out a task for the current session.

If $ARGUMENTS is a task number, use it. Otherwise print the summary table from the todo file and ask.

Steps:

  1. Read the todo file and find the task by number
  2. Display the task's full description
  3. Check if <home>/.claude/todo/<N>/ exists
    • If it does, read plan.md and list all other files in the directory. Read any .md or .txt files and summarise other file types present.
    • If it doesn't, tell the user there's no plan directory yet — one will be created on checkin
  4. Update the summary table: set the task's Status to active
  5. Note the task's Directory field and set that as the working context
  6. Summarise the current state: what was done previously (from plan.md) and what remains

The user is now working on this task. All subsequent work should be understood in the context of this task until the user checks in or switches.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 2/25/2026

Well-structured skill with clear numbered steps and appropriate tags. Covers the todo checkout workflow effectively but lacks error handling and edge case coverage. The skill is specific to the todo.md system but appears designed for reuse within that system. Located in a proper skills folder with good discoverability. Minor deduction for low reusability outside this specific todo workflow."

75
80
40
70
80

Metadata

Licenseunknown
Version-
Updated2/1/2026
Publisherccam80

Tags

llm