Browse Source

Merge branch 'main' into feature/oac-package-refactor

Darren Hinde 5 months ago
parent
commit
c8fd9f583b
1 changed files with 25 additions and 0 deletions
  1. 25 0
      README.md

+ 25 - 0
README.md

@@ -159,10 +159,35 @@ opencode --agent OpenAgent
 
 **Installation:**
 
+1. Register the marketplace:
+```bash
+/plugin marketplace add darrenhinde/OpenAgentsControl
+```
+
+2. Install the plugin:
 ```bash
 /plugin install oac
 ```
 
+3. Download context files:
+```bash
+/oac:setup --core
+```
+
+4. Start building:
+```
+Add a login endpoint
+```
+
+**Features:**
+- ✅ 6-stage workflow with approval gates
+- ✅ Context-aware code generation
+- ✅ 7 specialized subagents (task-manager, context-scout, context-manager, coder-agent, test-engineer, code-reviewer, external-scout)
+- ✅ 9 workflow skills + 6 user commands
+- ✅ Flexible context discovery (.oac config, .claude/context, context, .opencode/context)
+- ✅ Add context from GitHub, worktrees, local files, or URLs
+- ✅ Easy feature planning with `/oac:plan`
+
 **Documentation:**
 - [Plugin README](./plugins/claude-code/README.md) - Complete plugin documentation
 - [First-Time Setup](./plugins/claude-code/FIRST-TIME-SETUP.md) - Step-by-step guide