ralph-tasks

Manage a JSON-based task queue for autonomous AI coding loops.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Devattom/.claude --skill ralph-tasks-devattom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-tasks
Source: https://github.com/Devattom/.claude/tree/main/skills/ralph-tasks
Command: npx skills add https://github.com/Devattom/.claude --skill ralph-tasks-devattom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill manages a task queue for an autonomous AI coding loop, allowing for the systematic addition, listing, and removal of tasks, and provides a mechanism to run a continuous execution loop.

Core Features & Use Cases

  • Task Management: Add, list, and remove tasks from a persistent queue.
  • Autonomous Loop: Provides a script to run an AI agent that processes tasks sequentially.
  • Contextual Task Addition: Option to add tasks with codebase context discovered via an 'Explore' agent.
  • Use Case: You can add tasks like "Implement user authentication" or "Fix the login bug" and then start an autonomous loop that works through them, committing changes as it goes.

Quick Start

Use the ralph-tasks skill to add a new task to the queue.

Frequently Asked Questions about ralph-tasks

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

FAQPage Schema
How do I manage a JSON-based task queue for an autonomous AI coding loop?

You can manage a JSON-based task queue for autonomous AI coding by adding, listing, and removing tasks from a persistent queue. A provided wake-up script initiates a continuous execution loop that processes tasks sequentially, updates status, and commits code changes.

What is the best way to automate sequential task processing for AI coding agents?

Automating sequential task processing for AI coding agents is best handled through a continuous execution loop triggered by a wake-up script. This mechanism processes tasks sequentially, updates their status, commits code changes, and automatically logs learnings throughout the workflow.

Can I add tasks to the workflow automation queue with codebase context exploration?

Yes, you can add tasks to the workflow automation queue with codebase context exploration. The system supports contextual task addition by optionally utilizing an Explore agent to discover relevant codebase context before queuing the task for the autonomous loop.

How does an autonomous agent handle task status updates and code commits?

An autonomous agent handles task status updates and code commits by running a continuous execution loop. As it sequentially processes tasks from the JSON queue, it automatically updates their status, commits the resulting code changes, and logs learnings for future reference.

Do I need any external dependencies to run the autonomous task queue script?

No external dependencies are required to run the autonomous task queue script. The skill operates independently using its internal scripts and JSON-based task queue to manage the continuous execution loop for your AI coding workflow.