radar-todo

Create execution-ready Radar ToDos in SwarmAI with linked context and next steps.

36|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xg-gh-25/SwarmAI --skill radar-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: radar-todo
Source: https://github.com/xg-gh-25/SwarmAI/tree/main/backend/skills/s_radar-todo
Command: npx skills add https://github.com/xg-gh-25/SwarmAI --skill radar-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Radar ToDos tend to be scattered and hard to act on within long conversations. This skill centralizes creation, editing, and execution of ToDos as self-contained work packets that agents can drag into chats and start work immediately.

Core Features & Use Cases

  • Create, list, update, complete, and delete Radar ToDos stored in ~/.swarm-ai/data.db.
  • Each ToDo is a self-contained work packet including next_step, acceptance criteria, and optional context like files, design_docs, commits, sessions, and memory_refs.
  • Proactively generate ToDos from detected blockers or actionable items in conversations to prevent work stalls.

Quick Start

Create a Radar ToDo by running the add command with a concrete next-step.

Frequently Asked Questions about radar-todo

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

FAQPage Schema
How do I create task management ToDos with context for AI agents?

To create task management ToDos with context, encapsulate files, design_docs, commits, and next_step instructions into self-contained work packets stored in SQLite. This allows agents to retrieve execution-ready tasks immediately without losing conversation state.

How does storing Radar ToDos in a SQLite database help manage long conversations?

Storing Radar ToDos in a SQLite database centralizes task data in ~/.swarm-ai/data.db, preventing ToDos from becoming scattered and hard to act on during long conversations. It exposes structured outputs with linked_context for immediate agent execution.

Can I proactively generate ToDos from detected blockers in a SwarmAI session?

Yes, you can proactively generate ToDos from detected blockers or actionable items in SwarmAI sessions. This prevents work stalls by automatically capturing context and next steps into self-contained work packets for agents.

What contextual fields can I include in a Radar ToDo work packet?

You can include contextual fields such as files, design_docs, commits, sessions, and memory_refs in a Radar ToDo work packet. These fields ensure the task contains all necessary context alongside the next_step and acceptance criteria.

What's the best way to update and complete SwarmAI Radar ToDos?

The best way to update and complete SwarmAI Radar ToDos is by executing commands that modify work packets directly in the SQLite database. This ensures the linked_context and next_step data remain synchronized for both human and machine outputs.

Do I need external dependencies to manage task-management packets in SQLite?

No external dependencies are required to manage task-management packets in SQLite. The skill operates independently using scripts to handle adding, listing, updating, completing, and deleting ToDos stored locally in ~/.swarm-ai/data.db.