simple-tasks

Manage a local task backlog with a command-line interface.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/shamaton/cocoichi --skill simple-tasks-shamaton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simple-tasks
Source: https://github.com/shamaton/cocoichi/tree/main/.agents/skills/simple-tasks
Command: npx skills add https://github.com/shamaton/cocoichi --skill simple-tasks-shamaton

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the overhead of complex issue tracking by providing a fast, lightweight local task workflow for single-project planning and execution.

Core Features & Use Cases

  • Lightweight Task Management: A CLI for planning, claiming, and completing tasks with human-readable numbers and stable IDs.
  • Single Source of Truth: Maintains a single canonical task backlog in tasks/TASKS.md and optional detailed notes in tasks/details/<id>.md.
  • Use Case: A solo developer working on a personal project can use this tool to plan features, track progress, and generate summaries without the complexity of a full team issue tracker.

Quick Start

Install the simple-tasks CLI in your project by running the install script with the required --project-dir flag.

Frequently Asked Questions about simple-tasks

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

FAQPage Schema
How do I manage a local task backlog for a single project without a full issue tracker?

You can manage a local task backlog by using a CLI to claim and complete tasks with stable IDs, storing everything in a single canonical file. This provides fast single-project planning without bureaucratic overhead.

What is the best way to track single-project tasks using a command-line interface?

The best way to track single-project tasks via a command-line interface is using a lightweight local workflow that maintains a canonical backlog file. It provides human-readable numbers and stable IDs for easy tracking.

Can I use a lightweight task management workflow for solo development planning?

Yes, you can use a lightweight task management workflow for solo development planning. It is specifically designed for individual developers needing a fast, non-bureaucratic way to track in-progress tasks.

How does a CLI task management tool maintain a single source of truth for task tracking?

A CLI task management tool maintains a single source of truth by storing all tasks in a canonical backlog file. Optional detailed notes for each task are kept in separate files within a local directory.

Do I need a team issue tracking system to generate task summaries for my personal project?

No, you do not need a team issue tracking system to generate task summaries. A fast local task workflow can plan features, track progress, and generate summaries for solo projects independently.

What are the limitations of using a local task workflow for project planning?

The main limitation of a local task workflow is that it is designed for single-project planning and individual developers or small teams, lacking the collaborative features needed for full team issue tracking.