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.
Prerequisites
Section titled “Prerequisites”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.
Installation Steps
Section titled “Installation Steps”Follow these steps to enable Systematic in your environment:
-
Add plugin to configuration Append
@fro.bot/systematic@latestto thepluginsarray in~/.config/opencode/opencode.json.{"plugins": ["@fro.bot/systematic@latest"]} -
Restart OpenCode Restart the OpenCode session to trigger the
confighook, which automatically discovers and registers all bundled assets. -
Verify bootstrap loading Run the following command to confirm the plugin is active and teaching your assistant:
Terminal window /systematic:using-systematic
Verification
Section titled “Verification”Execute these commands to confirm each component of the plugin is correctly registered and functional.
1. Skill Verification
Section titled “1. Skill Verification”Run the bootstrap skill. It should display the “Using Systematic” guide.
/systematic:using-systematic2. Agent Verification
Section titled “2. Agent Verification”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?3. Workflow Verification
Section titled “3. Workflow Verification”Run a workflow skill. It should initiate the planning phase.
/ce:planWhat to Do Next
Section titled “What to Do Next”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.