---
title: Compose Next — OpenCode V2 Plugin by Jad Madi (@jadmadi)
description: >-
  A spec-to-ship workflow as a skill: grill, spec, workspace, implement, verify,
  review, finalize, finish, with a read-only reviewer.
href: /project/opencode-plugins/compose-next/
category: Autonomy and workflow
version: 2026.9.0
builtUnder: 2.0.16
license: MIT
repo: 'https://github.com/jadmadi/opencode-compose-next'
author: Jad Madi
runtime: OpenCode V2
telemetry: 0% (Local First)
installCommand: 'opencode plugin add github:jadmadi/opencode-compose-next'
tags:
  - workflow
  - skill
  - spec
  - review
  - agents
---
# Compose Next — OpenCode V2 Plugin

A spec-to-ship workflow as a skill: grill, spec, workspace, implement, verify, review, finalize, finish, with a read-only reviewer.

- **Website**: https://jadmadi.net/project/opencode-plugins/compose-next/
- **Repository**: https://github.com/jadmadi/opencode-compose-next
- **Category**: Autonomy and workflow
- **Version**: v2026.9.0 (CalVer)
- **Tested Runtime**: OpenCode v2.0.16
- **License**: MIT
- **Artifact**: `compose-next.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-compose-next
```

### Manual / Local Install

Copy compose-next.ts into ~/.config/opencode/plugins/ and the skill into ~/.config/opencode/skills/.

## The Problem It Solves

Work that jumps straight to code skips design and review; the path from idea to a merged change needs a repeatable order and an independent reviewer.

## What It Does

A spec-to-ship workflow as a skill: grill, spec, workspace, implement, verify, review, finalize, finish, with a read-only reviewer.

## Slash Commands

| Command | Description |
| :--- | :--- |
| `/compose-next` | Start the spec-to-ship workflow and attach the compose-next skill. |

## Limitations & Safety Rules

Needs the compose-next skill installed under ~/.config/opencode/skills/compose-next/SKILL.md.

## Frequently Asked Questions (Agent Q&A)

### Q: What problem does Compose Next solve?
Work that jumps straight to code skips design and review; the path from idea to a merged change needs a repeatable order and an independent reviewer.

### Q: How do I install and run Compose Next?
Run `opencode plugin add github:jadmadi/opencode-compose-next` 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/compose-next/
- All OpenCode Plugins: https://jadmadi.net/project/opencode-plugins/
- GitHub Repository: https://github.com/jadmadi/opencode-compose-next
- Changelog: https://github.com/jadmadi/opencode-compose-next/blob/main/CHANGELOG.md
- Author Profile: https://jadmadi.net/about/
