tasks

Displays task stack and pipeline queue statuses for AI agents in a workspace.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/adiman9/mnemos --skill tasks-adiman9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/adiman9/mnemos/tree/main/core/skills/tasks
Command: npx skills add https://github.com/adiman9/mnemos --skill tasks-adiman9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams organize and track tasks across the local workspace: the human task stack and automated pipeline queue.

Core Features & Use Cases

  • View pending, active, and completed tasks in the task stack (ops/tasks.md) and mirror queue state from the pipeline (ops/queue/*).
  • Manage tasks with commands: add, done, drop, reorder, and status; Discoveries can be promoted to tasks or archived.

Quick Start

Run /tasks status to display the current task stack and pipeline queue.

Frequently Asked Questions about tasks

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

FAQPage Schema
How do I view pending and active tasks in a local project workspace?

Manage your task stack by using commands like add for new entries, done to mark completion, drop to remove items, and reorder to adjust priority. These actions update the local ops/tasks.md workspace file.

Can I promote workflow discoveries into my task queue?

Yes, discoveries captured during automated workflows can be promoted into the active task stack or archived. This allows you to triage unexpected findings and convert them into actionable project-management items.

Does this task management tool require external dependencies or databases?

No external dependencies or databases are required. The tool organizes and tracks tasks entirely through local workspace files like ops/tasks.md and the ops/queue directory structure for pipeline state.

What is the best way to track both manual tasks and automated pipeline queues together?

The best way to track manual and automated workflows together is using the /tasks status command. It unifies the human task stack and the automated pipeline queue into a single view for comprehensive project management.