manage-tasks

Organize implementation tasks into sequential steps with explicit dependencies.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill manage-tasks-cuioss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-tasks
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/manage-tasks
Command: npx skills add https://github.com/cuioss/plan-marshall --skill manage-tasks-cuioss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manage implementation tasks within a plan by organizing tasks and their sequential steps into a reproducible, auditable workflow that tracks dependencies, deliverables, and progress.

Core Features & Use Cases

  • Create tasks that map 1:1 to deliverables, with deterministic, sequential steps and clear status.
  • Enforce execution order with a next-task loop and status tracking across tasks and steps.
  • Handle dependencies to enable safe parallel work and provide visibility into progress via verifications.

Quick Start

Create a new plan task by providing a TOON-formatted payload to the manage-tasks add subcommand for your plan.

Frequently Asked Questions about manage-tasks

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

FAQPage Schema
How do I manage implementation tasks with deliverables and sequential steps?

Manage implementation tasks by structuring deliverables into sequential steps with explicit dependencies. This enforces required fields, handles task dependencies, provides deterministic numbering, and loads verification criteria into the execution context.

How does dependency tracking work for sequential plan tasks?

Dependency tracking maps tasks 1:1 to deliverables and enforces execution order via a next-task loop. It handles step dependencies to enable safe parallel work while maintaining clear status tracking and verification commands across the workflow.

What is the best way to track progress and verify task completion in a plan?

Track progress by loading verification criteria into the execution context and applying status tracking across tasks and steps. This provides visibility into plan execution through a reproducible, auditable workflow with deterministic task numbering.

Can I enforce required fields and execution order for plan management tasks?

Yes, plan management enforces required fields and execution order using a next-task loop with status tracking. It provides deterministic task numbering and structures deliverables into sequential steps to ensure reproducible execution.

How do I create a new plan task with ordered steps and dependencies?

Create a new plan task by providing a TOON-formatted payload to the add subcommand. This structures the deliverable into sequential steps, enforces required fields, and tracks dependencies for safe execution.