devloop:run

Execute phase-based software development workflows from GitHub issues to code merge.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/duongtdn/devloop --skill devloop-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devloop:run
Source: https://github.com/duongtdn/devloop/tree/main/skills/run
Command: npx skills add https://github.com/duongtdn/devloop --skill devloop-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node.

What problem does it solve?

This skill solves the friction of managing software development lifecycles by automating the transition from raw GitHub issues to merged, tested code while maintaining human oversight.

Core Features & Use Cases

  • Resumable State Machine: Executes work in discrete, checkpointed phases that allow for safe pausing and resuming without re-running completed tasks.
  • Flexible Autonomy: Supports both human-in-the-loop (gated) and human-on-the-loop (autonomous) workflows to balance speed with control.
  • Context-Aware Planning: Dynamically sizes the development ceremony (rung) based on the complexity of the change, ensuring appropriate validation for every task.

Quick Start

Run the devloop execution engine for issue number 42 by typing devloop:run 42 in your terminal.

Frequently Asked Questions about devloop:run

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

FAQPage Schema
How do I automate software development lifecycles from GitHub issues to merged code?

You can automate software development lifecycles by executing a phase-based state machine that drives tasks from issue identification to code merge, coordinating specialized agents for planning, building, testing, and reviewing code changes.

Can I pause and resume automated sprint execution without re-running completed tasks?

Automated sprint execution uses a resumable state machine with discrete, checkpointed phases, allowing you to safely pause and resume sprint lifecycles without re-running completed tasks.

Does devloop:run support autonomous workflows while maintaining human oversight?

devloop:run supports flexible autonomy by offering both human-in-the-loop gated workflows and human-on-the-loop autonomous workflows, balancing development speed with necessary human oversight.

How does context-aware planning size the development ceremony for GitHub issue automation?

Context-aware planning sizes the development ceremony dynamically based on change complexity, ensuring appropriate validation and automated gate-keeping for every task during sprint execution.

Do I need Node.js to run phase-based state machines for sprint execution?

Yes, you need Node.js installed as a dependency to run the phase-based state machine engine that manages sprint lifecycles and coordinates specialized agents for code changes.

What is the best way to start autonomous sprint execution for a specific GitHub issue?

The best way to start autonomous sprint execution is by typing devloop:run followed by the issue number in your terminal, which initializes the execution engine for that specific task.