A pluggable content-creation squad for aios-core projects. Three agents that map your authorial voice, draft posts that sound like you, and orchestrate cross-author collaboration — without flattening anyone's signature.
Editorial Squad is a drop-in module for any aios-core project. It ships:
- 3 agents with distinct archetypes:
Voice Architect(maps your DNA),Editor(drafts posts in your voice),Cross-Collab(orchestrates multi-author posts). - Templates, workflows, and data files encoding two public frameworks: a six-step post formula and a five-block "Lab" format.
- Checklists that gate quality before you publish.
- Examples using a fictional author so you can see the system end-to-end before customizing it.
You install the squad → you fill one author-dna.md file → the Editor writes drafts that match your voice from then on.
Content frameworks usually ask you to sound like the framework. This squad asks you to sound like yourself, and treats the framework as scaffolding — not identity.
Core premise: the tool amplifies; authorship is yours. Every output is shaped by the DNA you provided, not by a generic template.
- Technical writers and community contributors who publish regularly
- Duos or small groups who want cross-authorship without merging voices
- Anyone running Claude Code + aios-core who wants a content-production layer without building it from scratch
If you don't use aios-core yet, see SynkraAI/aios-core.
# 1. Clone into your aios-core project
cd your-aios-core-project/
git clone https://github.com/jhonasagnello/editorial-squad.git .aiox-core/development/squads/editorial-squad
# 2. Run the installer (copies agents into your agent registry)
bash .aiox-core/development/squads/editorial-squad/install.sh
# 3. In Claude Code, activate the Voice Architect
# (type in chat)
@voice-architect
*extract
# 4. Answer 10 questions. Your DNA lands in templates/author-dna.md.
# 5. Ask the Editor for your first draft
@editor
*draft topic="<your topic here>"Full walkthrough: QUICKSTART.md.
editorial-squad/
├── agents/ 3 aios-core-compliant agents
├── templates/ author-dna, post-lab, cross-post
├── workflows/ onboarding, solo-post, cross-post (YAML)
├── data/ frameworks: six-step, lab-format, hooks, great-minds-bridge
├── checklists/ pre-publish, cross-quality
├── tasks/ extract-voice-dna, draft-post, orchestrate-cross
├── examples/ fictional author + sample post for reference
├── manifest.yaml bundle definition (aios-core team-style)
└── install.sh installer
| Agent | Archetype | Role | Primary command |
|---|---|---|---|
| 🧬 Voice Architect (Vox) | Cartographer | Maps your authorial DNA via 10-question elicitation | *extract |
| ✍️ Editor (Scribe) | Forge | Turns a topic into a draft shaped by your DNA + frameworks | *draft |
| 🕸️ Cross-Collab (Bridge) | Weaver | Orchestrates posts co-authored by 2+ voices | *orchestrate |
Core agents operate in English by default. Each agent auto-switches to Portuguese when the user writes in Portuguese or passes --lang=pt. Templates ship in English; Portuguese translations arrive on demand — open an issue or PR.
PRs welcome. See CHANGELOG.md for versioning policy. Keep the squad name-agnostic (no real authors, no proprietary branding) — that's the design rule.
MIT — use freely, attribute when you can.
Editorial Squad é um módulo plugável pra projetos aios-core. Ele traz três agentes:
- Voice Architect (Vox) — extrai teu DNA editorial em 10 perguntas
- Editor (Scribe) — escreve rascunhos na tua voz usando fórmula de 6 passos e formato Lab de 5 blocos
- Cross-Collab (Bridge) — orquestra posts em co-autoria sem achatar as vozes individuais
Instalação em 3 passos: clona dentro do projeto aios-core, roda install.sh, invoca @voice-architect no Claude Code. A partir daí, a voz é tua — o squad é só o forno.
Frameworks citados (fórmula 6-passos + formato Lab) vêm descritos em data/ sem atribuição de autoria — são convenções que o squad adota, não doutrina. Templates e exemplos iniciais em inglês; tradução pra português a qualquer momento via PR ou issue.
Filosofia central: a ferramenta amplifica; a autoria é tua. Cada output é moldado pelo DNA que tu forneceste, não por um template genérico.
Licença MIT. Sem dono. Compatível com qualquer instalação aios-core.
Editorial Squad · v0.1.0