Sign In

@fro.bot/systematic

Package Overview
Dependencies
Maintainers
2
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fro.bot/systematic

Compound-engineering loops for OpenCode, Pi, and Claude Code

latest
Source
npmnpm
Version
3.8.0
Version published
Weekly downloads
904
-48.81%
Maintainers
2
Weekly downloads
 
Created
Source
Systematic — Compound-Engineering Loops for OpenCode, Pi, and Claude Code



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 a compound-engineering loop: 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.

Quick Install

OpenCode:

{ "plugin": ["@fro.bot/systematic@latest"] }

Add that to ~/.config/opencode/opencode.json and restart OpenCode.

Pi:

npx @fro.bot/systematic setup --harness pi

Claude Code:

claude plugin marketplace add marcusrbrown/systematic
claude plugin install systematic@systematic

See 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/systematic

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

  • Your harness (OpenCode, Pi, or Claude Code) installed
  • Systematic installed via the harness's path above
  • Restart the harness
  • Run /ce:brainstorm on something you're building
  • Verify: the skill loads and displays usage instructions

Learn More

License

MIT © Marcus R. Brown

Keywords

opencode

FAQs

Package last updated on 15 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts