home/roleplay/opencoder-prompt-variants

OpenCoder Prompt Variants

GPTClaudeGemini··1,105 copies·updated 2026-07-14
opencoder-prompt-variants.prompt
# OpenCoder Prompt Variants

## Capabilities Matrix

| Variant | Code Quality | TDD Support | Incremental Dev | Build Checks | Test Execution | Pass Rate | Last Tested |
|---------|--------------|-------------|-----------------|--------------|----------------|-----------|-------------|
| default | ✅ | ✅ | ✅ | ✅ | ✅ | Not yet tested | - |

**Legend:**
- ✅ Works reliably
- ⚠️ Partial/inconsistent
- ❌ Does not work
- `-` Not tested yet

## Variants

### `default.md`
- **Target**: Claude Sonnet 4.5 (anthropic/claude-sonnet-4-5)
- **Focus**: Clean, maintainable code with TDD workflow
- **Status**: Stable, used in all PRs
- **Note**: For smaller/faster models, create a variant optimized for that model
- **Features**:
  - Plan-and-approve workflow
  - Incremental implementation
  - Test-driven development
  - Build and type checking
- **Test Results**: See `results/default-results.json` (once tested)

## Testing a Variant

when to use it

Community prompt sourced from the open-source GitHub repo darrenhinde/OpenAgentsControl (MIT). A "OpenCoder Prompt Variants" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

darrenhinde/OpenAgentsControl · MIT