superbuild

Coordinates phased plan execution enforcing Definition of Done quality gates and outputs commit messages.

49|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/asteroid-belt/skulto --skill superbuild-asteroid-belt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: superbuild
Source: https://github.com/asteroid-belt/skulto/tree/main/.claude/skills/superbuild
Command: npx skills add https://github.com/asteroid-belt/skulto --skill superbuild-asteroid-belt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skulto's Superbuild coordinates the execution of implementation plans in strict phases, ensuring every phase passes defined quality gates before moving forward, and providing a clear audit trail.

Core Features & Use Cases

  • Enforces Definition of Done (DoD) across plan executions with automated checks (tests, linting, formatting, type checks)
  • Manages ingestion, phase planning, execution, and commit message generation with auditable progress
  • Supports parallel phases via sub-agents and ensures plan updates after each phase for traceability

Quick Start

To begin, provide a plan document (e.g., docs/feature-plan.md) and let Superbuild guide you through Phase 0, validating DoD, updating the plan, and generating a conventional commit message for you to apply.

Frequently Asked Questions about superbuild

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

FAQPage Schema
How do I enforce a definition of done across phased implementation plans?▼

To enforce a definition of done across phased implementation plans, you provide a superplan-formatted plan document so the system can coordinate phased execution with automated quality gates like linting, formatting, type checks, and tests before phase advancement.

How do I automate quality gates and validation checks during plan execution?▼

Automate quality gates during plan execution by letting the system run language-specific verification steps such as lint, format, type check, and tests, ensuring iterative validation passes before updating the plan and advancing to the next phase.

Can I execute parallel phases in a multi-phase implementation plan?▼

Yes, you can execute parallel phases in a multi-phase implementation plan. The system supports parallel phases via sub-agents, ensuring that defined quality gates are still met and the plan is updated after each phase completes for traceability.

How do I generate conventional commit messages after completing a development phase?▼

To generate conventional commit messages after completing a development phase, the system evaluates the completed work against the plan, updates the plan document, and outputs a conventional commit message for you to review and apply.

What is the best way to maintain an auditable trail of progress during plan execution?▼

The best way to maintain an auditable trail of progress during plan execution is to use a system that updates the plan document after each phase, recording validation results and phase completion status to ensure strict traceability throughout the workflow.

Do I need a specific format for my implementation plan to enforce quality gates?▼

Yes, you need a superplan-formatted plan document. The system reads this specific format to coordinate phased execution, enforce strict definition of done checks, and output conventional commit messages for user review.