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
+2 -2
View File
@@ -10,7 +10,7 @@ Paste-ready prompt:
```text
Install my agent team from the dev_agent_team repo:
1. Clone git@gitea.skink-platy.ts.net:admin/dev_agent_team.git into ~/projects/dev_agent_team.
2. Run bash ~/projects/dev_agent_team/scripts/install.sh to copy the 12 agents into ~/.config/opencode/agents (existing files are backed up automatically).
3. Verify by running `opencode agent list` and confirm exactly 12 agents are registered.
2. Run bash ~/projects/dev_agent_team/scripts/install.sh to copy the 13 agents into ~/.config/opencode/agents (existing files are backed up automatically).
3. Verify by running `opencode agent list` and confirm exactly 13 agents are registered.
4. Report which agents were new and whether anything failed.
```