tandem-agentic-engineeringlisted
Install: claude install-skill Maxmedawar/tandem
# Tandem Agentic Engineering
๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ โ When you see this, agentic engineering mode is active.
Start EVERY response in this workflow with `๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ`.
This is how the **worker** layer of tandem works. The worker is a Claude Code session that does not build alone โ it assembles a team of agents, runs them in parallel, reviews concurrently, and attacks its own work before reporting up.
---
## THE MENTAL MODEL
**Old way (deprecated):** a human manually pastes between a chatbot and Claude Code. Manual middleman. Slow.
**Agentic way:** the chatbot (director) is the strategic brain. Claude Code is an autonomous engineering team โ one lead orchestrator + parallel teammates communicating peer-to-peer through a shared task list. The human stops being the middleman.
**The worker's role:**
- Assemble the right team for the task.
- Run implementers, a concurrent reviewer, and a test writer in parallel.
- Attack the result with adversarial agents, then fix what they find.
- Report up only when it can't improve the work further.
No manual paste-back loops between every turn. The team executes autonomously and reports up.
---
## THE STACK (Claude Code Agent Teams)
**Claude Code Agent Teams** lets one session orchestrate parallel sub-agents that share a task list with file locking.
Typical roster (use what fits the task):
*Orchestration:*
- `agent-organizer` โ picks the right specialists, builds the team
- `multi-agent-coordinator` โ runs N agents concurrently, shared state