complete

Orchestrate the offload architect loop to drive goals to merge-ready endpoints.

7|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/borkweb/skills --skill complete-borkweb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: complete
Source: https://github.com/borkweb/skills/tree/main/skills/core/complete
Command: npx skills add https://github.com/borkweb/skills --skill complete-borkweb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires offload, codex, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of driving a goal to a merge-ready endpoint by orchestrating the offload architect loop, reducing manual intervention and ensuring a streamlined workflow.

Core Features & Use Cases

  • Goal Orchestration: Automates the process of running contextual plan reviews, dispatching a codex builder slice-by-slice, and waiting for each slice via a backgrounded bridge.
  • Merge Readiness: Ensures that the goal is fully delivered by commits pushed to the branch before reaching merge readiness.
  • Human Oversight: Stops at the edge of merge by default and hands to the human, allowing for explicit authorization of merges.

Quick Start

Run the /complete <goal> command to initiate the process.

Frequently Asked Questions about complete

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

FAQPage Schema
How do I orchestrate a goal to a merge-ready endpoint in software development?

Goal orchestration to a merge-ready endpoint is automated by running the offload architect loop, which dispatches a codex builder slice-by-slice and waits for each slice via a backgrounded bridge. This ensures all commits are pushed to the branch before reaching merge readiness.

What is the offload architect loop for code reviews and integration testing?

The offload architect loop is an automated workflow mechanism that runs contextual plan reviews and dispatches code construction in slices. It streamlines software development by ensuring code is built and verified incrementally before reaching a merge-ready state.

Do I need the offload skill and codex to automate merge readiness?

Yes, automating merge readiness requires both the offload skill and codex (gpt-5.5) for execution. These dependencies are necessary to drive the architect loop and dispatch the builder slices to push commits to the branch.

How do I start automating goal delivery to a merge-ready branch?

To start automating goal delivery, run the `/complete <goal>` command to initiate the process. This triggers the offload architect loop to begin contextual plan reviews and dispatch the codex builder slice-by-slice.

Can I authorize automatic merges without human oversight during goal orchestration?

No, goal orchestration stops at the edge of merge by default and hands control to a human. This design allows for explicit authorization of merges, ensuring human oversight before any code is merged into the branch.

When should I not use an automated architect loop for software development?

You should avoid using an automated architect loop if your software development workflow does not rely on codex or the offload skill, as these are strict dependencies. It is also unsuitable if your process requires immediate merging without human oversight.