tasks

Coordinate profiles, sessions, and artifacts for AI agent tasks.

6|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/filipexyz/ravi --skill tasks-filipexyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/filipexyz/ravi/tree/main/src/plugins/internal/ravi-system/skills/tasks
Command: npx skills add https://github.com/filipexyz/ravi --skill tasks-filipexyz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the fragmentation of AI agent work by providing a durable, stateful runtime that tracks tasks, profiles, and artifacts across sessions, preventing context loss in long-lived projects.

Core Features & Use Cases

  • Profile-Aware Execution: Manage task lifecycles using predefined contracts that dictate workspace bootstrap, runtime defaults, and policies.
  • Artifact Lineage: Track generated outputs with versioning and clear associations to specific tasks and sessions.
  • Use Case: Use this to manage a complex software development task where an agent needs to maintain context across multiple days, switching between brainstorming, implementation, and reporting phases without losing the thread.

Quick Start

Use the tasks skill to create a new task with the default profile and provide the necessary instructions for the agent to begin work.

Frequently Asked Questions about tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain AI agent context across multiple sessions?

To maintain AI agent context across multiple sessions, use a durable runtime that tracks tasks, profiles, and artifacts. This prevents context loss in long-lived projects by preserving state and workflow handoffs.

What is profile-aware execution for AI workflows?

Profile-aware execution manages task lifecycles using predefined contracts that dictate workspace bootstrap, runtime defaults, and policies. It ensures structured workflow handoffs and event-driven task synchronization.

How do I track artifact lineage in a multi-agent system?

Track artifact lineage in a multi-agent system by using a durable runtime that versions generated outputs. It maintains clear associations between artifacts and specific tasks or sessions.

How to orchestrate durable tasks for complex software development?

Orchestrate durable tasks for software development by creating a task with a default profile. Provide instructions for the agent to begin work, allowing it to switch between brainstorming and implementation without losing the thread.

Does workflow orchestration support ephemeral session management?

Workflow orchestration supports ephemeral session management through its operational control plane. It coordinates profiles and artifacts within a durable runtime to satisfy event-driven task synchronization requirements.

When do I need a durable runtime for AI agents?

You need a durable runtime for AI agents when managing long-lived projects requiring persistent state and task tracking. It prevents context fragmentation across phases like brainstorming, implementation, and reporting.