Everything is a plugin.
A lightweight runtime discovers plugins at startup and wires them through typed extension points. An edition is nothing more than the framework plus the plugins you install — so you add, remove, or swap capabilities without forking the app.
roadmap-framework
A thin runtime: plugin discovery and topo-sorted startup, an extension + service registry, config with encrypted secrets, and an MCP server. It ships no features of its own — every capability arrives as a plugin.
- Runtime discovery — no rebuild to add a plugin
- Typed extension points, additive or swappable
- Backend Python + optional Angular frontend per plugin
- A shared @roadmap/ui design system for consistent UI
roadmap-plugin-contextroadmap-plugin-context-assistantroadmap-plugin-brainroadmap-plugin-jiraroadmap-plugin-airoadmap-plugin-whisperroadmap-plugin-e2eroadmap-plugin-e2e-seleniumroadmap-plugin-e2e-assistantroadmap-plugin-fileviewerroadmap-plugin-viewer-plantumlroadmap-plugin-viewer-markdownroadmap-plugin-viewer-imageroadmap-plugin-scratchdirroadmap-plugin-folderpickerroadmap-plugin-settingsEach plugin declares its dependencies and the extension points it fills — so a pattern is just a resolved set of these tiles, pre-configured for a job.
From framework to AI-ready in three steps
Start from the framework
Download the bundle and launch. You get the framework plus a core set of plugins — no database, nothing to provision.
Apply a pattern
Install the plugins a pattern needs from the in-app registry, then apply its configuration — sources, AI providers, task prompts.
Work, then serve over MCP
Compose contexts and generate artifacts, and expose every context to Claude, Cursor or your IDE with one MCP tool call.
Each way of working, named
A pattern names a recurring way of working with AI — its context, problem and solution — and lists the plugins and configuration that realize it.
ContextEngineeringContext Engineering
Compose scattered knowledge into reusable, previewable contexts.
SourceEnrichmentSource Enrichment & Augmentation
Pull living sources into a clean, AI-ready knowledge base.
CompanyBrainThe Company Brain
A shared, on-disk knowledge base your whole team's AI reasons from.
A quick tour: compose a context from plugins, preview it inline, and serve it to your AI over MCP.