eidos agi
Execution

ike.md

Tasks, milestones, Definition of Done. Named for Eisenhower — execute at scale.

pip install ike-md View on GitHub v0.2.0 Mar 22, 2026

What it does

ike.md is the execution forge. Tasks, milestones, documents, Definition of Done. Named for Eisenhower — the man who planned D-Day and then ran the free world. Ike didn't just plan. He executed at scale, across many agents, under time pressure, with contracts that had to be honored.

To Do QUEUED In Progress EXECUTING Done VERIFIED Definition of Done checked before completion

Key features

Install

pip install ike-md

Quick start

# Initialize in your project
ike init --name "my-project"

# Create tasks
ike task create --title "Build the API" --priority high
ike task create --title "Write tests" --depends-on TASK-0001

# Work on a task
ike task edit --id TASK-0001 --status "In Progress"

# Complete with notes
ike task complete --id TASK-0001 --notes "API deployed, 12 endpoints"

The trilogy

ike.md is the final pillar. It reads visionlog's contracts (guardrails it must not violate, goals it serves) and executes within them. Every task can link back to the GOAL it serves and the research.md decision that authorized the approach.