superbuild

Execute implementation plans phase-by-phase with Definition of Done checks.

10|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/adamos486/skills --skill superbuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superbuild
Source: https://github.com/adamos486/skills/tree/main/superbuild
Command: npx skills add https://github.com/adamos486/skills --skill superbuild

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables disciplined, phase-by-phase execution of implementation plans by enforcing strict Definition of Done gates and automatic plan updates, reducing drift and ensuring quality across all phases.

Core Features & Use Cases

  • Phase-by-phase execution with mandatory DoD checks per phase
  • Automatic plan updates after each phase, including task/checklist and status
  • Definition of Done checklist enforcement for tests, lint, formatter, and type checker
  • Conventional commit message guidance and output (no git operations performed by the agent)
  • Parallel phase support using sub-agents to run multiple phases concurrently
  • Functional testing guidance and auditing capabilities for traceability

Quick Start

Provide a plan document in superplan format to initiate execution. The skill ingests the plan, enumerates phases, and guides you through each phase with prompts to update the plan and generate a commit message.

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 checklist for each phase of a software implementation plan?

You can enforce a Definition of Done by ingesting a structured plan and executing phases sequentially, applying mandatory quality gates for tests, lint, formatter, and type checker validation before advancing to the next phase.

Can I generate conventional commit messages without letting an automated agent perform git operations?

Yes, the execution process validates phase completion and outputs conventional commit message guidance for auditable commits while explicitly avoiding the execution of any direct git operations.

How do I automate plan updates and status tracking during phased implementation?

Automated plan management updates the plan document after each phase, refreshing task checklists and statuses automatically to prevent drift and maintain quality across the execution lifecycle.

What is needed to start executing a plan with strict Definition of Done gates?

You need to provide a plan document in superplan format to initiate execution, which the system then ingests to enumerate phases and guide you through sequential quality gate validation.

Does this phased execution approach work for teams requiring functional testing guidance and traceability?

Yes, it satisfies team requirements for auditable commits by providing functional testing guidance and auditing capabilities alongside per-phase prompts, updates, and summaries throughout the workflow.