aii-build

Builds pages, apps, automations, and documents through a stored job-and-step verification workflow.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/maestroventures/aiintegrator --skill aii-build-maestroventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aii-build
Source: https://github.com/maestroventures/aiintegrator/tree/main/plugins/aii-blueprint/skills/aii-build
Command: npx skills add https://github.com/maestroventures/aiintegrator --skill aii-build-maestroventures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Top-down building produces things that look finished but are not, forcing people to find the gaps themselves through repeated review rounds. This Skill replaces eyeballing with a fixed build order: every job and step is recorded in a store, every advisor test is answered per step, and completeness becomes a queryable check that goes red when anything is missing. ## Core Features & Use Cases - Job and step decomposition: Reads jobs and steps already on record, breaks work into its smallest jobs, and breaks each job into steps one person or one run can finish. - Advisor test answering in the store: Resolves advisor sequences by category from a sequence store and answers every core test (why, asks_to_believe, who_does_it, bad_data_state, stored_and_logged) plus sequence tests as stored rows per step. - Chain walking and self-proving builds: Names the chain to the end recipient, walks back up each link, groups repeating steps into flows, then builds smallest-piece-first and proves completeness with a check that reports red or green. - Use Case: When asked to build a customer onboarding page, the Skill first reads recorded jobs and rulings, answers every advisor test per step in the store, walks the recipient chain, then builds and verifies with the build check before calling anything done. ## Quick Start Ask the assistant to build the onboarding page using the aii-build procedure and show the build check results.

Frequently Asked Questions about aii-build

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

FAQPage Schema
How do I build an app or page without missing requirements?

Break the work into its smallest jobs and each job into steps, then answer every advisor test on every step as a row in the store. Completeness becomes a build check query that goes red where any answer is missing, instead of relying on visual review.

What triggers the aii-build skill?

It fires on requests containing words like build, design, model, redraw, mock up, stand up, or automate, or any request to make or rebuild something a person or system will use.

What are the core tests every build step must answer?

Every step owes five core tests: why it exists, what it asks anyone to believe, who does it (system or person), what happens when data is missing or wrong, and what is stored and logged. Advisor sequence tests for the kind of thing being built are added on top.

Can the build start before jobs and steps are recorded?

No. Gate 0 requires reading the jobs, steps, and rulings already on record first; if they are not recorded, recording them is the first work. Building over an incomplete job list makes the check read green while proving nothing.

What are the limitations of this build procedure?

It does not make business rulings that only the operator can make; those are asked as narrow questions and marked as waiting. It also does not release what it built, since build and release follow separate paths.