Skip to content

Agent Install Guide

This guide is designed for AI agents and automated systems to install and verify the Systematic plugin for OpenCode. It uses clear, imperative language and explicit verification steps.

Before proceeding, ensure the following environment requirements are met:

  • OpenCode is installed and configured.
  • Node.js 18+ or the Bun runtime is available in the path.

Follow these steps to enable Systematic in your environment:

  1. Add plugin to configuration Append @fro.bot/systematic@latest to the plugins array in ~/.config/opencode/opencode.json.

    {
    "plugins": ["@fro.bot/systematic@latest"]
    }
  2. Restart OpenCode Restart the OpenCode session to trigger the config hook, which automatically discovers and registers all bundled assets.

  3. Verify bootstrap loading Run the following command to confirm the plugin is active and teaching your assistant:

    Terminal window
    /systematic:using-systematic

Execute these commands to confirm each component of the plugin is correctly registered and functional.

Run the bootstrap skill. It should display the “Using Systematic” guide.

Terminal window
/systematic:using-systematic

Mention a specialized agent. The assistant should respond with the persona and expertise of the architecture strategist.

@architecture-strategist what is the role of the config hook?

Run a workflow skill. It should initiate the planning phase.

Terminal window
/ce:plan

Once installation is verified, proceed with these next actions:

  • Read the Philosophy Guide: Understand the core principles of disciplined engineering at /systematic/guides/philosophy/.
  • Try the Main Loop: Learn how to use the full plan-work-review cycle at /systematic/guides/main-loop/.
  • Explore Assets: Browse the available skills and agents.