gauntlet-setup

Automate multi-tier gauntlet setup and role assignment in Stoa-substrate.

Updated May 2, 2026
One-click install
npx skills add https://github.com/denson/the-stoa --skill gauntlet-setup-denson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gauntlet-setup
Source: https://github.com/denson/the-stoa/tree/main/substrate/skills/gauntlet-setup
Command: npx skills add https://github.com/denson/the-stoa --skill gauntlet-setup-denson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires team-launcher, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of setting up multi-tier gauntlets within the Stoa-substrate architecture, streamlining the creation and management of structured collaboration arcs.

Core Features & Use Cases

  • Automated Gauntlet Setup: Drives the launch script to establish the multi-tier arc for collaboration.
  • Engagement Briefs Management: Assists in creating and attaching engagement briefs to the arc ticket on the beadwork branch.
  • Role Assignment: Facilitates the correct assumption of roles for user-tier POLYBIUS, POLYBIUS_<project>, and PLINY_<project> in the gauntlet.
  • Use Case: For a PRINCIPAL who requests the setup of a gauntlet for an arc, this Skill manages the entire setup process, ensuring the right roles are activated with the correct engagement briefs.

Quick Start

Drive the launch script with the command: 'launch-team.ps1 -ProjectDir <proj-dir> -Slug <project> -Layout Windows -Seats @(@{Name="POLYBIUS_<project>"; Say=$fm}) -DryRun', followed by 'launch-team.ps1 -ProjectDir <proj-dir> -Slug <project> -Layout Windows -Seats @(@{Name="POLYBIUS_<project>"; Say=$fm})' and 'launch-team.ps1 -ProjectDir <proj-dir> -Slug <project> -Layout Windows -Seats @(@{Name="PLINY_<project>"; Say=$pl})'

Frequently Asked Questions about gauntlet-setup

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

FAQPage Schema
How do I automate multi-tier gauntlet setup within the Stoa-substrate architecture?

Multi-tier gauntlet setup within the Stoa-substrate architecture is automated by driving the launch-team script to establish structured collaboration arcs, manage engagement briefs on the beadwork branch, and activate required project roles.

What is role assumption in a Stoa-substrate collaboration arc?

Role assumption in a Stoa-substrate collaboration arc is the process of activating specific user-tier roles like POLYBIUS, POLYBIUS_<project>, and PLINY_<project> to ensure correct participation and engagement brief management across the gauntlet.

How do I attach engagement briefs to an arc ticket on the beadwork branch?

Engagement briefs are attached to arc tickets on the beadwork branch by running the gauntlet setup automation, which creates and links the briefs during the multi-tier launch script execution for a specified project.

Do I need the team-launcher dependency to run gauntlet setup scripts?

Yes, the team-launcher dependency is required to run gauntlet setup scripts, as it provides the foundational launch-team.ps1 script needed to establish the multi-tier collaboration arc and execute role assignments.

Can I test multi-tier gauntlet launch scripts before committing changes?

Yes, you can test multi-tier gauntlet launch scripts by running the launch-team.ps1 command with the -DryRun parameter, which validates the project directory, slug, layout, and seat configurations without executing the actual setup.

What are the limitations of automating collaboration arc role assignment?

Automating collaboration arc role assignment requires proper role files and a correctly configured launch script to operate within the Stoa substrate environment, meaning the setup will fail if these prerequisite files are missing or malformed.