deep-work

Orchestrates autonomous workflowsGitHub-style with explicit milestones and automated task execution across multiple stages.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/inakam/dotfiles-raspberry --skill deep-work
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deep-work
Source: https://github.com/inakam/dotfiles-raspberry/tree/main/dot_claude/skills/deep-work
Command: npx skills add https://github.com/inakam/dotfiles-raspberry --skill deep-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Long-running, complex tasks require sustained attention and iterative refinement. The Deep Work skill automates this process by orchestrating a two-step workflow: first clarifying requirements with a /dig-like mechanism, then executing autonomously through a /ralph-loop loop that coordinates planning-with-files and iterative work.

Core Features & Use Cases

  • Autonomous requirement clarification: engages structured prompts to extract goals, constraints, and completion criteria.
  • End-to-end autonomous execution: uses planning-with-files to organize progress and ralph-loop to advance tasks with minimal user input.
  • Controlled cancellation and safe termination: supports explicit stop signals to halt or pause work if needed.

Quick Start

Provide a complex task description and trigger the /dig followed by /ralph-loop to execute autonomously.

Frequently Asked Questions about deep-work

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

FAQPage Schema
How do I automate the execution of long, complex development tasks?▼

To automate the execution of long, complex development tasks, this skill orchestrates a workflow that clarifies requirements through a dig mechanism and then autonomously progresses using planning-with-files and a ralph-loop. It enables continuous progress with minimal user input.

What is the best way to orchestrate autonomous workflows for planning-heavy research?▼

Orchestrating autonomous workflows for planning-heavy research is achieved by applying a structured plugin chain that extracts goals and constraints, then coordinates iterative work with planning-with-files. This ensures deterministic task progression and guarded termination based on explicit completion criteria.

How does requirement clarification work before starting autonomous task automation?▼

Requirement clarification works by engaging structured prompts to extract goals, constraints, and completion criteria before autonomous execution begins. This ensures the subsequent ralph-loop coordinates iterative work with a precise understanding of the functional requirements.

Can I safely pause or halt task automation during long-running complex processes?▼

You can safely pause or halt task automation during long-running complex processes using explicit stop signals. This controlled cancellation and safe termination mechanism allows you to halt or pause the autonomous ralph-loop execution if needed.

Do I need any specific dependencies or plugins to run autonomous task orchestration?▼

You do not need external dependencies to run autonomous task orchestration, as the skill operates with zero dependencies. However, it internally relies on the dig, planning-with-files, and ralph-loop plugin chain to organize progress and advance tasks.