# OpenAgents Control Roadmap > **Interactive Board:** [GitHub Project - OpenAgents Control Roadmap & Tasks](https://github.com/users/darrenhinde/projects/2) This roadmap tracks the evolution of OpenAgents Control - an AI agent framework for plan-first development workflows with approval-based execution. --- ## 🎯 Now (Current Focus) **Priority items for the next 4-6 weeks:** - [ ] Stabilize OpenCode CLI integration - [ ] Improve evaluation framework reliability asd - [ ] Enhance documentation for new users - [ ] Add more example workflows --- ## 🔜 Next (Coming Soon) **Planned for the following 6-8 weeks:** - [ ] Support for additional AI coding tools (Cursor, Claude Code) - [ ] Enhanced context-aware system builder - [ ] Multi-language template improvements - [ ] Community contribution guidelines --- ## 🔭 Later (Exploration) **Ideas and explorations for future consideration:** - [ ] Visual workflow designer - [ ] Agent marketplace/registry - [ ] Cloud-based agent coordination - [ ] Integration with popular IDEs --- ## 📝 How to Use This Roadmap ### View the Interactive Board Visit the [GitHub Project](https://github.com/users/darrenhinde/projects/2) to see: - Current status of all items - Priority levels - Detailed descriptions - Progress tracking ### Suggest Ideas Create an issue with the `idea` label: ```bash gh issue create \ --repo darrenhinde/OpenAgentsControl \ --title "Your idea title" \ --body "Description of your idea..." \ --label "idea" ``` ### Track Progress ```bash # List all ideas gh issue list --repo darrenhinde/OpenAgentsControl --label idea # View specific issue gh issue view 123 --repo darrenhinde/OpenAgentsControl ``` --- ## 🏷️ Labels Used - **idea** - High-level proposals and feature ideas - **feature** - New features or enhancements - **bug** - Bug fixes and issues - **docs** - Documentation improvements - **agents** - Agent system related - **evals** - Evaluation framework - **framework** - Core framework changes --- **Last Updated:** December 4, 2025