Agent skill · vasilyu1983
ai-coding-agents-tasks
Designs task runtimes for Loop Engineering, Graph Engineering, and background work. Use when work needs task lists, cyclic/workflow graphs, cancellation, or teammate coordination.
What it needs
About 11k tokens when loaded.
What this skill does
AI Coding Agents Tasks Use this skill to design or review how a coding-agent runtime represents work as tasks: local agent tasks, shell tasks, remote tasks, teammate tasks, background execution, task lists, and task coordination. This skill is about runtime task systems, not product backlog planning. ASCII Flow Quick Reference Question Read Outcome ---------- ------ --------- What task types should a coding-agent runtime support? references/task-types-and-lifecycle.md Task families, statuses, background eligibility, and host ownership How should task lists and teammate routing work? references/task-list-coordination-and-teammate-routing.md File-watched task lists, claiming, blockers, teammate routing, and response loops How do Anthropic-hosted routines (schedule / API / GitHub) behave? references/claude-code-routines.md Trigger types, /fire endpoint, beta header, cap-drop behaviour, fresh-session model, comparison with Actions / n8n / cron How do I trigger agents from webhooks, queues, or schedules at scale? references/webhook-and-queue-triggers.md Shape A — SQS / Streams / Kafka / EventBridge, idempotency, dedup, DLQ, provider rate-limit slots How do I make agent runs durable across crashes and multi-step? references/durable-trigger-integration.md Temporal / Inngest / Restate / Step Functions, agent-as-activity, sagas, signals, replay Where do I actually host the trigger + agent (Vercel, Fly, CF, Render)? ../software-paas-hosting/references/agent-hosting-matrix.md Per-shape PaaS stacks + reference architectures How do I statically validate a recipe blueprint YAML? scripts/recipescanner.py stdlib-only validator: required fields, parameter types, extension risk gates, placeholder detection How does OpenAI Codex model cloud tasks, apply/diff, and agent graphs? references/openai-codex-cloud-tasks-and-agent-graph.md Task CLI lifecycle, best-of-N attempts, partial apply states, environment filters, and persisted parent-child topology Where is the runtime surface for Loop …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills vasilyu1983/ai-coding-agents-tasks