task-manager

Scaffold development task folders and synchronize the Meridian backlog.

181|22|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/markmdev/meridian --skill task-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-manager
Source: https://github.com/markmdev/meridian/tree/main/.claude/skills/task-manager
Command: npx skills add https://github.com/markmdev/meridian --skill task-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps development teams quickly scaffold and track tasks after plan approval. It initializes folders and files, updates the backlog, and keeps progress notes synchronized to reduce setup time and confusion.

Core Features & Use Cases

  • Task scaffolding: Creates a new task directory (TASK-###) with a context hub to capture origin, status, decisions, and session logs.
  • Backlog integration: Registers tasks in the Meridian backlog so planning and execution stay aligned.
  • Progress tracking: Maintains a chronological history of work and decisions to support audits and knowledge transfer.

Quick Start

Run the task-manager script to create a new task after plan approval: python3 .claude/skills/task-manager/scripts/create-task.py The script auto-detects the project root by locating both .claude/ and .meridian/ and then creates .meridian/tasks/TASK-###/ with TASK-###-context.md. After creation, review and populate the context to record origin, decisions, and next steps.

Frequently Asked Questions about task-manager

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

FAQPage Schema
How do I create and manage development tasks after plan approval?

Task-manager automates task creation by scaffolding folders and files in your Meridian project after a plan is approved. Run the Python script to generate a TASK-### directory with a context hub, then populate it with origin, decisions, and session notes to keep your backlog synchronized.

What does task scaffolding do and why use it?

Task scaffolding automatically creates standardized task directories with templates and context files, eliminating manual setup. This reduces confusion, speeds up task initialization, and ensures consistent tracking of decisions and progress across your development workflow.

Can I use task-manager with a Python-based development workflow?

Yes. Task-manager uses a Python script to detect your project root, generate unique TASK-### IDs, and manage task structure within .claude and .meridian directories, making it compatible with Python-based projects and automation pipelines.

How does task-manager keep my backlog and planning aligned?

Task-manager registers newly created tasks in the Meridian backlog after scaffolding, ensuring planning decisions and task execution stay synchronized. It maintains a chronological history of work and decisions to support audits and knowledge transfer.

What's the quickest way to start using task-manager in my project?

Run `python3 .claude/skills/task-manager/scripts/create-task.py` from your project root after plan approval. The script auto-detects your Meridian structure, creates a TASK-### folder with a context file, and registers it in your backlog.