wz:init-pipeline

Initialize Wazir projects by guiding an interactive bootstrap that configures models, tools, and interaction style.

3|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/MohamedAbdallah-14/Wazir --skill wz-init-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wz:init-pipeline
Source: https://github.com/MohamedAbdallah-14/Wazir/tree/main/skills/init-pipeline
Command: npx skills add https://github.com/MohamedAbdallah-14/Wazir --skill wz-init-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize new Wazir projects by guiding an interactive, question-driven bootstrap that decides configuration for models, tools, and interaction style, ensuring a predictable start to pipeline runs.

Core Features & Use Cases

  • Interactive init: asks 3-4 focused questions to configure model mode, tool integrations, and interaction style.
  • Governance and consistency: documents decisions and creates a versioned config scaffold for subsequent runs.
  • Safe bootstrap: enforces one-question-at-a-time flow and provides fallbacks when tools are unavailable.

Quick Start

Run the Wazir init flow to bootstrap a project configuration by answering the prompts.

Frequently Asked Questions about wz:init-pipeline

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

FAQPage Schema
How do I initialize a pipeline configuration for a new project?

To initialize a pipeline configuration, run the interactive bootstrap flow which asks 3-4 focused questions to set up model mode, tool integrations, and interaction style for your new project workstream.

What is an interactive pipeline bootstrap and when do I need it?

An interactive pipeline bootstrap is a guided, question-driven setup process that establishes configuration for models and tools. You need it during project initialization to ensure predictable pipeline runs.

How do I configure model mode and tool integrations for a new workstream?

You configure model mode and tool integrations by answering prompts during the interactive setup flow, which safely guides you one question at a time and provides fallbacks when tools are unavailable.

What configuration file is produced when setting up a pipeline project?

Setting up a pipeline project produces a .wazir/state/config.json file that is compliant with schema version 2, creating a versioned config scaffold for subsequent pipeline runs.

Can I use an interactive config setup if some tools are unavailable?

Yes, you can use the interactive config setup when tools are unavailable because the bootstrap flow enforces safe, one-question-at-a-time interactions and provides fallbacks for missing tool integrations.

What's the best way to document configuration decisions during project initialization?

The best way to document configuration decisions is using a guided bootstrap flow that records your model, tool, and interaction style choices into a versioned config scaffold, ensuring governance and consistency.