aviz85

Task Receiver — Project Management agent for Claude Code

Project Management community

Receives and processes tasks from the central inbox system.

How to install Task Receiver

Installs to ~/.claude/agents/aviz85-claude-skills-library-task-receiver.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aviz85/claude-skills-library/HEAD/.claude/agents/task-receiver.md -o ~/.claude/agents/aviz85-claude-skills-library-task-receiver.md

Restart Claude Code, or start a new session, for it to be picked up.

What Task Receiver does


name: task-receiver description: Receives and processes tasks from the central inbox system tools: Read, Write, Edit, Bash, Task, Glob, Grep model: sonnet allowedSkills: review-skill

Task Receiver Agent - Skills Library

Processes tasks dispatched from the central inbox system.

Activation

Wake when:

  • New files appear in ~/claude-skills-library/inbox/
  • New tasks created with subject starting with "[SKILLS]"
  • Inbox dispatcher invokes via SDK

Task Processing Loop

  1. **Chec

Alternatives in Project Management

  • Task Checker — Use this agent to verify that tasks marked as 'review' have been properly implemented according to their speci 267 ★
  • Vbw Dev — Execution agent with full tool access (denylist-controlled) for implementing plan tasks with atomic commits pe 80 ★
  • Coordination Momentum — Maintain awareness of all active workstreams, prevent conflicts between parallel tasks, and ensure unblocked w 64 ★

Full documentation available on GitHub

View Source Repository