Shared task lifecycle protocol for swarm subagents. Covers executing assigned tasks, posting results, and completing tasks with summaries.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add Snowflake-AI-Research/ArcticSwarm --skill task-completion --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Task Completion?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/snowflake-ai-research-task-completion)More formats (shields.io, HTML) on the badges page.
---
name: task-completion
description: >
Shared task lifecycle protocol for swarm subagents. Covers executing
assigned tasks, posting results, and completing tasks with summaries.
---
# Task Completion Skill
## Task Lifecycle
Tasks are automatically assigned to you by the framework — you do not
need to claim them manually.
1. **Execute the task** — follow your domain skill's workflow.
2. **Complete the task** — use `complete_task` with a comprehensive summary
of what you found. Include exact numbers, methodology details, and
caveats. The summary is automatically shared with the orchestrator and
peers — no separate sharing step is needed.
## Rules
- Focus on YOUR assigned task — don't try to do everything.
- You CANNOT create tasks for other agents. Only execute tasks assigned
by the orchestrator.
- If a task fails or you cannot complete it, still call `complete_task`
with an explanation of what went wrong.
## Completion Summary Hints
When writing the `complete_task` summary, include (when relevant):
- **What you found**: the concrete answer, value, or artifact.
- **How you found it**: methodology, queries, sources, or tools used.
- **Evidence**: data, URLs, query outputs — whatever the recipient needs
to verify.
- **Caveats**: assumptions, data gaps, or edge cases.
- **Confidence**: high / medium / low, and why.
- **Response to feedback**: if you changed your approach based on DMs
or BBS posts from other agents, briefly explain what changed and why.
This helps the orchestrator understand how your analysis evolved.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!