loop-planner

Generate phased execution plans with DAGs from spec.md files.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill loop-planner-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-planner
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/loop-planner
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill loop-planner-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluates and translates a feature spec into a concrete, phased execution plan by reading spec.md, loading project context, and producing a plan.md with tasks, acceptance criteria, and dependencies.

Core Features & Use Cases

  • Generates a detailed execution plan from a track spec, identifying tasks, dependencies, and acceptance criteria.
  • Produces a DAG-based execution graph to enable parallelism where safe and coordinate shared resources.
  • Keeps context from conductor/product references to avoid overlapping work across tracks.

Quick Start

Provide a track spec (spec.md) and allow the loop-planner to generate a complete plan.md.

Frequently Asked Questions about loop-planner

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

FAQPage Schema
How do I generate an execution plan from a feature spec?

To generate an execution plan from a feature spec, you provide a spec.md document and the planner reads project context to produce a plan.md with phased tasks, acceptance criteria, and dependencies.

What is a DAG-based execution graph for software planning?

A DAG-based execution graph structures software plan tasks as a directed acyclic graph, enabling safe parallel execution where dependencies allow and coordinating shared resources across project tracks.

How do I sequence tasks and dependencies for a new software track?

Sequencing tasks and dependencies for a new software track involves reading conductor and product references from spec.md and tracks.md to output a plan.md avoiding overlapping work across tracks.

Can I use spec.md and tracks.md to avoid overlapping work across project tracks?

Yes, you can use spec.md and tracks.md to avoid overlapping work because the planner assimilates context from these files and conductor references to ensure coordinated execution across parallel project tracks.

What is included in a phased execution plan artifact?

A phased execution plan artifact includes a DAG, phase structure, specific tasks, acceptance criteria, and metadata updates, providing a concrete actionable roadmap translated directly from feature specs.

When do I need a dependency graph for software project planning?

You need a dependency graph for software project planning when managing new features or tracks that require coordinated task sequencing, safe parallelism, and clear acceptance criteria derived from spec documents.