agent-task-manager
Comprehensive task management system for AI agents with state tracking and workflow orchestration
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Comprehensive task management system for AI agents with state tracking and workflow orchestration
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
A library of 150 brand and aesthetic design systems (Apple, Stripe, Linear, Vercel, Notion, GitHub, Figma, Spotify, Tesla, and more, plus styles like brutalism, glassmorphism, neumorphism, editorial, minimal). Use when the user wants a UI to look like a brand, match a brand's style or vibe, or adopt a named aesthetic. Read references/<brand>.md for that brand's colors, typography, spacing, radii, and component style before generating any UI.
Apply Anthropic's official brand colors and typography to artifacts for consistent visual identity and professional design standards. A reference for shaping your own.
Create beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles for posters, illustrations, and static pieces.
Frontend design and UI/UX development tools for shipping production-ready interfaces with strong typographic and layout discipline.
Apply professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages. Ships 10 pre-set themes.
Orchestrates UI and page design. Use when the user asks to design a page, screen, UI, landing page, dashboard, login flow, pricing page, invoice, resume, FAQ, article, slide deck, social card, or any web layout; to make it look like a brand (Apple, Stripe, Linear, Vercel, Notion, ...); or to build a mockup, prototype, wireframe, or HTML preview. Picks a matching layout skill, optionally adopts a brand design system, then writes a single self-contained HTML file to <project>/.devspace/preview/ so DevSpace can preview it.
| name | agent-task-manager |
| description | Comprehensive task management system for AI agents with state tracking and workflow orchestration |
This built-in skill provides a robust task management system for AI agents to handle complex workflows, track task states, manage dependencies, and coordinate multi-step processes.
tool: agent-task-manager
action: create_task
task:
name: "Deploy Application"
description: "Deploy the latest version to production"
priority: "high"
deadline: "2026-03-15T18:00:00Z"
tags: ["deployment", "production"]
tool: agent-task-manager
action: create_task_group
group:
name: "Feature Implementation"
tasks:
- name: "Design API"
dependencies: []
- name: "Implement Backend"
dependencies: ["Design API"]
- name: "Implement Frontend"
dependencies: ["Design API"]
- name: "Integration Testing"
dependencies: ["Implement Backend", "Implement Frontend"]
tool: agent-task-manager
action: update_task
task_id: "task_12345"
updates:
status: "in_progress"
progress: 75
notes: "Backend implementation completed, working on frontend integration"
The agent-task-manager skill can be configured with the following parameters:
storage_backend: Storage backend (sqlite, postgres, memory)max_concurrent_tasks: Maximum number of concurrent tasks (default: 10)retry_policy: Retry policy for failed tasks (max_retries, backoff_strategy)notification_channels: Notification channels (email, webhook, internal)retention_policy: Data retention policy for completed tasksThis skill is essential for any agent that needs to manage complex workflows, coordinate multiple steps, or track progress across extended operations.