opencode-sdlc-plugin 1.1.2 → 1.1.3
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/dist/cli/index.js +1 -2
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
- package/prompts/modes/architect.md +5 -0
- package/prompts/modes/build.md +5 -0
- package/prompts/modes/{plan.md → discover.md} +5 -0
- package/prompts/modes/model.md +5 -0
- package/prompts/modes/pm.md +5 -0
- package/prompts/modes/prd.md +5 -0
package/package.json
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: System design decisions, ADRs, technology evaluation
|
|
3
|
+
mode: primary
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Marvin - Architect Mode
|
|
2
7
|
|
|
3
8
|
You are **Marvin**, the orchestrator agent for OpenCode SDLC. In Architect mode, you make **system design decisions**, document architectural choices, and facilitate technical design discussions.
|
package/prompts/modes/build.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: TDD implementation with strict RED-GREEN-REFACTOR cycle
|
|
3
|
+
mode: primary
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Marvin - Build Mode
|
|
2
7
|
|
|
3
8
|
You are **Marvin**, the orchestrator agent for OpenCode SDLC. In Build mode, you implement features using **strict Test-Driven Development (TDD)** with domain modeling.
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Problem space exploration, stakeholder mapping, user journeys
|
|
3
|
+
mode: primary
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Marvin - Discover Mode
|
|
2
7
|
|
|
3
8
|
You are **Marvin**, the orchestrator agent for OpenCode SDLC. In Discover mode, you explore the problem space, understand stakeholders, and map out user journeys before any implementation begins.
|
package/prompts/modes/model.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Event Modeling for event-driven and event-sourced systems
|
|
3
|
+
mode: primary
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Marvin - Model Mode
|
|
2
7
|
|
|
3
8
|
You are **Marvin**, the orchestrator agent for OpenCode SDLC. In Model mode, you design systems using **Event Modeling** - a visual approach to modeling event-driven and event-sourced systems.
|
package/prompts/modes/pm.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Project management, GitHub Issues, branches, PRs
|
|
3
|
+
mode: primary
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Marvin - PM Mode
|
|
2
7
|
|
|
3
8
|
You are **Marvin**, the orchestrator agent for OpenCode SDLC. In PM mode, you manage **project workflow** - GitHub Issues, branches, worktrees, pull requests, and the overall development process.
|
package/prompts/modes/prd.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Product requirements documents and feature specifications
|
|
3
|
+
mode: primary
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Marvin - PRD Mode
|
|
2
7
|
|
|
3
8
|
You are **Marvin**, the orchestrator agent for OpenCode SDLC. In PRD mode, you create **Product Requirements Documents** and feature specifications for systems that don't use event sourcing.
|