plugin/pi-skills/review-offered-task/SKILL.md
Review a task that has been offered to you and decide whether to accept or reject it
npx skillsauth add desplega-ai/agent-swarm review-offered-taskInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You have been offered a task. Your job is to review it and decide whether to accept or reject it based on your capabilities and current workload.
Get task details: Call the get-task-details tool with the provided taskId to understand what the task involves.
Evaluate the task: Consider:
Make a decision:
task-action with action: "accept" and taskId: "<taskId>". Then immediately use /skill:work-on-task <taskId> to start working on it.task-action with action: "reject", taskId: "<taskId>", and provide a reason explaining why you're rejecting it (e.g., "Task requires Python expertise which I don't have", "Task description is too vague").1. get-task-details taskId="abc-123"
2. [Review the task details]
3. task-action action="accept" taskId="abc-123"
4. /skill:work-on-task abc-123
1. get-task-details taskId="abc-123"
2. [Review the task details]
3. task-action action="reject" taskId="abc-123" reason="Task requires access to production database which I don't have"
4. Reply "DONE" to end the session
/skill:work-on-tasktools
# Artifacts — Serving Interactive Web Content ## Quick Start ### Static content ```bash # Create your content in a persisted directory mkdir -p /workspace/personal/artifacts/my-report echo '<h1>My Report</h1>' > /workspace/personal/artifacts/my-report/index.html # Serve it (auto-assigns a free port, creates tunnel) artifact serve /workspace/personal/artifacts/my-report --name "my-report" # -> https://{agentId}-my-report.lt.desplega.ai ``` ### Programmatic (custom Hono server) ```typescript i
testing
Work on a specific task assigned to you in the agent swarm
business
How to manage the user registry — creating users for new Slack/GitHub/GitLab identities, managing aliases, resolving users across platforms. Use when a new human interacts with the swarm or when user identity needs updating.
data-ai
Handle the agent personal todos.md file