simple-tasks

Install a local task workflow using bash scripts and markdown files.

8|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/jscraik/Agent-Skills --skill simple-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simple-tasks
Source: https://github.com/jscraik/Agent-Skills/tree/main/utilities/simple-tasks
Command: npx skills add https://github.com/jscraik/Agent-Skills --skill simple-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a simple, local task management system for individual projects, eliminating the need for complex external issue trackers.

Core Features & Use Cases

  • Local Task Management: Keep your task backlog in a markdown file (tasks/TASKS.md) within your project.
  • Command-Line Interface: Use scripts/task.sh for actions like claiming tasks, marking them done, checking status, and generating summaries.
  • Use Case: When working on a solo project or with an AI agent, you need a quick way to track your progress without setting up a full project management suite.

Quick Start

Use the simple-tasks skill to install the local task workflow in the current directory.

Frequently Asked Questions about simple-tasks

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

FAQPage Schema
How do I track project tasks locally using a markdown backlog?

You can track project tasks locally by maintaining a canonical markdown backlog file at `tasks/TASKS.md` within your project directory. This lightweight approach eliminates the need for complex external issue trackers while supporting task states, details, and file associations.

Can I manage markdown task states like claiming and completion from the command line?

Yes, you can manage markdown task states from the command line using a bash script (`scripts/task.sh`). This local workflow script supports actions for claiming tasks, marking them done, checking status, and generating summaries.

What's the best way to track agile project progress for a solo developer without external tools?

The best way to track solo project progress without external tools is using a lightweight local task workflow built on bash scripts and markdown files. This approach provides single-project coordination through command-line task management without setting up a full project management suite.

Does this local task management workflow require any dependencies or external software?

No, this local task management workflow requires no external dependencies or software. It operates entirely through a bash script and markdown files, making it ideal for quick progress tracking in solo projects or with an AI agent.

How do I generate task summaries for my local project backlog?

You generate task summaries for your local project backlog by running the provided bash script (`scripts/task.sh`). The script manages task summaries alongside status checks, completion marking, and claiming within your canonical markdown task file.

When should I avoid using a lightweight local task workflow for project tracking?

You should avoid a lightweight local task workflow when your project requires multi-project coordination, team collaboration features, or complex external issue tracker capabilities that exceed simple single-project scope and basic bash script functionality.