mpi-create-plan

Create compact end-to-end plans for MPI Kanban work items.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/MadPonyInteractive/mpi-kanban --skill mpi-create-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mpi-create-plan
Source: https://github.com/MadPonyInteractive/mpi-kanban/tree/main/skills/mpi-create-plan
Command: npx skills add https://github.com/MadPonyInteractive/mpi-kanban --skill mpi-create-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning MPI work can be slow when translating brainstorm results into a concrete, executable plan. mpi-create-plan generates a compact, default plan suitable for normal work, reducing drafting time and ensuring consistency.

Core Features & Use Cases

  • Generates a compact end-to-end plan in the JSON task workspace at .agents/mpi-kanban/tasks/<id>/plan.md.
  • Reflects the plan on the task card and advances the workflow along the standard MPI path.
  • Use Case: after brainstorming, create a single coherent flow with final verification for straightforward tasks that fit one implementation path.

Quick Start

Instruct the agent to generate a compact plan for the current task and store it at .agents/mpi-kanban/tasks/<id>/plan.md.

Frequently Asked Questions about mpi-create-plan

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

FAQPage Schema
How do I generate a task plan from brainstorming results in a Kanban workflow?

To generate a task plan from brainstorming results, apply a single coherent flow with final verification to create a compact, end-to-end plan and write it to .agents/mpi-kanban/tasks/<id>/plan.md, which updates the corresponding task card.

What is the best way to create an end-to-end implementation plan for straightforward tasks?

The best way to create an end-to-end implementation plan for straightforward tasks is using a compact default plan format that fits one implementation path and includes final verification, reducing drafting time and ensuring consistency.

Does mpi-create-plan work with complex tasks requiring multiple implementation paths?

mpi-create-plan does not work with complex tasks requiring multiple paths; it is designed for normal work items that fit a single coherent flow with final verification suitable for end-to-end implementation.

How do I update a Kanban task card after writing a plan file?

To update a Kanban task card after writing a plan file, the plan generation process automatically reflects the compact plan on the task card and advances the workflow along the standard MPI path when storing the plan at .agents/mpi-kanban/tasks/<id>/plan.md.

When do I need to create a compact plan instead of a detailed task breakdown?

You need to create a compact plan instead of a detailed task breakdown when translating brainstorm results into a concrete executable plan for normal work items that can be implemented end-to-end within a single coherent flow.

Can I use manual planning instead of an automated plan generation workflow?

You can use manual planning, but an automated compact plan generation workflow reduces drafting time and ensures consistency by applying default planning logic to straightforward tasks within the MPI Kanban workspace.