Package Exports
- @fro.bot/systematic
Readme
AI coding tools are fast at generating code, but they don't preserve engineering discipline by default. They skip planning, forget standards, miss review steps, and fail to capture what was learned. Systematic exists to turn those one-off interactions into a repeatable workflow.
Why Systematic?
You want AI that follows your process, not just your prompts. You want repeatable engineering habits encoded into the environment. You want the system to get better after each task.
What You Get
Systematic is an OpenCode plugin that ships 40+ bundled skills covering brainstorming, planning, implementation, review, and knowledge capture. It includes 50+ specialized agents for architecture, security, performance, design, and code review. Installation is zero-configuration — the plugin registers everything via OpenCode's config hooks and works immediately on restart. OCX registry support is available for component-level installs when you only want specific pieces.
Quick Install
Add to your opencode.json and restart OpenCode:
{ "plugins": ["@fro.bot/systematic@latest"] }Your global config lives at ~/.config/opencode/opencode.json.
First Workflow
Once installed, run a full engineering cycle on any feature:
/ce:brainstorm "add dark mode toggle"
/ce:plan
/ce:work
/ce:reviewEach step invokes a structured skill that guides the AI through the appropriate phase — requirements exploration, implementation planning, execution, and code review.
First-Run Checklist
- OpenCode installed
- Add
@fro.bot/systematic@latestto youropencode.jsonplugins list - Restart OpenCode
- Run
/ce:brainstormon something you're building - Verify: the
systematic_skilltool appears in your tool list
Learn More
License
MIT © Marcus R. Brown