Skip to content

marcusrbrown/systematic

Repository files navigation

Systematic - Structured Engineering Workflows for OpenCode



Build Status npm version Docs License


Docs · npm · GitHub


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:review

Each 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@latest to your opencode.json plugins list
  • Restart OpenCode
  • Run /ce:brainstorm on something you're building
  • Verify: the systematic_skill tool appears in your tool list

Learn More

License

MIT © Marcus R. Brown

About

Structured engineering workflows for OpenCode

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors