AoT DAG

Decompose problems into Atoms and manage AND/OR dependency DAGs.

1|1|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/yodakeisuke/ralph-wiggum-aot --skill aot-dag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AoT DAG
Source: https://github.com/yodakeisuke/ralph-wiggum-aot/tree/main/skills/aot-dag
Command: npx skills add https://github.com/yodakeisuke/ralph-wiggum-aot --skill aot-dag

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides tooling to decompose problems into Atoms, manage an AoT DAG of dependencies (AND/OR), and backtrack on OR branches.

Core Features & Use Cases

  • Decomposition: Split complex tasks into smaller Atoms with inherited dependencies.
  • Resolution: Update status and propagate bindings with summaries.
  • Auto-Backtracking: Switch OR branches when a path fails.
  • Executable Atom Determination: Determine which Atoms are ready to run.

Quick Start

Follow deterministic Python scripts to add atoms, decompose, switch OR branches, and observe updated state.