completion-director

Automate multi-step task execution with preflight, execution, and validation loops.

8|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/zakelfassi/Forgeloop-kit --skill completion-director
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: completion-director
Source: https://github.com/zakelfassi/Forgeloop-kit/tree/main/skills/meta/completion-director
Command: npx skills add https://github.com/zakelfassi/Forgeloop-kit --skill completion-director

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates governance for end-to-end task execution in multi-step workflows by selecting the next unit of work, ensuring required reusable skills exist, and enforcing gates before progression.

Core Features & Use Cases

  • Gate-driven execution: plan, forge, and validation gates prevent unverified changes from advancing.
  • Loop-based orchestration: preflight, execute, and validate cycles repeat until acceptance criteria are met.
  • Skill syncing: detects when reusable skills exist and syncs skills to keep the agent up-to-date.

Quick Start

Start a new closed-loop execution by selecting the next task, performing preflight checks, executing, and iterating until all checks pass.

Frequently Asked Questions about completion-director

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

FAQPage Schema
How do I automate end-to-end build loops with mandatory validation gates?

Automate end-to-end build loops by orchestrating preflight, execution, and validation cycles that repeat until all mandatory checks pass. Gate-driven execution prevents unverified changes from advancing, ensuring tests, lint, and typecheck validations succeed before progression.

What is gate-driven workflow orchestration for multi-step delivery?

Gate-driven workflow orchestration governs multi-step task execution by enforcing plan, forge, and validation gates. This loop-based mechanism repeats preflight, execute, and validate cycles until acceptance criteria are met, preventing unverified software changes from advancing.

How do I enforce preflight checks before executing tasks in an automation pipeline?

Enforce preflight checks by selecting the next work unit and ensuring required reusable skills exist before execution. The orchestration loop performs mandatory preflight validation, executes the task, and validates results until acceptance criteria are satisfied.

Can I use loop-based orchestration for product initiatives and automation pipelines?

Loop-based orchestration applies to multi-step delivery workflows across software projects, product initiatives, and automation pipelines. It selects work units, syncs reusable skills, and iterates through preflight, execution, and validation until acceptance.

What's the best way to prevent unverified changes from advancing in a build loop?

Prevent unverified changes from advancing by implementing plan, forge, and validation gates within the build loop. The orchestration cycle repeats mandatory checks, including tests, lint, and typecheck, until all acceptance criteria are satisfied.

Why does my workflow orchestration fail when reusable skills are missing?

Workflow orchestration fails because it detects when required reusable skills exist and syncs skills to keep the agent up-to-date. Missing reusable skills prevent the preflight checks from passing, blocking the execution loop from progressing.