yurihbm/opencode-plan-manager
A simple collection of tools for better plan management by AI agents on OpenCode.
Implements selective context loading and filesystem-based Kanban state management—plans live in atomic `pending/`, `in_progress/`, and `done/` folders with strict Zod validation, enabling cross-session continuity without hallucination. Designed for a two-agent hierarchy (Planner → Builder) where specification and task progress are plain files in the repo, readable on any machine or session. Integrates as an OpenCode plugin with four core tools (`plan_create`, `plan_list`, `plan_read`, `plan_update`) and supports multiple output formats (Markdown, JSON, Toon).
Available on npm.
Stars
3
Forks
—
Language
TypeScript
License
MIT
Category
Last pushed
Mar 08, 2026
Monthly downloads
588
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/yurihbm/opencode-plan-manager"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nickjvandyke/opencode.nvim
Integrate the opencode AI assistant with Neovim — streamline editor-aware research, reviews, and...
kdcokenny/ocx
OpenCode extension manager with portable, isolated profiles. Your setup, anywhere.
Octane0411/opencode-plugin-openspec
An OpenCode plugin that integrates OpenSpec, adding a dedicated 'openspec-plan' mode for...
q3ok/coordinated-agent-team
Coordinated Agent Team is a prompt-driven multi-agent system for autonomous software delivery....
shahboura/agents-opencode
OpenCode-native agent and skill pack for planning, implementation, review, documentation, and...