tasks

Manage task stacks and pipeline queues in ops/tasks.md and ops/queue files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hellofrommorgan/intent-computer --skill tasks-hellofrommorgan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/hellofrommorgan/intent-computer/tree/main/packages/plugin/src/skill-sources/tasks
Command: npx skills add https://github.com/hellofrommorgan/intent-computer --skill tasks-hellofrommorgan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Tasks skill helps you manage your personal or team work by surfacing and organizing a task stack together with a live pipeline queue, enabling you to see what to do next and track progress.

Core Features & Use Cases

  • View and manage the task stack (Current, Completed, Discoveries) in ops/tasks.md
  • Inspect and manipulate the pipeline queue (ops/queue) to coordinate automated work
  • Promote discoveries into tasks or archive completed batches to keep your workspace clean

Quick Start

View the current task stack with /tasks status and add a new task with /tasks add <description> to begin.

Frequently Asked Questions about tasks

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

FAQPage Schema
How do I manage a task stack and pipeline queue in markdown?

You can manage a task stack and pipeline queue by reading and updating ops/tasks.md and ops/queue files to create, complete, drop, reorder, or promote discoveries into tasks while coordinating automated work.

What is the best way to track task status and workflow automation in a markdown pipeline?

Tracking task status and workflow automation requires a unified view that surfaces the task stack alongside a live pipeline queue, ensuring auditable and safe state transitions for your ops files.

How do I promote discoveries into tasks and archive completed batches?

To promote discoveries into tasks or archive completed batches, you manage the task stack in ops/tasks.md by reordering items or archiving them to keep your workspace clean and organized.

Can I coordinate automated work with a manual task queue using markdown files?

Yes, you can coordinate automated work with a manual task queue by inspecting and manipulating the pipeline queue in ops/queue while managing the task stack in ops/tasks.md for safe state transitions.

How does the task management system handle edge cases during state transitions?

The task management system handles edge cases during state transitions by ensuring auditable and safe updates to ops/tasks.md and ops/queue files when creating, completing, or dropping tasks.

Do I need any dependencies to manage tasks and queue with a unified view?

No dependencies are required to manage tasks and queue with a unified view, as the system operates directly on ops/tasks.md and ops/queue files without external components.