chemistrywow31/A-Team
48 stars · Last commit 2026-05-06
Multi-agent system that designs and generates complete agent team structures through conversational interviews. Supports Claude Code and Codex.
README preview
# A-Team A-Team is a multi-agent team designer. It interviews the user, decomposes responsibilities, plans skills and rules, and generates ready-to-run team structures. This repository supports **dual-platform** operation: - **Claude Code**: `CLAUDE.md` + `.claude/` (agents, skills, rules) - **Codex**: `AGENTS.md` + project `.codex/` + runtime `agents/` + `.agents/skills/` Each platform has its own native configuration. Format conversion between platforms is also supported. --- ## 設計理念 **Anthropic 官方研究的蒸餾** 把 Anthropic 的 prompt engineering 教程、課程、Claude 4 最佳實踐、Context Engineering 部落格全部讀完,系統性地轉化成 agent 的行為約束規則。 結構性方案優先於指令、XML tag 分離、Uncertainty Protocol、Claude 4.6 語氣校準,全部有對應的規則檔。