Add workflow-architect agent; raise team to 13 agents

- New workflow-architect subagent: FSM-first modeling with explicit
  model-selection strategy (statechart, DAG, decision tree, BPMN, Petri,
  saga, etc.), gap detection, failure/recovery as first-class, output
  spec format, and role fence vs Architect/Orchestrator.
- Orchestrator: add Workflow Architect to Specialist Map, roster,
  dispatch rule, workflow-modeling classification, handoff decision,
  final rules, and explicit dynamic agent selection (not a fixed
  pipeline).
- Installer EXPECTED_COUNT 12->13; docs/README/PROMPT_INSTALL updated;
  AgentsReport/workflow-architect seeded.
This commit is contained in:
Your Name
2026-09-07 01:57:59 -04:00
parent 36b2ea263a
commit 0ec44a4ee4
6 changed files with 368 additions and 13 deletions
+6 -6
View File
@@ -1,17 +1,17 @@
# dev_agent_team
A distributable package of 12 opencode agent definitions plus a one-command
A distributable package of 13 opencode agent definitions plus a one-command
installer, so the same agent team can be set up identically on any machine.
## What this is
This repository packages a complete multi-agent team for
[opencode](https://opencode.ai) — 12 role-specialized agents that work as one
[opencode](https://opencode.ai) — 13 role-specialized agents that work as one
system:
`architect`, `builder`, `designer`, `detective`, `explorer`, `maintainer`,
`orchestrator` (primary), `philosopher`, `reviewer`, `tester`, `toolsmith`,
`writer`.
`workflow-architect`, `writer`.
The agent definitions live in `agents/` and are copied verbatim into your
opencode config directory by `scripts/install.sh`. The installer is idempotent:
@@ -25,7 +25,7 @@ the 5 most recent backup folders.
dev_agent_team/
├── README.md # this file
├── .gitignore
├── agents/ # the 12 agent definitions (*.md)
├── agents/ # the 13 agent definitions (*.md)
├── scripts/
│ └── install.sh # one-command installer
└── docs/
@@ -81,6 +81,6 @@ After installing:
opencode agent list
```
3. You should see exactly **12 agents**: architect, builder, designer,
3. You should see exactly **13 agents**: architect, builder, designer,
detective, explorer, maintainer, orchestrator, philosopher, reviewer,
tester, toolsmith, writer.
tester, toolsmith, workflow-architect, writer.