deliverable-setup

Collect and persist archetype-specific settings into .squad/archetype-config.json.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/lygav/vladi-plugins-marketplace --skill deliverable-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliverable-setup
Source: https://github.com/lygav/vladi-plugins-marketplace/tree/main/plugins/squad-archetype-deliverable/meta/skills/deliverable-setup
Command: npx skills add https://github.com/lygav/vladi-plugins-marketplace --skill deliverable-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures a deliverable archetype team by collecting archetype-specific settings and writing them to the team's .squad/archetype-config.json, enabling consistent delivery workflows.

Core Features & Use Cases

  • Guides onboarding for the deliverable archetype and stores a centralized configuration per team.
  • Sets output file naming, optional schema handling, playbook steps, and optional import hooks for post-aggregation processing.
  • Enables teams to standardize how deliverables are produced and consumed across the squad.

Quick Start

Run the deliverable setup flow to configure the archetype and generate the .squad/archetype-config.json for your team.

Frequently Asked Questions about deliverable-setup

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

FAQPage Schema
How do I automate deliverable archetype onboarding for a squad?

Automating deliverable archetype onboarding involves collecting team-specific settings and writing them to a .squad/archetype-config.json file. This defines output filenames, schema handling, and playbook steps to ensure consistent delivery workflows.

What is a deliverable archetype configuration file used for?

A deliverable archetype configuration file stores centralized settings per team, including output filenames, schema paths, playbook steps, and import hooks. It standardizes how deliverables are produced and consumed across the squad during onboarding and reconfiguration.

How do I set up playbook steps and schema handling for a new deliverable team?

To set up playbook steps and schema handling, run the deliverable setup flow to collect archetype-specific settings. The process persists these configurations into the .squad/archetype-config.json file, establishing consistent governance for the team's outputs.

Can I configure optional import hooks for post-aggregation processing during team onboarding?

Yes, you can configure optional import hooks during team onboarding. The setup flow collects these settings and writes them to the .squad/archetype-config.json file, enabling automated post-aggregation processing for each deliverable team.

What fields are included in the archetype-config.json file for squad governance?

The archetype-config.json file includes fields for archetype, version, outputFilename, schemaPath, playbookSteps, importHook, and configuredAt. Writing these fields ensures consistent governance and standardized delivery workflows across the squad.

When do I need to reconfigure a deliverable archetype workflow?

You need to reconfigure a deliverable archetype workflow when updating output file naming, adjusting schema paths, or modifying playbook steps. The setup flow applies these changes by overwriting the .squad/archetype-config.json file with the new configuredAt timestamp.