<template> Required Team template
Required workflow template: research, cook, review, or debug. It selects the teammate pattern; it does not prove the live team surface exists.
/ak:team review "Review checkout failure paths" --reviewers 3 Quick Ref / Command
Engineer Kit
/ak:team
Orchestrates coordinated multi-session Agent Teams for independent research, implementation, review, and debug workstreams through a lead, shared work state, and direct communication.
Discover live surface
Decompose work
Create team
Register work
Rule 01
Use a live team surface or abort
Rule 02
The lead owns decomposition, integration, verification, shutdown, and cleanup
Rule 03
Use the smallest team that creates genuinely independent workstreams
Rule 04
Idle is not complete, and teammate completion is not proof
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.
Syntax
/ak:team <template> <context> [--devs N|--researchers N|--reviewers N|--debuggers N] [--plan-approval|--no-plan-approval] [--delegate] [--worktree]<template> Required Team template
Required workflow template: research, cook, review, or debug. It selects the teammate pattern; it does not prove the live team surface exists.
/ak:team review "Review checkout failure paths" --reviewers 3 <context> Required Team context
Required outcome, scope, ownership, dependencies, evidence format, and authority boundary for the lead to decompose into independent teammate work.
/ak:team cook "Implement accepted auth plan; checkout owns src/checkout, settings owns src/settings" --devs 2 --devs N Developer count
Requests N implementation teammates for cook. Use only when implementation ownership can be split without overlapping files.
/ak:team cook "Implement dashboard plan" --devs 3 --researchers N Researcher count
Requests N independent research angles before the lead synthesizes trade-offs, recommendations, and unresolved questions.
/ak:team research "Compare billing providers" --researchers 3 --reviewers N Reviewer count
Requests N read-only review focuses with severity, evidence, impact, and recommendation for every finding.
/ak:team review "Review checkout for security, accessibility, and failures" --reviewers 3 --delegate --debuggers N Debugger count
Requests N competing, testable root-cause hypotheses with evidence for and against each one.
/ak:team debug "Diagnose intermittent checkout timeout" --debuggers 3 --plan-approval Require plan approval
Keeps implementation teammates read-only until their scope, ownership, validation, risks, and rollback notes are approved through the live approval surface.
/ak:team cook "Implement accepted plan" --devs 3 --plan-approval --no-plan-approval Skip plan approval gate
Omits the dedicated plan gate. Normal scope, ownership, safety, and verification boundaries still apply.
/ak:team cook "Implement accepted plan" --devs 2 --no-plan-approval --delegate Delegate lead actions
Keeps the lead in coordination, approval, synthesis, and reporting mode without implementation edits, commands, tests, or merges.
/ak:team review "Audit checkout changes" --reviewers 4 --delegate --worktree Request worktree isolation
Requests isolated worktrees for implementation teammates when the live runtime supports them. It does not replace distinct file ownership.
/ak:team cook "Implement dashboard groups" --devs 3 --worktree research Research
cook Cook
review Review
debug Debug
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:teamresearch compare billing providers--researchers3
/ak:teamcook implement accepted auth plan--devs3--plan-approval--worktree
/ak:teamreview audit checkout changes--reviewers4
/ak:teamdebug diagnose intermittent checkout timeout--debuggers3