forked from RBraga01/a-team
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
69 lines (56 loc) · 1.84 KB
/
Copy pathCITATION.cff
File metadata and controls
69 lines (56 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
cff-version: 1.2.0
message: >-
If you use A Team in your research, teaching, or published work,
please cite it using the metadata below.
title: "A Team: Universal Multi-Agent Infrastructure for AI Coding Assistants"
abstract: >-
A Team is an open-source package of specialist agents, workflow skills, and
enforcement hooks that turns any AI coding assistant into a structured engineering
team. It provides 26 specialist agents across five categories (leadership, quality,
language specialists, domain, and operations), 19 enforced workflow skills including
hard gates that cannot be bypassed, and a lead orchestrator that manages daily task
flow. The infrastructure is stateless by design — every agent derives its context
from files. Compatible with Claude Code, Codex CLI, Cursor, and OpenCode.
authors:
- family-names: Braga
given-names: Ricardo Romão Marques
alias: RBraga01
email: ricardormbraga@hotmail.com
version: "1.2.0"
date-released: "2026-06-02"
license: MIT
repository-code: "https://github.com/RBraga01/a-team"
url: "https://rbraga01.github.io/a-team/"
keywords:
- multi-agent
- ai-agents
- workflow-automation
- tdd
- code-review
- orchestration
- claude-code
- codex-cli
- cursor
- opencode
- software-engineering
- quality-gates
- llm-agents
- developer-tools
- structured-prompts
type: software
identifiers:
- type: url
value: "https://github.com/RBraga01/a-team"
description: "GitHub repository"
preferred-citation:
type: software
title: "A Team: Universal Multi-Agent Infrastructure for AI Coding Assistants"
authors:
- family-names: Braga
given-names: Ricardo Romão Marques
alias: RBraga01
version: "1.2.0"
date-released: "2026-06-02"
license: MIT
repository-code: "https://github.com/RBraga01/a-team"
url: "https://rbraga01.github.io/a-team/"