Tandem engineering workflow

SkillAI & models

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.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Tandem engineering workflow skill

What this skill tells your AI

The instructions your AI receives, as published by maxmedawar/tandem in skills/tandem-engineering-workflow/SKILL.md and read by ahel’s review.

πŸ“‹πŸ“‹πŸ“‹πŸ“‹πŸ“‹ 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.

Roles

  • Human: sets the goal, grants authority, makes consequential product decisions.
  • Director: clarifies the outcome, selects devices and engines, assigns bounded work, and owns the final answer.
  • Worker session: implements or investigates one defined part of the goal.
  • Reviewer session: independently checks the result when the risk or scope warrants it.

One session may hold several roles on a small task. Keep ownership explicit on larger work.

Workflow

Understand

  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.

Plan

  1. Break work into phases with clear file ownership and tests.
  2. Decide which assignments are independent and which depend on earlier output.
  3. Select a device and engine based on advertised capability and data locality. Do not route by guesswork.
  4. 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.
  5. Review the plan before authorizing broad writes. Correct scope drift before code is changed.

Build

  1. Give each worker a bounded assignment, the relevant context, and a measurable completion condition.
  2. Preserve user changes and avoid unrelated refactors.
  3. Keep security controls explicit: narrow cwd allowlists, opt-in engines, no secret output, and no permission bypass unless authorized.
  4. Poll a running turn instead of resending its prompt.
  5. Read the worker's actual result. A completion claim is not verification.

Verify

  1. Inspect the diff or resulting artifact directly.
  2. Run focused tests first, then the full relevant suite.
  3. Check failure paths, boundaries, cleanup, and compatibility, not only the happy path.
  4. Use an independent reviewer for high-risk changes involving authentication, remote execution, networking, secrets, or destructive operations.
  5. Fix findings and repeat verification until no required work remains.

Report

  1. Lead with the outcome.
  2. State what changed, what was verified, and what remains limited.
  3. Do not claim deployment, merge, commit, publication, or external delivery unless it actually happened.
  4. Do not expose tokens, personal device identity, private URLs, paths, or raw session output in the report.

Multi-device rules

  • Call list_devices before choosing a remote target.
  • Preserve global names such as studio:review exactly.
  • A disconnected device is a recoverable operational state, not evidence that its work failed or succeeded.
  • Re-run selection only for new sessions. Existing global names remain pinned.
  • Integrate cross-device work in one explicitly owned place.

Quality gate

The work is ready only when:

  • the requested behavior exists;
  • tests pass in proportion to risk;
  • security and privacy boundaries still hold;
  • documentation matches actual behavior;
  • the diff contains no unexplained unrelated changes;
  • the director can explain remaining limitations without relying on a worker's unsupported claim.

Signals

GitHub stars
25
Forks
10
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
tandem-engineering-workflow
Source
github.com/maxmedawar/tandem