devorq-mode

Select AUTO or CLASSIC DEVORQ mode when starting a flow.

13|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/nandinhos/devorq_v3 --skill devorq-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devorq-mode
Source: https://github.com/nandinhos/devorq_v3/tree/main/skills/devorq-mode
Command: npx skills add https://github.com/nandinhos/devorq_v3 --skill devorq-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, python3, git, and includes scripts (resource) components.

What problem does it solve?

When starting a DEVORQ flow without an explicit mode, this skill determines whether to run in AUTO (story-by-story autonomo via delegate_task) or CLASSIC (gates 1-7 manual), prompting the user when needed.

Core Features & Use Cases

  • Auto mode: delegates and orchestrates DEVORQ stories automatically, suitable for larger features.
  • Classic mode: uses manual gates for small, fast tasks with explicit checks.
  • Use Case: When beginning a flow with unclear modality, DEVORQ-MODE selects or asks for the preferred approach and routes the work accordingly.

Quick Start

Iniciar DEVORQ sem especificar modo e deixar o sistema perguntar automaticamente qual modo usar.

Frequently Asked Questions about devorq-mode

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

FAQPage Schema
What is the best way to resolve workflow ambiguity when starting a development flow?

When you initiate a workflow without specifying a mode, the system automatically prompts you to select either autonomous delegation or manual gated execution to properly route the development flow.

Do I need git and python3 installed to run automated story delegation workflows?

Yes, running automated story delegation workflows requires git, python3, and jq installed in your environment to support the underlying orchestration and verification scripts.

Can I use manual gated checks for small tasks instead of full autonomous delegation?

Yes, you can use manual gated checks for small tasks by selecting CLASSIC mode, which executes explicit verification gates instead of relying on autonomous story delegation.

How does automated mode orchestrate story-by-story task delegation?

Automated mode orchestrates story-by-story delegation by integrating with delegate_task and loop scripts to autonomously assign, verify, and update progress for each story within a larger feature.