plugin-task-plan

Convert solution outlines into executable task definitions with dependency graphs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill converts solution outlines into optimized, executable tasks by delegating work to existing skills and enforcing contract requirements.

Core Features & Use Cases

  • Reads deliverables with metadata from the solution outline to identify targets and constraints.
  • Performs aggregation and split analysis to optimize the task graph and minimize cross-dependencies.
  • Emits task definitions that reference exact files and include delegation details, context skills, and verification criteria.

Quick Start

Plan and generate initial tasks from the current solution outline for the plugin development domain.

Frequently Asked Questions about plugin-task-plan

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

FAQPage Schema
How do I automate task planning from solution outline deliverables?

Task planning is automated by reading solution outline deliverables, building a dependency graph, and emitting executable task definitions with delegation blocks and precise file steps. This minimizes cross-dependencies and enforces central task contract compliance automatically.

What is dependency graph aggregation and splitting in task planning?

Dependency graph aggregation and splitting optimizes the task graph by analyzing deliverables to determine where tasks can be combined or divided. This minimizes cross-dependencies and ensures generated task definitions are structured efficiently for execution.

How do I generate executable task definitions with delegation blocks?

Executable task definitions are generated by translating solution outline deliverables into TOON-formatted task content. Each task includes delegation details, context skills, verification criteria, and precise file steps to ensure contract compliance.

Can I enforce contract compliance when converting solution outlines into tasks?

Yes, contract compliance is enforced automatically when translating solution outlines into task definitions. The process logs optimization decisions and outputs validation-friendly fields to ensure all generated tasks meet central task contract requirements.

Does task planning work for plugin development workflows?

Yes, task planning works for plugin development workflows by reading solution outline deliverables specific to plugin development. It generates initial tasks, builds dependency graphs, and creates optimized task definitions tailored to the domain.

What are the limitations of automated task definition generation from deliverables?

Automated task definition generation relies entirely on the metadata provided in solution outline deliverables. If deliverables lack clear targets, constraints, or contract requirements, the generated dependency graph and delegation blocks may not be fully optimized.