decompose

Decompose brainstormed projects into flat task lists with dependency edges.

178|18|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/FrkAk/mymir --skill decompose-frkak
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: decompose
Source: https://github.com/FrkAk/mymir/tree/main/plugins/gemini/skills/decompose
Command: npx skills add https://github.com/FrkAk/mymir --skill decompose-frkak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks down intangible brainstorms into a flat, executable set of tasks with clear dependencies, enabling reliable planning and execution.

Core Features & Use Cases

  • Break down a brainstormed idea into tasks with explicit dependencies
  • Generate a task graph suitable for planning and execution
  • Use case: when a team says "decompose" or "break down" a project, this skill creates the task graph that a coding agent can implement from.

Quick Start

Decompose a brainstormed project into a flat set of tasks with dependency edges and return an actionable task graph.

Frequently Asked Questions about decompose

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

FAQPage Schema
How do I break down a brainstormed project into a task graph with dependencies?▼

To break down a project into a task graph, this skill decomposes your brainstormed idea into a flat list of tasks with explicit dependency edges. It generates a reproducible structure that a coding agent can implement from during ideation or project kickoffs.

What is the best way to generate actionable tasks with dependency edges for project planning?▼

Generating actionable tasks with dependency edges is best handled by structuring your brainstormed project into a defined data model of Projects, Tasks, and Edges. This process outputs executable task descriptions with acceptance criteria and notes explaining each dependency.

Can I use decompose for project kickoffs and discovery phases?▼

Yes, you can use this skill for project kickoffs and discovery phases. It applies during ideation to take intangible brainstorms and turn them into a flat, executable set of tasks with clear dependencies, enabling reliable planning and execution.

Do I need a defined data model to create a reproducible task graph for a coding agent?▼

Yes, a defined data model comprising Projects, Tasks, and Edges is required to create a reproducible task graph. This structure ensures the output contains actionable task descriptions and acceptance criteria that a coding agent can directly implement.

Why does the generated task graph include notes explaining dependency edges?▼

The task graph includes notes explaining why each dependency exists to provide context for the execution path. This ensures that when a coding agent implements the flat list of tasks, the reasoning behind the explicit dependency edges is clear and reproducible.