← ClaudeAtlas

agent-workflowslisted

Use when coordinating multi-agent work, parallel execution, task handoff, shared context, or clean session shutdown across multiple agents or terminals. Especially useful when the host supports subagents, hooks, or shared context. Common triggers: multi-agent, parallel work, agent coordination, task handoff, subagent delegation, version bump, bump version, release notes, changelog, tag release, release prep.
MarkBovee/agent-skills-kit · ★ 1 · AI & Automation · score 72
Install: claude install-skill MarkBovee/agent-skills-kit
# ASK Agent Workflows Coordinate independent evidence, not agent activity for its own sake. ## Good fit Delegate only when it improves independence, coverage, specialist reasoning, or speed. The primary agent owns scope, integration, iteration, and final communication. - **any auxiliary work (default)** — grep, review, research, isolated edit - the work splits into independent parts - one branch is blocked on a slow command or external wait - a handoff between sessions is already happening - bounded release chore (version bump, changelog, release notes) ## Lifecycle policy Select workflow depth by risk: 1. **Small** — execute → validate. No subagent unless it materially improves proof. 2. **Normal** — plan → execute → validate → review. Delegate validation or review when a second context improves confidence. 3. **Significant** — intake → plan → plan-check → execute → validate → review → iterate → independent audit. 4. **Release-sensitive** — significant flow plus release-gate. Release-gate consumes evidence and never modifies source. Keep phases distinct: validation asks whether defined checks pass; review checks requirements, regressions, and design risk; audit independently searches for counterexamples, bypasses, ambiguity, unsafe fallbacks, nondeterminism, and compatibility breaks. ## Subagent evidence contract Return one explicit status with concrete evidence: - `ASK_WORKFLOW_PASS phase=VALIDATE` — required checks passed. - `ASK_WORKFLOW_FINDINGS phase=AUDIT` —