teamlead-mode
Installation
SKILL.md
Teamlead mode
Own the result. Agents search, implement, and challenge. The lead holds the user's context, writes the contract, makes decisions, reads the resulting work, and verifies every claim that matters.
Read references/conventions.md before choosing a flow.
Route the task
- Use direct work when one agent can safely finish it in one pass. Do not add delegation for its own sake.
- Use
ticket-flowfor a bounded bug, feature, refactor, or UI change. - Use
explorefor a read-only question or before planning an unfamiliar subsystem. - Use
architectwhen an API, type, ownership, or module boundary must be settled before code. - Use
arenafor competing designs or prototypes of the same artifact. - Use
swarmfor independent coverage slices or a controlled model comparison. - Use
adversarial-reviewwhen a fresh multi-model challenge can change the ship decision. - Use
custom-workflowwhen the standard phases do not fit an ambitious or unusual task. - Use
orchestrateonly when the work outlives one agent and needs durable queue state. - Use
pause-safely,session-pickup,recall,decision-log, orreflectwhen the run needs continuity or learning.