Consolidate planning documents into unified ROADMAP.md#398
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
|
@copilot 清理历史无用的进度文档只保留最新的roadmap |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Cleaned up historical planning documents. Removed:
Kept ROADMAP.md as single source of truth. Console-specific DEVELOPMENT_PLAN.md preserved in apps/console/. Commit: 22dd2e5 |
There was a problem hiding this comment.
Pull request overview
This PR consolidates multiple overlapping planning documents into a single, updated ROADMAP.md intended to be the project’s single source of truth, and removes the now-obsolete standalone planning files.
Changes:
- Rewrote and reorganized
ROADMAP.mdinto an executive summary + quarterly (Q1–Q4 2026) roadmap with targets, resourcing, and risk management. - Deleted legacy planning/summary documents that were consolidated into the new roadmap.
- Kept console-specific planning in
apps/console/DEVELOPMENT_PLAN.md(referenced but not modified here).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| ROADMAP.md | Consolidated roadmap content, new structure (executive summary → quarterly roadmap → targets/resources/risks), and references/getting involved section |
| UPDATE_SUMMARY.md | Removed (content consolidated into ROADMAP.md) |
| OBJECTOS_INTEGRATION_ROADMAP.md | Removed (content consolidated into ROADMAP.md) |
| IMPROVEMENT_PLAN.md | Removed (content consolidated into ROADMAP.md) |
| - Request a demo: hello@objectui.org | ||
|
|
||
| ### For Plugin Developers | ||
| - Read [Plugin Development Guide](./content/docs/guide/plugin-development.mdx) |
There was a problem hiding this comment.
The link target ./content/docs/guide/plugin-development.mdx does not exist in the repo (the guide folder contains plugins.md instead). Update this link to the correct docs page to avoid a broken link in the roadmap.
| - Read [Plugin Development Guide](./content/docs/guide/plugin-development.mdx) | |
| - Read [Plugin Development Guide](./content/docs/guide/plugins.md) |
| 1. **IMPROVEMENT_PLAN.md** - Comprehensive 12-month improvement plan | ||
| 2. **OBJECTOS_INTEGRATION_ROADMAP.md** - ObjectOS integration specifications | ||
| 3. **apps/console/DEVELOPMENT_PLAN.md** - Console development plan | ||
| 4. **UPDATE_SUMMARY.md** - Recent updates summary | ||
| 5. **.github/copilot-instructions.md** - Architectural guidelines |
There was a problem hiding this comment.
This section says readers can "refer to these source documents", but several listed files (IMPROVEMENT_PLAN.md, OBJECTOS_INTEGRATION_ROADMAP.md, UPDATE_SUMMARY.md) are deleted in this PR. Either remove them from the list or clarify where the archived versions can be found (e.g., a docs/archive path, a tag/commit, or PR link) so the references remain actionable.
| - **Technical Excellence:** 100% @objectstack/spec compatibility, 80%+ test coverage, world-class performance | ||
| - **Enterprise-Ready:** Multi-tenancy, RBAC, workflow engine, real-time collaboration | ||
| - **Global Reach:** 10+ languages, 10,000+ GitHub stars, 50,000+ weekly NPM downloads | ||
| - **Commercial Success:** ObjectUI Cloud platform, 100+ enterprise customers, $2M+ annual revenue |
There was a problem hiding this comment.
The executive summary sets a "$2M+ annual revenue" strategic goal, but later milestones/targets in this same roadmap use $500K for 2026. Please reconcile these numbers or clarify the timeframe (e.g., 2026 target vs longer-term goal) to avoid conflicting KPIs.
| - **Commercial Success:** ObjectUI Cloud platform, 100+ enterprise customers, $2M+ annual revenue | |
| - **Commercial Success:** ObjectUI Cloud platform, 100+ enterprise customers, path to $2M+ annual revenue by 2028 |
| **Q4 Milestone:** | ||
| - **v2.0.0 Release (December 2026):** Commercial Success | ||
| - 1,000+ cloud users | ||
| - 50+ enterprise customers | ||
| - $500k annual revenue |
There was a problem hiding this comment.
Revenue targets are inconsistent within the Q4 section and annual targets: this milestone states "$500k annual revenue", while the executive summary goal uses $2M+ and the resource section projects Year 1 revenue as $550K. Please align these figures or label them explicitly (e.g., ARR vs FY2026 vs Year-1 projection).
Project planning was fragmented across 6 documents (IMPROVEMENT_PLAN.md, OBJECTOS_INTEGRATION_ROADMAP.md, original ROADMAP.md, console dev plan, update summary, copilot instructions) with ~40% duplicate content. This created confusion about priorities and timelines.
Changes
Consolidated ROADMAP.md
Removed Obsolete Documents
Cleaned up historical planning documents that were consolidated:
IMPROVEMENT_PLAN.md(26KB)OBJECTOS_INTEGRATION_ROADMAP.md(14KB)UPDATE_SUMMARY.md(12KB)ROADMAP_CONSOLIDATION_SUMMARY.md(6.5KB audit trail)Preserved
Console-specific planning remains in
apps/console/DEVELOPMENT_PLAN.mdas it wasn't consolidated into the main roadmap.Structure
Single source of truth for project direction with clean repository structure.
Original prompt
Created from VS Code.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.