plan-engine

Decompose goals into execution waves and dispatch autonomous agents for iterative planning.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill plan-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-engine
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/kronen/skills/plan-engine
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill plan-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of breaking down complex goals into manageable execution waves, executing them, and learning from the outcomes to adapt the plan iteratively. It ensures structured, goal-driven progress without manual oversight.

Core Features & Use Cases

  • Iterative Planning: Decomposes goals into sequential "waves" of tasks.
  • Multi-Agent Dispatch: Executes tasks in parallel or sequence using autonomous agents.
  • Verification & Learning: Validates wave completion and incorporates learnings into future plans.
  • Use Case: When tackling a large software development project, use this Skill to plan and execute the work in iterative cycles, ensuring each wave builds upon the last and adapts to any discovered challenges.

Quick Start

Use the plan-engine skill to create a plan for building the user authentication module.

Frequently Asked Questions about plan-engine

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

FAQPage Schema
How do I automate iterative planning for a large software development project?

Iterative planning for large software projects is automated by decomposing goals into sequential execution waves, dispatching autonomous agents for task completion, and adapting future plans based on accumulated learnings from previous cycles.

What is an OODA loop approach for multi-agent task execution?

An OODA loop for multi-agent task execution is a structured cycle of observing, orienting, deciding, and acting. This Skill uses it to manage goal-driven workflows by dispatching autonomous agents and verifying wave completion before proceeding.

How do I break down complex software goals into manageable execution waves?

Complex software goals are broken down into manageable execution waves through an iterative planning engine that decomposes work into sequential tasks, executes them via multi-agent dispatch, and validates completion to ensure structured progress.

Does this iterative planning engine require any external dependencies to run?

This iterative planning engine does not require external dependencies to run. It operates independently using built-in scripts and references to manage multi-phase execution, agent dispatch, and adaptive learning workflows.

Can I use autonomous agents to verify task completion in software development cycles?

Autonomous agents can verify task completion in software development cycles by validating the output of each execution wave. The system incorporates these verification learnings to adapt and refine future project plans automatically.

Best way to manage structured adaptive progress without manual project oversight?

Structured adaptive progress is managed without manual oversight by utilizing an engine that automates multi-phase execution waves, dispatches agents for task verification, and accumulates learnings to adjust subsequent development cycles.