Skip to main content

OpenExec Planner

Welcome to the official documentation for OpenExec Planner.

What is OpenExec Planner?

OpenExec Planner is an orchestration engine that establishes your project's technical baseline. It shifts the focus to the Product Requirements Document (PRD).

Through a guided interactive session, it:

  • Identifies core entities
  • Maps data structures
  • Models execution dependencies

The resulting plan is the direct source of truth for autonomous implementation agents.

Quick Start

$ pip install openexec-planner
$ openexec-planner init
$ openexec-planner wizard
$ openexec-planner generate INTENT.md -o .openexec/stories.json
$ openexec-planner schedule .openexec/stories.json -o .openexec/tasks.json

To learn more, navigate through the sidebar.