darrenhinde/OpenAgentsControl

AI agent framework for plan-first development workflows with approval-based execution. Multi-language support (TypeScript, Python, Go, Rust) with automatic testing, code review, and validation built for OpenCode

4.8kStars on the repository
43Mods indexed here, across every type
17d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

darrenhinde/OpenAgentsControl

Agent

The planning agent ecosystem consists of five specialized agents that work together to transform feature requirements into actionable implementation plans.

4.8k 17d ago A 0 tokens original MIT

darrenhinde/OpenAgentsControl

Agent

Key Takeaway: The overall flow—context-driven, safety-aware, multi-stage orchestration using XML structure—is architecturally robust and aligns well with published best practices. However, the effectiveness of specific ordering, placement, and ratios is task-dependent. No universal percentages or absolute gains can be…

4.8k 17d ago A 0 tokens original MIT

code-reviewer

11

darrenhinde/OpenAgentsControl

Agent

Review code for security vulnerabilities, correctness, and quality. Use after implementation is complete and before committing. Examples: Context: coder-agent has finished implementing a new auth service. user: "The auth service is done, can you check it?" assistant: "I'll run the code-review skill to have…

4.8k 17d ago A 167 tokens original MIT

coder-agent

12

darrenhinde/OpenAgentsControl

Agent

Execute a single coding subtask from a JSON task file. Use when a subtaskNN.json file exists with acceptance criteria and deliverables. Examples: Context: The task-manager has created subtask01.json for a JWT service. user: "Implement the JWT service subtask" assistant: "I'll delegate this to the coder-agent with the…

4.8k 17d ago A 175 tokens original MIT

context-scout

14

darrenhinde/OpenAgentsControl

Agent

Discover relevant context files, coding standards, and project conventions. Use before implementation begins to find the right standards to follow. Examples: Context: User wants to build a new authentication feature. user: "Build me a JWT authentication system" assistant: "Before implementing, I'll use context-scout…

4.8k 17d ago A 175 tokens original MIT

external-scout

15

darrenhinde/OpenAgentsControl

Agent

Fetches external library and framework documentation from Context7 API and other sources, caching results for offline use.

4.8k 17d ago A 24 tokens original MIT

task-manager

16

darrenhinde/OpenAgentsControl

Agent

Break down complex features into atomic, verifiable subtasks with dependency tracking and JSON-based progress management.

4.8k 17d ago A 22 tokens original MIT