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.
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.
Systematic is a compound-engineering workflow: brainstorm, plan, work, review — each phase a structured skill that guides the AI through requirements exploration, implementation planning, execution, and code review, capturing what was learned along the way. It ships 31 bundled skills and 37 specialized agents for architecture, security, performance, design, and code review.
The workflow runs on three harnesses from one source: OpenCode, Pi, and Claude Code. Each gets a native install path; skill and agent content is identical across all three.
OpenCode:
{ "plugin": ["@fro.bot/systematic@latest"] }Add that to ~/.config/opencode/opencode.json and restart OpenCode.
Pi:
npx @fro.bot/systematic setup --harness piClaude Code:
claude plugin marketplace add marcusrbrown/systematic
claude plugin install systematic@systematicSee the installation guide for what carries over per harness and where parity honestly ends.
npx skills — portable skill content for any AI harness (Cursor, Copilot, …), content only, no tool registration:
npx skills add marcusrbrown/systematicOnce 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.
- Your harness (OpenCode, Pi, or Claude Code) installed
- Systematic installed via the harness's path above
- Restart the harness
- Run
/ce:brainstormon something you're building - Verify: the skill loads and displays usage instructions
MIT © Marcus R. Brown