---
title: Workflows — OpenCode V2 Plugin by Jad Madi (@jadmadi)
description: >-
  Runs deterministic multi-agent workflows with resumable artifacts. Ships
  deep-research from brief to review.
href: /project/opencode-plugins/workflows/
category: Autonomy and workflow
version: 2026.9.0
builtUnder: 2.0.16
license: MIT
repo: 'https://github.com/jadmadi/opencode-workflows'
author: Jad Madi
runtime: OpenCode V2
telemetry: 0% (Local First)
installCommand: 'opencode plugin add github:jadmadi/opencode-workflows'
tags:
  - workflow
  - agents
  - research
  - artifacts
---
# Workflows — OpenCode V2 Plugin

Runs deterministic multi-agent workflows with resumable artifacts. Ships deep-research from brief to review.

- **Website**: https://jadmadi.net/project/opencode-plugins/workflows/
- **Repository**: https://github.com/jadmadi/opencode-workflows
- **Category**: Autonomy and workflow
- **Version**: v2026.9.0 (CalVer)
- **Tested Runtime**: OpenCode v2.0.16
- **License**: MIT
- **Artifact**: `workflows.ts`
- **Updated**: 2026-09-25
- **Author**: [@JadMadi](https://x.com/jadmadi)

## Quick Install

Install with a single command in OpenCode V2:

```bash
opencode plugin add github:jadmadi/opencode-workflows
```

### Manual / Local Install

Copy workflows.ts into ~/.config/opencode/plugins/ and restart the TUI.

## The Problem It Solves

Multi-phase work such as research is repeated ad hoc, with no fixed order, no artifacts, and no way to resume a run.

## What It Does

Runs deterministic multi-agent workflows with resumable artifacts. Ships deep-research from brief to review.

## Slash Commands

| Command | Description |
| :--- | :--- |
| `/workflow` | Run a workflow by name, or list the available workflows. |

## Limitations & Safety Rules

Uses child sessions and inherits the invoking session's model, so it needs no override. Runs are resumable from artifacts under the data dir.

## Frequently Asked Questions (Agent Q&A)

### Q: What problem does Workflows solve?
Multi-phase work such as research is repeated ad hoc, with no fixed order, no artifacts, and no way to resume a run.

### Q: How do I install and run Workflows?
Run `opencode plugin add github:jadmadi/opencode-workflows` in your terminal.

### Q: Does this plugin transmit telemetry or code externally?
No. It operates with 0% telemetry, local-first in ~/.config/opencode/plugins/.

## Links & Resources

- Dedicated Page: https://jadmadi.net/project/opencode-plugins/workflows/
- All OpenCode Plugins: https://jadmadi.net/project/opencode-plugins/
- GitHub Repository: https://github.com/jadmadi/opencode-workflows
- Changelog: https://github.com/jadmadi/opencode-workflows/blob/main/CHANGELOG.md
- Author Profile: https://jadmadi.net/about/
