Workflow plugin for OpenCode and Cursor providing structured development practices.
- Skills: PRD-driven development, advisor gates, BDD implementation, context management
- Commands: 9 workflow commands exposed in Cursor
- Hooks: Session bootstrap with workflow rule reinforcement
Add to opencode.json:
{
"plugin": [
"opencode-pty",
"groundwork@git+https://github.com/IniZio/groundwork.git"
]
}Restart OpenCode. Skills are auto-discovered.
One-line install:
curl -fsSL https://raw.githubusercontent.com/IniZio/groundwork/main/.cursor-plugin/INSTALL.sh | bashThen restart Cursor or run Developer: Reload Window.
Verify: Settings → Plugins → Groundwork Workflow.
Note: Not yet published to the Cursor marketplace. Local install only.
| Command | Description |
|---|---|
create-prd |
Create master PRD for features |
advisor-gate |
Completion gate and uncertainty escalation |
bdd-implement |
BDD-first implementation |
nested-prd |
Handle scope changes with child PRDs |
consolidate-docs |
Merge PRDs into time-neutral docs |
session-continue |
Handoff and context management |
commit |
Git commit with consistent style |
using-workflow |
Bootstrap workflow rules |
opencode-acp |
Cross-instance control protocol |
- PRD-first for non-trivial features (≥1 day)
- Advisor gate before declaring done
- Background tasks for parallel work
- No PRD commits to git
- No worktrees
- PTY tools for long-running commands
Auto-updates on OpenCode restart (unpinned git URL).