Files
dev_agent_team/docs/PROMPT_INSTALL.md
T
Your Name 0ec44a4ee4 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.
2026-09-07 01:57:59 -04:00

755 B

Prompt-based install

If you are already inside an opencode session, you do not need to touch a terminal yourself: paste the prompt below to the primary agent (e.g. orchestrator) and it will fetch this repository, run the installer, and verify the result for you.

Paste-ready prompt:

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 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.