gmf520/openspec-agents

基于状态机的多智能体协作开发框架。由一个主调度器(MainOrchestrator)驱动 8 个专职子 Agent,通过严格的阶段跃迁规则和 OpenSpec 标准化文档协议,完成从需求分析到交付归档的完整开发生命周期。

17Stars on the repository
48Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

apply-agent.body

01

gmf520/openspec-agents

Agent Codex

A leaf worker in the OpenSpec workflow that completes its assigned work directly instead of starting other agents.

17 4mo ago A 0 tokens

archive-agent.body

02

gmf520/openspec-agents

Agent Codex

A leaf worker in the OpenSpec workflow that completes its assigned work directly instead of starting other agents.

17 4mo ago A 0 tokens

create-agent.body

04

gmf520/openspec-agents

Agent Codex

A leaf worker in the OpenSpec workflow that completes its assigned work directly instead of starting other agents.

17 4mo ago A 0 tokens

sync-agent.body

06

gmf520/openspec-agents

Agent Codex

A leaf-level worker in the OpenSpec workflow, meaning it performs its assigned work directly rather than managing other agents. The description does not specify which synchronisation work it performs.

17 4mo ago A 0 tokens

test-agent.body

07

gmf520/openspec-agents

Agent Codex

A leaf-level worker in the OpenSpec workflow, meaning it performs its assigned work directly rather than managing other agents. The description does not specify which testing work it performs.

17 4mo ago A 0 tokens

verify-agent.body

08

gmf520/openspec-agents

Agent Codex

A leaf-level worker in the OpenSpec workflow, meaning it performs its assigned work directly rather than managing other agents. The description does not specify which verification work it performs.

17 4mo ago A 0 tokens

apply-agent

09

gmf520/openspec-agents

Agent Claude Code

A coding agent that implements the items listed in tasks.md. It checks that the project still builds after each change and is the only agent in this setup allowed to write code.

17 4mo ago A 40 tokens

archive-agent

10

gmf520/openspec-agents

Agent Claude Code

An agent that prepares a change for archiving by checking its completeness and writing a delivery summary. It does not perform the final archive action.

17 4mo ago A 43 tokens

code-review-agent

11

gmf520/openspec-agents

Agent Claude Code

A code review agent that examines all changes produced by the implementation agent. It checks correctness, security, performance, and maintainability across eight review areas, then returns PASS, MUSTFIX, or SUGGEST.

17 4mo ago A 51 tokens

create-agent

12

gmf520/openspec-agents

Agent Claude Code

A planning agent that turns requirements and a proposed solution into OpenSpec planning documents. OpenSpec is a structured format for describing a change before it is implemented.

17 4mo ago A 37 tokens

gate-review-agent

13

gmf520/openspec-agents

Agent Claude Code

A review agent that checks planning documents before coding begins. It applies eight quality checks and returns a PASS, CONDITIONALPASS, or BLOCKED result.

17 4mo ago A 46 tokens

sync-agent

14

gmf520/openspec-agents

Agent Claude Code

A specification-sync agent that merges the differences from a change into the main specification set.

17 4mo ago A 33 tokens

test-agent

15

gmf520/openspec-agents

Agent Claude Code

A test-validation agent that runs the test suite and checks each Given-When-Then scenario from the change specification. Given-When-Then describes the starting situation, an action, and the expected result.

17 4mo ago A 42 tokens

verify-agent

16

gmf520/openspec-agents

Agent Claude Code

A final verification agent that checks an implementation against all planning documents and reports PASS or FAIL.

17 4mo ago A 42 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: