Unofficial toolkit for Claude Code — AI-powered business operating system.
This roadmap is updated regularly. Want to vote or suggest? Open a discussion or create an issue.
| Symbol | Meaning |
|---|---|
[ ] |
Not started |
[x] |
Done |
⚠️ |
Breaking change |
🔥 |
High priority |
💡 |
Needs design discussion first |
Fix, secure, and improve what already exists before growing.
- 🔥 Evolution product skills —
int-evolution-api(33 commands),int-evolution-go(24 commands),int-evo-crm(48 commands) for managing instances, messages, contacts, conversations, pipelines via REST API. - Version indicator & update alerts — show current version in dashboard sidebar, alert when new GitHub releases are available.
- 🔥 CLI installer —
npx @evoapi/evo-nexus— clones repo, installs deps, runs interactive setup wizard. - Full Docker install —
docker compose up dashboardwith multi-stage Dockerfile + GitHub Actions CI pushing to GHCR. - Update checker — dashboard checks GitHub releases and shows upgrade notification.
- settings.json — project-level permissions (allow/deny), hooks configuration, thinking mode enabled.
- CLAUDE.md split — reduced from 263 to 128 lines. Detailed config moved to
.claude/rules/(agents, integrations, routines, skills). - Inner-loop commands —
/status(workspace status) and/review(recent changes + next actions).
- Sidebar reorganization — 5 collapsible groups (Main, Operations, Data, System, Admin) with localStorage persistence.
- Active agent visualization — Claude Code hooks track agent launches via
PreToolUseevents, writing toagent-status.json. Dashboard polls/api/agents/activeand shows "RUNNING" badges with pulse animation on agent cards and overview. - Agents page redesign — unique icons and accent colors per agent, status dots, slash command badges, memory count pills, hover glow effects.
- Overview page redesign — stat cards with icons and trend indicators, active agents bar, quick actions row, improved reports and routines tables.
- Agent prompts generalized — all 9 agent prompts cleaned of hardcoded personal references. User-specific context preserved in
_improvements.mdper agent memory folder.
Make EvoNexus composable and self-extending.
- 🔥 Generalize existing agents — all 9 agent prompts generalized. User-specific context preserved in
_improvements.mdper agent memory folder. Adapter patterns documented as future work. - 🔥 New business agents — expand functional coverage:
- Marketing Agent — orchestrate existing
mkt-*skills, attribution, budget, full funnel - HR / People Agent — onboarding, 1:1s, performance reviews, hiring pipeline
- Customer Success Agent — health score, churn prediction, NPS/CSAT, client onboarding
- Legal / Compliance Agent — contracts, renewals, GDPR/LGPD, compliance checklists
- Product Agent — discovery, feature prioritization (RICE/ICE), PLG metrics, feedback loop
- Data / BI Agent — cross-area consolidated dashboard, unified KPIs, alerts, trend analysis
- Marketing Agent — orchestrate existing
- Custom agents —
custom-prefix, gitignored, auto-discovered by dashboard (core/custom badges),create-agentskill,create-commandskill - Help agent (Oracle) —
/oracleanswers questions about the workspace by reading the actual docs. No RAG needed — readsdocs/llms-full.txtand source files directly
- 🔥 Trigger registry — define and manage named triggers (webhook, cron, event-based) that invoke skills or routines
- Non-recurrent scheduled actions — one-off scheduled tasks (e.g., "post this on LinkedIn Friday at 10am") without creating a full routine
- Systematic routines — pure Python routines via
run_script()— no AI, no tokens, no cost.create-routineskill generates the code
- Complete Obsidian integration — finish
obs-*skills: bidirectional sync, canvas, bases, CLI
- Backup system — export workspace state as ZIP (agents, skills, routines, memory, config); import to restore. Support local, git, and cloud bucket targets.
Add a complete software development team alongside the business agents.
- 🔥 19 engineering agents — complete dev team derived from oh-my-claudecode (MIT, Yeachan Heo). Reasoning tier (opus): apex-architect, echo-analyst, compass-planner, raven-critic, lens-reviewer, zen-simplifier, vault-security. Execution tier (sonnet): bolt-executor, hawk-debugger, grid-tester, probe-qa, oath-verifier, trail-tracer, flow-git, scroll-docs, canvas-designer, prism-scientist. Speed tier (haiku): scout-explorer, quill-writer.
- 🔥 25
dev-*skills — Tier 1 orchestration (15):dev-autopilot,dev-plan,dev-ralplan,dev-deep-interview,dev-deep-dive,dev-external-context,dev-trace,dev-verify,dev-ultraqa,dev-visual-verdict,dev-ai-slop-cleaner,dev-sciomc,dev-team,dev-ccg,dev-ralph. Tier 2 setup (5):dev-mcp-setup,dev-deepinit,dev-project-session-manager,dev-configure-notifications,dev-release. Tier 3 utilities (5):dev-cancel,dev-remember,dev-ask,dev-learner,dev-skillify. - 15 dev templates —
.claude/templates/dev-*.mdfor each agent's primary output (architecture-decision, work-plan, code-review, bug-report, verification-report, deep-interview-spec, security-audit, test-strategy, trace-report, explore-report, design-spec, analysis-report, research-brief, critique, simplification-report). -
workspace/development/folder — 7 subfolders (architecture, plans, specs, reviews, debug, verifications, research) for engineering layer artifacts. Distinct fromworkspace/projects/(active git repos). - Two-layer architecture documented —
.claude/rules/agents.md,CLAUDE.md,docs/agents/overview.md,docs/agents/engineering-layer.md,docs/architecture.md,docs/introduction.md, siteHome.tsx. - Open source attribution —
NOTICE.mdat repo root with full MIT license, version pinned (v4.11.4), modifications listed. Credits inREADME.md. - Pattern compliance — all 19 engineering agents follow the EvoNexus standard: rich frontmatter (Examples + commentary), Workspace Context, Shared Knowledge Base, Working Folder, Identity, Anti-patterns, Domain, How You Work, Skills You Can Use, Handoffs, Output Format, Continuity. Verified by
@lens-reviewer(3 fixes applied: oath-verifier disallowedTools, raven-critic and trail-tracer Skills section).
- End-to-end implementation —
dev-autopilotorchestrates spec → plan → code → QA → validation across multiple engineering agents. - High-stakes consensus planning —
dev-ralplanruns Planner/Architect/Critic consensus loop with RALPLAN-DR structured deliberation. - Bug investigation —
@trail-tracer(multi-hypothesis) →@hawk-debugger(root cause + minimal fix) →@oath-verifier(regression check). - Pre-merge gate —
@lens-reviewer(code quality) →@vault-security(OWASP audit) →dev-ultraqa(build/test/fix loop) →@oath-verifier(acceptance criteria).
Community adoption, discoverability, and self-sustaining ecosystem.
- 🔥 Public roadmap — this file. Community input welcome via discussions.
- Telegram & Discord channels — activate community channels, document in README and docs site.
- In-app tutorials — contextual tutorials surfaced inside the dashboard, not just external docs.
- Resume Claude sessions in chat — list active/resumable Claude sessions in dashboard chat with
--resumesupport.
- Testing framework — define and implement test strategy for skills, routines, and agent behaviors; prevent regressions.
Want to help? Pick any [ ] item and:
- Check open issues
- Read CONTRIBUTING.md
- For
💡items, open a discussion first — design is still open
Last updated: 2026-04-10 — Evolution Foundation