How this command is triggered — by the user, by Claude, or both
Slash command
/raiola:buildcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke `using-raiola`, then `raiola-milestone-lifecycle`. Translate the current plan into one explicit execution slice: 1. Run `rai build --goal "..."` to inspect the current build-phase commands. 2. Work only on the active wave and the ready chunk rows from `EXECPLAN.md`. 3. Keep writes inside the planned scope; do not drift into opportunistic cleanup. 4. Verify each slice with the declared shell or browser checks before widening scope. 5. Leave a checkpoint if the next chunk cannot be safely started in the current window.
Invoke using-raiola, then raiola-milestone-lifecycle.
Translate the current plan into one explicit execution slice:
rai build --goal "..." to inspect the current build-phase commands.EXECPLAN.md.npx claudepluginhub aydoganberk/raiola --plugin raiola/buildExecutes incremental, test-driven implementation of tasks from a plan. Accepts "auto" to run through the entire plan without human stepping between tasks.
/buildBuilds, compiles, and packages projects with error handling, optimization for dev/prod/test, and detailed reporting. Supports optional target and flags like --type, --clean, --optimize.
/buildScaffolds a VitePress site from existing wiki markdown files, adding dark theme, dark-mode Mermaid diagrams, and click-to-zoom for images and diagrams.
/buildPlans and executes against SPEC.md with optional target selection, verification contracts, and auto-backprop on failure.
/buildBuilds a macOS/iOS Shortcut end-to-end via a delegate agent. Pass a natural-language brief describing the desired shortcut functionality.
/buildBuilds a task from a Notion page URL: fetches details and properties, implements per spec with progress updates in Notion, communicates via comments if needed, then marks complete with optional diff explanation.