workflow-inception

Coordinate automated development task selection, verification, and finalization in Volon-managed repositories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hollis-labs/volon --skill workflow-inception
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-inception
Source: https://github.com/hollis-labs/volon/tree/main/plugins/workflows/skills/workflow-inception
Command: npx skills add https://github.com/hollis-labs/volon --skill workflow-inception

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the decision-making and execution loop for repository-driven agentic development, removing manual coordination for selecting, executing, verifying, and finalizing work across iterations.

Core Features & Use Cases

  • Preflight and context gathering: aggregate configuration, bootstrap, PCC, task backlog, and git state to produce a concise run summary and exit criteria.
  • Deterministic task orchestration: select the next work unit by bootstrap hint or priority, promote backlog items, set task status, run verification, and append factual updates.
  • Run control and finalization: enforce max_tasks limits, support iteration-or-task commit_mode, write run logs, regenerate bootstrap, and emit lifecycle signals for downstream processes.
  • Use Case: run a headless Volon orchestrator to complete up to N high-priority tasks, verify acceptance criteria, commit changes per policy, and update bootstrap state.

Quick Start

Run the workflow-inception skill to select and complete up to three high-priority tasks, finalize the iteration, and update the bootstrap.

Frequently Asked Questions about workflow-inception

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

FAQPage Schema
How do I automate the task selection and execution loop in a git repository?

Automated task selection and execution loops are coordinated by selecting backlog items by priority, verifying acceptance criteria, and committing changes per policy without manual intervention. The workflow-inception orchestrator executes this loop deterministically, enforcing max_tasks limits and generating run logs for each iteration.

What is an automated inception loop for repository-driven development?

An automated inception loop is a process that aggregates configuration, bootstrap, and git state to select, perform, verify, and finalize development tasks iteratively. It removes manual coordination by enforcing deterministic task selection, preflight checks, and run finalization within Volon-managed repositories.

How do I bootstrap new work and promote backlog items in an automated workflow?

Bootstrapping new work and promoting backlog items is handled by selecting the next work unit via bootstrap hint or priority, updating task status, and regenerating bootstrap state after finalization. This ensures continuous iteration while preserving commit and logging policies.

Does the automated task orchestrator support per-task and per-run commit modes?

The automated task orchestrator supports both iteration-or-task commit modes, allowing changes to be committed either per individual task or per entire run. It enforces commit policies alongside max_tasks limits and writes factual run logs to track progress.

Can I run headless task automation to complete high-priority backlog items?

Headless task automation can complete up to N high-priority backlog items by running the inception loop, verifying acceptance criteria, and committing changes according to policy. It operates without external model invocation, relying on deterministic selection and bootstrap regeneration.

What are the limitations of using a deterministic task orchestrator for repository workflows?

Deterministic task orchestrators are limited to Volon-managed repositories and rely on preflight checks, bootstrap hints, and priority queues for task selection. They do not invoke external models, requiring all configuration, backlog state, and acceptance criteria to be defined beforehand.