@fro.bot/systematic 1.23.3 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -61
- package/package.json +2 -3
- package/commands/.gitkeep +0 -0
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
<br>
|
|
17
17
|
|
|
18
|
-
**[Overview](#overview)** · **[Quick Start](#quick-start)** · **[Skills](#skills)** · **[Agents](#agents)** · **[
|
|
18
|
+
**[Overview](#overview)** · **[Quick Start](#quick-start)** · **[Skills](#skills)** · **[Agents](#agents)** · **[CLI](#cli)** · **[Configuration](#configuration)** · **[Development](#development)**
|
|
19
19
|
|
|
20
20
|
</div>
|
|
21
21
|
|
|
@@ -38,11 +38,11 @@ Most AI coding assistants respond to requests without structure or methodology.
|
|
|
38
38
|
|
|
39
39
|
### Key Features
|
|
40
40
|
|
|
41
|
-
- **Structured Skills** — Pre-built workflows for brainstorming, planning,
|
|
42
|
-
- **Specialized Agents** — Purpose-built subagents for architecture, security, and
|
|
41
|
+
- **Structured Skills** — Pre-built workflows for brainstorming, planning, code review, and more
|
|
42
|
+
- **Specialized Agents** — Purpose-built subagents for architecture, security, performance, and research
|
|
43
43
|
- **Zero Configuration** — Works immediately after installation via config hooks
|
|
44
|
-
- **Extensible** — Add project-specific skills and
|
|
45
|
-
- **Batteries Included** —
|
|
44
|
+
- **Extensible** — Add project-specific skills and agents alongside bundled ones
|
|
45
|
+
- **Batteries Included** — 48 skills and 29 agents ship with the npm package
|
|
46
46
|
- **CLI Tooling** — Inspect, list, and convert assets from the command line
|
|
47
47
|
|
|
48
48
|
## Quick Start
|
|
@@ -62,7 +62,7 @@ Install the plugin by adding it to your OpenCode configuration (`~/.config/openc
|
|
|
62
62
|
}
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
Restart OpenCode to activate the plugin. All bundled skills
|
|
65
|
+
Restart OpenCode to activate the plugin. All bundled skills and agents will be available immediately.
|
|
66
66
|
|
|
67
67
|
> [!NOTE]
|
|
68
68
|
> Systematic uses OpenCode's `config` hook to automatically register all bundled content. No manual file copying required.
|
|
@@ -80,9 +80,8 @@ ocx add systematic/brainstorming
|
|
|
80
80
|
ocx add systematic/agent-architecture-strategist
|
|
81
81
|
|
|
82
82
|
# Or install bundles
|
|
83
|
-
ocx add systematic/skills # All
|
|
84
|
-
ocx add systematic/agents # All
|
|
85
|
-
ocx add systematic/commands # All 9 commands
|
|
83
|
+
ocx add systematic/skills # All 48 skills
|
|
84
|
+
ocx add systematic/agents # All 29 agents
|
|
86
85
|
|
|
87
86
|
# Or use a profile (requires --global registry)
|
|
88
87
|
ocx registry add https://fro.bot/systematic --name systematic --global
|
|
@@ -110,21 +109,52 @@ Once verified, explore these guides to master the Systematic workflow:
|
|
|
110
109
|
|
|
111
110
|
## Skills
|
|
112
111
|
|
|
113
|
-
Skills are structured workflows that guide the AI through systematic engineering processes. They're loaded via the `systematic_skill` tool.
|
|
112
|
+
Skills are structured workflows that guide the AI through systematic engineering processes. They're loaded via the `systematic_skill` tool and invocable as slash commands (e.g., `/ce:brainstorm`).
|
|
113
|
+
|
|
114
|
+
### Core Workflows
|
|
115
|
+
|
|
116
|
+
The Compound Engineering loop — the heart of Systematic:
|
|
117
|
+
|
|
118
|
+
| Skill | Description |
|
|
119
|
+
|-------|-------------|
|
|
120
|
+
| `ce:brainstorm` | Explore requirements through collaborative dialogue before planning |
|
|
121
|
+
| `ce:plan` | Transform feature descriptions into structured implementation plans |
|
|
122
|
+
| `ce:review` | Perform exhaustive code reviews using multi-agent analysis |
|
|
123
|
+
| `ce:work` | Execute work plans efficiently while maintaining quality |
|
|
124
|
+
| `ce:compound` | Document recently solved problems to compound team knowledge |
|
|
125
|
+
| `ce:ideate` | Generate and critically evaluate grounded improvement ideas |
|
|
126
|
+
| `ce:compound-refresh` | Refresh stale learnings and pattern docs against current codebase |
|
|
127
|
+
|
|
128
|
+
### Development Tools
|
|
114
129
|
|
|
115
130
|
| Skill | Description |
|
|
116
131
|
|-------|-------------|
|
|
117
132
|
| `using-systematic` | Bootstrap skill — teaches the AI how to discover and use other skills |
|
|
118
|
-
| `brainstorming` | Collaborative design workflow for exploring ideas before planning |
|
|
119
133
|
| `agent-browser` | Browser automation using Vercel's agent-browser CLI |
|
|
120
134
|
| `agent-native-architecture` | Design systems where AI agents are first-class citizens |
|
|
135
|
+
| `create-agent-skill` | Expert guidance for writing and refining OpenCode skills |
|
|
121
136
|
| `compound-docs` | Capture solved problems as categorized documentation |
|
|
122
|
-
| `
|
|
123
|
-
| `
|
|
137
|
+
| `document-review` | Refine requirements or plan documents before proceeding |
|
|
138
|
+
| `deepen-plan` | Enhance a plan with parallel research for each section |
|
|
124
139
|
| `file-todos` | File-based todo tracking with status and dependency management |
|
|
125
|
-
| `frontend-design` | Create distinctive, production-grade frontend interfaces
|
|
140
|
+
| `frontend-design` | Create distinctive, production-grade frontend interfaces |
|
|
126
141
|
| `git-worktree` | Manage git worktrees for isolated parallel development |
|
|
127
|
-
| `orchestrating-swarms` | Coordinate multi-agent swarms
|
|
142
|
+
| `orchestrating-swarms` | Coordinate multi-agent swarms and pipeline workflows |
|
|
143
|
+
| `lfg` | Full autonomous engineering workflow — plan, then execute |
|
|
144
|
+
|
|
145
|
+
### Specialized Skills
|
|
146
|
+
|
|
147
|
+
| Skill | Description |
|
|
148
|
+
|-------|-------------|
|
|
149
|
+
| `dhh-rails-style` | Write Ruby and Rails code in DHH's distinctive 37signals style |
|
|
150
|
+
| `andrew-kane-gem-writer` | Write Ruby gems following Andrew Kane's proven patterns |
|
|
151
|
+
| `dspy-ruby` | Build type-safe LLM applications with DSPy.rb |
|
|
152
|
+
| `every-style-editor` | Review and edit copy for style guide compliance |
|
|
153
|
+
| `gemini-imagegen` | Generate and edit images using the Gemini API |
|
|
154
|
+
| `proof` | Create, edit, and share markdown documents via Proof |
|
|
155
|
+
| `rclone` | Upload, sync, and manage files across cloud storage providers |
|
|
156
|
+
|
|
157
|
+
> **[View all 48 skills →](https://fro.bot/systematic/reference/skills/)**
|
|
128
158
|
|
|
129
159
|
### How Skills Work
|
|
130
160
|
|
|
@@ -151,9 +181,15 @@ Agents are specialized subagents with pre-configured prompts and expertise. They
|
|
|
151
181
|
|
|
152
182
|
| Agent | Purpose |
|
|
153
183
|
|-------|---------|
|
|
154
|
-
| `design-implementation-reviewer` |
|
|
155
|
-
| `design-iterator` |
|
|
156
|
-
| `figma-design-sync` | Detect and fix visual differences between web implementation and Figma
|
|
184
|
+
| `design-implementation-reviewer` | Visually compare live UI against Figma designs and report discrepancies |
|
|
185
|
+
| `design-iterator` | Iteratively refine UI design through screenshot-analyze-improve cycles |
|
|
186
|
+
| `figma-design-sync` | Detect and fix visual differences between web implementation and Figma |
|
|
187
|
+
|
|
188
|
+
### Docs Agents
|
|
189
|
+
|
|
190
|
+
| Agent | Purpose |
|
|
191
|
+
|-------|---------|
|
|
192
|
+
| `ankane-readme-writer` | Create or update README files following Ankane-style template for Ruby gems |
|
|
157
193
|
|
|
158
194
|
### Research Agents
|
|
159
195
|
|
|
@@ -161,7 +197,8 @@ Agents are specialized subagents with pre-configured prompts and expertise. They
|
|
|
161
197
|
|-------|---------|
|
|
162
198
|
| `best-practices-researcher` | Research external best practices, documentation, and examples for any technology |
|
|
163
199
|
| `framework-docs-researcher` | Gather framework documentation and best practices |
|
|
164
|
-
| `git-history-analyzer` | Archaeological analysis of git history to trace code evolution and
|
|
200
|
+
| `git-history-analyzer` | Archaeological analysis of git history to trace code evolution and patterns |
|
|
201
|
+
| `issue-intelligence-analyst` | Analyze GitHub issues to surface recurring themes, pain patterns, and severity trends |
|
|
165
202
|
| `learnings-researcher` | Search past solutions in docs/solutions/ to surface institutional knowledge |
|
|
166
203
|
| `repo-research-analyst` | Research repository structure, documentation, conventions, and implementation patterns |
|
|
167
204
|
|
|
@@ -176,10 +213,13 @@ Agents are specialized subagents with pre-configured prompts and expertise. They
|
|
|
176
213
|
| `data-migration-expert` | Validate data migrations, backfills, and production data transformations |
|
|
177
214
|
| `deployment-verification-agent` | Produce Go/No-Go deployment checklists with verification queries and rollback procedures |
|
|
178
215
|
| `dhh-rails-reviewer` | Brutally honest Rails code review from DHH's perspective |
|
|
179
|
-
| `
|
|
216
|
+
| `julik-frontend-races-reviewer` | Review JavaScript and Stimulus code for race conditions and timing issues |
|
|
217
|
+
| `kieran-python-reviewer` | High quality bar Python review for Pythonic patterns, type safety, and maintainability |
|
|
218
|
+
| `kieran-rails-reviewer` | High quality bar Rails review for conventions, clarity, and maintainability |
|
|
180
219
|
| `kieran-typescript-reviewer` | High quality bar TypeScript review for type safety, modern patterns, and maintainability |
|
|
181
220
|
| `pattern-recognition-specialist` | Detect design patterns, anti-patterns, and code smells |
|
|
182
221
|
| `performance-oracle` | Performance analysis, bottleneck identification, scalability |
|
|
222
|
+
| `schema-drift-detector` | Detect unrelated schema.rb changes by cross-referencing against included migrations |
|
|
183
223
|
| `security-sentinel` | Security audits, vulnerability assessment, OWASP compliance |
|
|
184
224
|
|
|
185
225
|
### Workflow Agents
|
|
@@ -199,35 +239,12 @@ Agents are invoked via OpenCode's `@mention` syntax or `task`:
|
|
|
199
239
|
@architecture-strategist Review the authentication refactoring in this PR
|
|
200
240
|
```
|
|
201
241
|
|
|
202
|
-
Or programmatically in skills
|
|
242
|
+
Or programmatically in skills:
|
|
203
243
|
|
|
204
244
|
```
|
|
205
245
|
task(subagent_type="architecture-strategist", prompt="Review...")
|
|
206
246
|
```
|
|
207
247
|
|
|
208
|
-
## Commands
|
|
209
|
-
|
|
210
|
-
Commands are slash-invokable shortcuts that trigger workflows or actions.
|
|
211
|
-
|
|
212
|
-
### Workflow Commands
|
|
213
|
-
|
|
214
|
-
| Command | Description |
|
|
215
|
-
|---------|-------------|
|
|
216
|
-
| `/workflows:brainstorm` | Explore requirements through collaborative dialogue |
|
|
217
|
-
| `/workflows:plan` | Create detailed implementation plans |
|
|
218
|
-
| `/workflows:review` | Run code review with specialized agents |
|
|
219
|
-
| `/workflows:work` | Execute planned work systematically |
|
|
220
|
-
| `/workflows:compound` | Document recently solved problems to build team knowledge |
|
|
221
|
-
|
|
222
|
-
### Utility Commands
|
|
223
|
-
|
|
224
|
-
| Command | Description |
|
|
225
|
-
|---------|-------------|
|
|
226
|
-
| `/systematic:lfg` | Full autonomous engineering workflow — plan, then execute |
|
|
227
|
-
| `/systematic:create-agent-skill` | Create a new skill with expert guidance |
|
|
228
|
-
| `/systematic:deepen-plan` | Enhance a plan with parallel research for each section |
|
|
229
|
-
| `/systematic:agent-native-audit` | Audit code for agent-native architecture patterns |
|
|
230
|
-
|
|
231
248
|
## CLI
|
|
232
249
|
|
|
233
250
|
Systematic includes a CLI for inspecting and converting assets outside of OpenCode.
|
|
@@ -280,7 +297,6 @@ Configuration is loaded from multiple locations and merged (later sources overri
|
|
|
280
297
|
{
|
|
281
298
|
"disabled_skills": ["git-worktree"],
|
|
282
299
|
"disabled_agents": [],
|
|
283
|
-
"disabled_commands": [],
|
|
284
300
|
"bootstrap": {
|
|
285
301
|
"enabled": true
|
|
286
302
|
}
|
|
@@ -291,23 +307,20 @@ Configuration is loaded from multiple locations and merged (later sources overri
|
|
|
291
307
|
|--------|------|---------|-------------|
|
|
292
308
|
| `disabled_skills` | `string[]` | `[]` | Skills to exclude from registration |
|
|
293
309
|
| `disabled_agents` | `string[]` | `[]` | Agents to exclude from registration |
|
|
294
|
-
| `disabled_commands` | `string[]` | `[]` | Commands to exclude from registration |
|
|
295
310
|
| `bootstrap.enabled` | `boolean` | `true` | Inject the `using-systematic` guide into system prompts |
|
|
296
311
|
| `bootstrap.file` | `string` | — | Custom bootstrap file path (overrides default) |
|
|
297
312
|
|
|
298
313
|
### Project-Specific Content
|
|
299
314
|
|
|
300
|
-
Add your own skills
|
|
315
|
+
Add your own skills and agents alongside bundled ones:
|
|
301
316
|
|
|
302
317
|
```
|
|
303
318
|
.opencode/
|
|
304
319
|
├── skills/
|
|
305
320
|
│ └── my-skill/
|
|
306
321
|
│ └── SKILL.md
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
└── commands/
|
|
310
|
-
└── my-command.md
|
|
322
|
+
└── agents/
|
|
323
|
+
└── my-agent.md
|
|
311
324
|
```
|
|
312
325
|
|
|
313
326
|
Project-level content takes precedence over bundled content with the same name.
|
|
@@ -333,7 +346,7 @@ flowchart TB
|
|
|
333
346
|
A --> C[tool hook]
|
|
334
347
|
A --> D[system.transform hook]
|
|
335
348
|
|
|
336
|
-
B --> E[Merge bundled agents
|
|
349
|
+
B --> E[Merge bundled agents and skills into OpenCode config]
|
|
337
350
|
C --> F[Register systematic_skill tool]
|
|
338
351
|
D --> G[Inject bootstrap prompt into every conversation]
|
|
339
352
|
|
|
@@ -346,11 +359,11 @@ flowchart TB
|
|
|
346
359
|
style G fill:#0f0f23,stroke:#F5A623,color:#B2F5EA
|
|
347
360
|
```
|
|
348
361
|
|
|
349
|
-
1. **`config` hook** — Discovers and merges bundled skills
|
|
362
|
+
1. **`config` hook** — Discovers and merges bundled skills and agents into your OpenCode configuration. Existing config takes precedence over bundled content. Skills are registered as slash commands with the `systematic:` prefix.
|
|
350
363
|
2. **`tool` hook** — Registers the `systematic_skill` tool, which lists available skills in its XML description and loads skill content on demand.
|
|
351
364
|
3. **`system.transform` hook** — Injects the "Using Systematic" bootstrap guide into system prompts, teaching the AI how to discover and invoke skills.
|
|
352
365
|
|
|
353
|
-
This architecture ensures skills
|
|
366
|
+
This architecture ensures skills and agents are available immediately without manual setup.
|
|
354
367
|
|
|
355
368
|
## Development
|
|
356
369
|
|
|
@@ -398,18 +411,19 @@ systematic/
|
|
|
398
411
|
│ ├── skill-loader.ts # Skill content loading + formatting
|
|
399
412
|
│ ├── skills.ts # Skill discovery
|
|
400
413
|
│ ├── agents.ts # Agent discovery
|
|
401
|
-
│ ├── commands.ts # Command discovery
|
|
414
|
+
│ ├── commands.ts # Command discovery (backward compat)
|
|
402
415
|
│ ├── frontmatter.ts # YAML frontmatter parsing
|
|
403
416
|
│ ├── manifest.ts # Upstream sync manifest tracking
|
|
404
417
|
│ ├── validation.ts # Agent config validation + type guards
|
|
405
418
|
│ └── walk-dir.ts # Recursive directory walker
|
|
406
|
-
├── skills/ #
|
|
407
|
-
├── agents/ #
|
|
408
|
-
├── commands/ # 9 bundled commands (with workflows/ subdir)
|
|
419
|
+
├── skills/ # 48 bundled skills (SKILL.md files)
|
|
420
|
+
├── agents/ # 29 bundled agents (5 categories)
|
|
409
421
|
├── docs/ # Starlight documentation site
|
|
422
|
+
├── registry/ # OCX registry config + profiles
|
|
423
|
+
├── scripts/ # Build and utility scripts
|
|
410
424
|
├── tests/
|
|
411
|
-
│ ├── unit/ #
|
|
412
|
-
│ └── integration/ #
|
|
425
|
+
│ ├── unit/ # 13 unit test files
|
|
426
|
+
│ └── integration/ # 2 integration test files
|
|
413
427
|
└── dist/ # Build output
|
|
414
428
|
```
|
|
415
429
|
|
|
@@ -435,7 +449,7 @@ See [`AGENTS.md`](./AGENTS.md) for detailed development guidelines, code style c
|
|
|
435
449
|
|
|
436
450
|
## Converting from Claude Code
|
|
437
451
|
|
|
438
|
-
Migrating skills
|
|
452
|
+
Migrating skills or agents from CEP or other Claude Code-format sources to Systematic? See the [Conversion Guide](https://fro.bot/systematic/guides/conversion-guide/) for field mappings and examples.
|
|
439
453
|
|
|
440
454
|
## References
|
|
441
455
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fro.bot/systematic",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Structured engineering workflows for OpenCode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://fro.bot/systematic",
|
|
@@ -17,8 +17,7 @@
|
|
|
17
17
|
"files": [
|
|
18
18
|
"dist",
|
|
19
19
|
"skills",
|
|
20
|
-
"agents"
|
|
21
|
-
"commands"
|
|
20
|
+
"agents"
|
|
22
21
|
],
|
|
23
22
|
"workspaces": [
|
|
24
23
|
"docs"
|
package/commands/.gitkeep
DELETED
|
File without changes
|