doey-task

Manage persistent project tasks with structured storage in .doey/tasks/.

6|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FRIKKern/doey --skill doey-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doey-task
Source: https://github.com/FRIKKern/doey/tree/main/.claude/skills/doey-task
Command: npx skills add https://github.com/FRIKKern/doey --skill doey-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage persistent project tasks across reboots by storing task data in .doey/tasks/ and enabling operations like listing, adding, updating, and viewing tasks, subtasks, decisions, and notes.

Core Features & Use Cases

  • List tasks, show task details, and filter by status
  • Add new tasks with title, type, and description; set statuses
  • Update task states, manage subtasks, and log decisions and notes
  • Tasks persist across reboots and are organized in a structured schema

Quick Start

Ask me to list tasks, add a new task, or update a task's status and I will store the changes persistently in .doey/tasks/.

Frequently Asked Questions about doey-task

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

FAQPage Schema
How do I manage persistent project tasks that survive reboots?

Persistent project tasks survive reboots by storing task data, subtasks, decisions, and notes in a structured schema within the .doey/tasks/ directory. This ensures data integrity and versioned history across sessions.

How do I add a new task and update its status using a command interface?

To add a new task, provide a title, type, and description through the command interface. You can then update task states, manage subtasks, and log decisions using CRUD-like operations.

What is the best way to track project decisions and subtasks alongside main tasks?

The best way to track project decisions and subtasks is using a structured schema that manages relationships between tasks. This allows you to log decisions and notes while organizing subtasks under main tasks.

Does doey-task work without external dependencies for project coordination?

Yes, doey-task works without external dependencies for project coordination. It implements its own structured schema for task fields and uses durable storage in .doey/tasks/ to ensure data integrity.

Can I filter my task list by status and view specific task details?

Yes, you can filter your task list by status and view specific task details. The Skill provides commands to list tasks, show details, and filter them based on their current state.

Why do my project tasks need a structured schema with versioned history?

Project tasks need a structured schema with versioned history to ensure data integrity during project coordination. This approach maintains durable storage and tracks changes across task fields like id, title, and plan phase.