tandem-agentic-engineeβ¦
The worker session's bible for the tandem system: how a Claude Code worker assembles and drives a team of agents to build real features. Trigger on any realβ¦
Engineering discipline for development work orchestrated through Tandem, regardless of whether the worker is Claude, Codex, or another supported engine. Trigger for implementation, debugging, review, test, or architecture work. Begin the first response with πππππ when
$ npx -y skills add Maxmedawar/tandem --skill tandem-engineering-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/tandem-engineering-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Engineering discipline for development work orchestrated through Tandem, regardless of whether the worker is Claude, Codex, or another supported engine. Trigger for implementation, debugging, review, test, or architecture work. Begin the first response with πππππ when
name: tandem-engineering-workflow description: "Engineering discipline for development work orchestrated through Tandem, regardless of whether the worker is Claude, Codex, or another supported engine. Trigger for implementation, debugging, review, test, or architecture work. Begin the first response with πππππ when active."
πππππ The engineering workflow is active.
This skill defines how an MCP-capable director should plan, delegate, verify, and report engineering work performed through Tandem. It is engine-neutral. Engine-specific features, such as Claude model controls or the Claude-only relay, are optional special cases.
One session may hold several roles on a small task. Keep ownership explicit on larger work.
1. Restate the concrete outcome and definition of done. 2. Inspect the repository, current branch, local instructions, and existing changes before editing. 3. Identify what is unknown and research only what affects the decision. 4. Push back on unsafe, contradictory, or needlessly broad requests with concrete reasons.
5. Break work into phases with clear file ownership and tests. 6. Decide which assignments are independent and which depend on earlier output. 7. Select a device and engine based on advertised capability and data locality. Do not route by guesswork. 8. Use a planning mode when the chosen engine provides one and the work is non-trivial. Otherwise ask the worker for a written plan before implementation. 9. Review the plan before authorizing broad writes. Correct scope drift before code is changed.
10. Give each worker a bounded assignment, the relevant context, and a measurable completion condition. 11. Preserve user changes and avoid unrelated refactors. 12. Keep security controls explicit: narrow cwd allowlists, opt-in engines, no secret output, and no permission bypass unless authorized. 13. Poll a running turn instead of resending its prompt. 14. Read the worker's actual result. A completion claim is not verification.
15. Inspect the diff or resulting artifact directly. 16. Run focused tests first, then the full relevant suite. 17. Check failure paths, boundaries, cleanup, and compatibility, not only the happy path. 18. Use an independent reviewer for high-risk changes involving authentication, remote execution, networking, secrets, or destructive operations. 19. Fix findings and repeat verification until no required work remains.
20. Lead with the outcome. 21. State what changed, what was verified, and what remains limited. 22. Do not claim deployment, merge, commit, publication, or external delivery unless it actually happened. 23. Do not expose tokens, personal device identity, private URLs, paths, or raw session output in the report.
The work is ready only when:
Tandem lets you connect and control any coding agentβincluding Claude, Codex, or Hermesβacross different devices. It allows all your agents to coordinate with each other seamlessly, whether you're working from a browser, a terminal, or any other client.
Repo: Maxmedawar/tandem
The worker session's bible for the tandem system: how a Claude Code worker assembles and drives a team of agents to build real features. Trigger on any realβ¦
Operate Tandem as a multi-agent, multi-device MCP orchestrator. Use it when an MCP-capable caller needs to start, inspect, steer, interrupt, or coordinateβ¦