ralphy-tasking

Generate structured Ralphy TODO.yaml task lists from PRD, PLAN, REFACTOR, or GitHub issues.

23|2|Updated Jun 9, 2025
One-click install
npx skills add https://github.com/kaptinlin/gozod --skill ralphy-tasking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralphy-tasking
Source: https://github.com/kaptinlin/gozod/tree/main/.agents/skills/ralphy-tasking
Command: npx skills add https://github.com/kaptinlin/gozod --skill ralphy-tasking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates Ralphy TODO.yaml task files by analyzing project source material. This helps teams convert plans, refactors, PRDs, or issue lists into actionable tasks without manual transcription.

Core Features & Use Cases

  • Analyze source material such as PRD.md, PLAN.md, REFACTOR.md, gh issue lists, or code analysis to extract concrete, traceable tasks
  • Generate a structured TODO.yaml with tasks containing a title, a completed flag, and an optional parallel_group for independent work
  • Ensure tasks are specific, assignable, and linked to source documents for traceability

Quick Start

Provide the project materials (PRD.md, PLAN.md, REFACTOR.md, gh issue list, or code) and I will generate a ready-to-use ralphy TODO.yaml.

Frequently Asked Questions about ralphy-tasking

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

FAQPage Schema
How do I generate a TODO.yaml task list from a PRD or PLAN document?

To generate a TODO.yaml task list, provide your PRD.md, PLAN.md, or REFACTOR.md documents. The system analyzes the source material to extract concrete, traceable tasks and outputs a structured YAML file with title, completed, and optional parallel_group fields.

What is a TODO.yaml file used for in project management?

A TODO.yaml file is used for project management to structure traceable tasks. It converts plans, refactors, or issue lists into actionable items with a title, a completed status flag, and an optional parallel_group for independent work.

Can I convert GitHub issues into a structured YAML task format?

Yes, you can convert GitHub issues into a structured YAML task format. By analyzing the gh issue list, the system extracts specific, assignable tasks and outputs them into a TODO.yaml file ensuring uniqueness and traceability.

Does the generated TODO.yaml support parallel task execution?

Yes, the generated TODO.yaml supports parallel task execution. Tasks include an optional parallel_group field, allowing you to designate independent work items that can be executed concurrently within your project management workflow.

What is the best way to ensure tasks are traceable to source documents?

The best way to ensure traceability is generating tasks from source documents like PRD.md or REFACTOR.md. The extraction process links specific, assignable tasks directly back to the original plan or issue list for clear tracking.