feat: Hybrid Discovery-Production Workflow#28
Conversation
- Add docs/hybrid-workflow.md: two-phase model, slimmed agent hierarchy, decision gates, and /prototype fast lane - Update AGENTS.md with Workflow Modes section and /prototype command - Add hybrid-prototype skill: 6-phase fast lane for discovery phase Closes #27
|
I've reviewed all 3 changed files. Here's my analysis: PR Review: feat: Hybrid Discovery-Production WorkflowGood
Issues1. Misleading The existing 2. Missing Coordination Rule 4 in 3. The new command is documented in the body text but absent from the command index. Users scanning for available commands won't find it. 4. The directory structure documents 5. No guard against review-mode bleed — The full OCGS Suggestions
Verdict: APPROVED with concerns. The design is sound and well-integrated, but the |
|
Here's my review of the current state of the branch: PR Review: feat: Hybrid Discovery-Production WorkflowWhat was fixed (since bot review #1)
Remaining issues1. CRITICAL: Duplicate Two copies exist:
The
Since the skill itself references 2. MEDIUM: Coordination Rule 4 still references
Suggestions
Verdict: APPROVED with changes. The design is solid. The stale duplicate file is the main blocker — it will cause confusion the moment someone reads the wrong copy. |


Summary
Introduces a hybrid workflow that splits the project lifecycle into two distinct modes: Discovery (pre-production) and Production, to better accommodate indie teams and creative iteration while preserving OCGS production discipline when it matters.
Motivation
The current OCGS framework requires 7+ formal stages before writing gameplay code. This is excellent for large teams with known designs, but creates excessive overhead for small indie teams still searching for the fun. This PR adds a first-class hybrid workflow that:
Changes
New Documentation
docs/hybrid-workflow.md— Complete two-phase model documentation:/prototypefast lane specificationUpdated Documentation
AGENTS.md— Added "Workflow Modes" section explaining Hybrid vs. Full OCGS, and added/prototypeto the Getting Started command listNew Skill
.opencode/skills/hybrid-prototype/SKILL.md— Fast-lane prototype skill:DECISION.mdinstead of formalREPORT.md/prototypeskillAcceptance Criteria
docs/hybrid-workflow.mdAGENTS.mdupdated with discovery/production context/prototypeskill created (ashybrid-prototype)Testing
AGENTS.md/prototypeskill remains untouchedRelated Issue
Closes #27