setup

Guide Towline project initialization with interactive prompts and health checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SienkLogic/towline --skill setup-sienklogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/SienkLogic/towline/tree/main/plugins/dev/skills/setup
Command: npx skills add https://github.com/SienkLogic/towline --skill setup-sienklogic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Towline onboarding is streamlined by an interactive wizard that bootstraps new projects, standardizing configuration and model selection.

Core Features & Use Cases

  • Guided initialization of Towline projects with .planning scaffolding, default config, and initial STATE.md.
  • Stepwise prompts to choose project type, model profiles, and workflow preferences, ensuring consistent setup.
  • Health checks and error handling to verify config integrity and readiness for /dev:begin.

Quick Start

Run /dev:setup in your project to start the Towline onboarding wizard.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I initialize a new Towline project with the correct .planning scaffolding?

Towline project initialization is automated by an interactive wizard that generates the .planning directory structure, default config.json, and initial STATE.md file. Running the setup command bootstraps these files by guiding you through stepwise prompts.

What is the best way to configure model selection and workflow preferences during onboarding?

Model selection and workflow preferences are configured through interactive onboarding prompts. The wizard asks stepwise questions to collect your choices, ensuring consistent setup by applying default templates and saving your selections into the config.json file.

Does the Towline setup wizard verify configuration integrity before finishing?

Yes, Towline setup includes built-in health checks and error handling to verify configuration integrity. These checks ensure your generated config files are structurally correct and fully ready for the /dev:begin workflow command.

Can I use the interactive setup wizard for existing projects, or is it only for new-project onboarding?

The interactive setup wizard is designed primarily for new-project onboarding flows. It standardizes initialization by creating the .planning scaffolding and collecting configuration, making it most applicable when starting a new Towline project.

Why does my Towline onboarding wizard prompt for project type before generating config files?

The wizard prompts for project type because it uses stepwise guidance to collect user preferences before generating config and state files. This interactive approach ensures the resulting .planning/config.json accurately reflects your specific workflow and model profile choices.

Do I need any dependencies installed to run the Towline onboarding setup?

No external dependencies are required to run the Towline onboarding setup. The wizard operates independently using interactive prompts and default templates to create the .planning scaffolding and verify configuration integrity.