Tasks, milestones, Definition of Done. Named for Eisenhower — execute at scale.
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.
pip install ike-md # 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" 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.