[PR #2384] [MERGED] docs: add OpenCode AI-assisted development guide #2265

Closed
opened 2026-02-26 20:33:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2384
Author: @Mythie
Created: 1/13/2026
Status: Merged
Merged: 1/13/2026
Merged by: @Mythie

Base: mainHead: chore/add-opencode-support


📝 Commits (1)

  • 200d0ad docs: add OpenCode AI-assisted development guide

📊 Changes

19 files changed (+1300 additions, -0 deletions)

View changed files

.agents/justifications/.gitkeep (+0 -0)
.agents/plans/.gitkeep (+0 -0)
.agents/scratches/.gitkeep (+0 -0)
.opencode/commands/commit.md (+80 -0)
.opencode/commands/continue.md (+112 -0)
.opencode/commands/create-justification.md (+75 -0)
.opencode/commands/create-plan.md (+76 -0)
.opencode/commands/create-scratch.md (+75 -0)
.opencode/commands/document.md (+201 -0)
.opencode/commands/implement.md (+100 -0)
.opencode/commands/interview.md (+57 -0)
.opencode/skill/create-justification/SKILL.md (+56 -0)
.opencode/skill/create-plan/SKILL.md (+56 -0)
.opencode/skill/create-scratch/SKILL.md (+56 -0)
📝 CONTRIBUTING.md (+50 -0)
scripts/create-justification.ts (+74 -0)
scripts/create-plan.ts (+74 -0)
scripts/create-scratch.ts (+74 -0)
scripts/utils/generate-id.ts (+84 -0)

📄 Description

Adds OpenCode support for AI-assisted development, including custom commands and skills to help contributors maintain consistency and streamline common workflows.

Changes

  • Added "AI-Assisted Development with OpenCode" section to CONTRIBUTING.md with:
    • Installation instructions and provider configuration
    • Documentation for 8 custom commands (/implement, /continue, /interview, /document, /commit, /create-plan, /create-scratch, /create-justification)
    • Typical workflow guide
    • Clear policy that AI-generated code must be reviewed before submission
  • Added .agents/ directory for plans, scratches, and justifications
  • Added .opencode/ commands and skills for the agent
  • Added helper scripts for creating agent files

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2384 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `chore/add-opencode-support` --- ### 📝 Commits (1) - [`200d0ad`](https://github.com/documenso/documenso/commit/200d0adbf5cbbf14b049dfa7855bc987729a6b80) docs: add OpenCode AI-assisted development guide ### 📊 Changes **19 files changed** (+1300 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.agents/justifications/.gitkeep` (+0 -0) ➕ `.agents/plans/.gitkeep` (+0 -0) ➕ `.agents/scratches/.gitkeep` (+0 -0) ➕ `.opencode/commands/commit.md` (+80 -0) ➕ `.opencode/commands/continue.md` (+112 -0) ➕ `.opencode/commands/create-justification.md` (+75 -0) ➕ `.opencode/commands/create-plan.md` (+76 -0) ➕ `.opencode/commands/create-scratch.md` (+75 -0) ➕ `.opencode/commands/document.md` (+201 -0) ➕ `.opencode/commands/implement.md` (+100 -0) ➕ `.opencode/commands/interview.md` (+57 -0) ➕ `.opencode/skill/create-justification/SKILL.md` (+56 -0) ➕ `.opencode/skill/create-plan/SKILL.md` (+56 -0) ➕ `.opencode/skill/create-scratch/SKILL.md` (+56 -0) 📝 `CONTRIBUTING.md` (+50 -0) ➕ `scripts/create-justification.ts` (+74 -0) ➕ `scripts/create-plan.ts` (+74 -0) ➕ `scripts/create-scratch.ts` (+74 -0) ➕ `scripts/utils/generate-id.ts` (+84 -0) </details> ### 📄 Description Adds OpenCode support for AI-assisted development, including custom commands and skills to help contributors maintain consistency and streamline common workflows. #### Changes - Added "AI-Assisted Development with OpenCode" section to CONTRIBUTING.md with: - Installation instructions and provider configuration - Documentation for 8 custom commands (/implement, /continue, /interview, /document, /commit, /create-plan, /create-scratch, /create-justification) - Typical workflow guide - Clear policy that AI-generated code must be reviewed before submission - Added .agents/ directory for plans, scratches, and justifications - Added .opencode/ commands and skills for the agent - Added helper scripts for creating agent files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:33:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2265
No description provided.