How It Works
- Submit a goal — describe what you want to achieve
- Auto-decomposition — the plan store breaks it into logical phases
- Task tracking — each phase becomes a trackable task
- Progress reporting — query plan status at any time
Example
- Research competitor landing pages
- Choose tech stack (Next.js + Tailwind)
- Design hero section
- Implement pricing section
- Deploy to Vercel
Task States
pending— not startedin_progress— actively workingcompleted— finishedblocked— waiting on dependencycancelled— no longer needed
Persistence
All plans and tasks are stored as JSON files in~/.mekong/plans/. They survive restarts and can be shared via version control.