@@ -27,11 +27,52 @@ For agent system configuration, see: https://github.com/OpenSIN-Code/Code-Swarm
2727| ** coder-sin-swarm** | fireworks-ai/minimax-m2.7 | Swarm Coder |
2828| ** Coder-SIN-Qwen** | vercel/deepseek-v4-flash | Alternative Coder |
2929| ** Stealth-Orchestrator** | vercel/deepseek-v4-flash | Browser Automation |
30+ | ** explore** | stepfun-ai/step-3.5-flash | Codebase Analysis, AST-grep, Pattern Detection |
31+ | ** orchestrator** | fireworks-ai/minimax-m2.7 | Cognitive Assembly Line Coordinator |
3032
3133** Simone-MCP** : All Code-Swarm agents use Simone-MCP for AST-level code operations.
3234
3335** If an agent you need doesn't exist: CREATE IT via ` create-a2a-sin-agent ` skill, no asking.**
3436
37+ ---
38+
39+ ## 🧠 Cognitive Assembly Line Pipeline
40+
41+ The ** Cognitive Assembly Line** is a 6-stage automated workflow for parallel agent execution:
42+
43+ ```
44+ User Prompt → Descriptor → Router → Parallel Swarms → Validation Layer → Execution Layer → Aggregation → Final Output
45+ ```
46+
47+ ### Pipeline Commands (OpenCode.json)
48+
49+ | Command | Purpose |
50+ | ---------| ---------|
51+ | ` pipeline-descriptor ` | Analyze prompt, generate pipeline template (complexity, subagents, time estimate) |
52+ | ` pipeline-router ` | Dispatch tasks to subagents based on descriptor |
53+ | ` pipeline-validation ` | Run code quality checks (lint, test, security, perf) |
54+ | ` pipeline-execution ` | Execute domain specialist agents |
55+ | ` pipeline-aggregation ` | Collect results, generate PRs/docs |
56+ | ` pipeline-full ` | Execute complete pipeline end-to-end |
57+ | ` dispatch-to-subagent ` | Direct dispatch to specific subagent |
58+
59+ ### Subagents (oh-my-opencode.json)
60+
61+ The subagent layer consists of ** 21 specialized agents** organized in 6 groups:
62+
63+ ** Audio & Medien:** ` audio_agent ` (TTS/SST), ` multimedia_looker ` (Vision/GUI)
64+ ** Web-Recherche:** ` athena ` (Strategic), ` argus ` (Multi-Source), ` daedalus ` (Technical), ` hermes_scout ` (Fast Retriever)
65+ ** Code-Qualität:** ` code-checker ` , ` test-runner ` , ` security-scanner ` , ` performance-auditor ` (placeholders)
66+ ** Dokumentation:** ` doc-writer ` , ` pr-generator ` , ` changelog-writer ` (placeholders)
67+ ** DevOps:** ` ci-agent ` , ` env-manager ` , ` infra-provisioner ` , ` backup-agent ` (placeholders)
68+ ** Data Science:** ` data-viz ` , ` data-analyzer ` , ` ml-trainer ` , ` ml-deployer ` (placeholders)
69+
70+ ** Note:** Placeholder subagents are configured in OpenCode.json but not yet implemented. Active subagents: 13/21.
71+
72+ See ` infra-opencode-stack/README.md ` for complete subagent specifications.
73+
74+ ---
75+
3576## 🚀 GLOBAL BRAIN INITIALIZATION (PRIORITY -100.0)
3677
3778Before starting ANY work in this repo, you MUST initialize Global Brain hooks:
0 commit comments