twl:workflow-setup

Orchestrate a deterministic development setup workflow from worktree creation to test preparation.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/shuu5/twill --skill twl-workflow-setup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: twl:workflow-setup
Source: https://github.com/shuu5/twill/tree/main/plugins/twl/skills/workflow-setup
Command: npx skills add https://github.com/shuu5/twill --skill twl-workflow-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow orchestrates a chain-driven development preparation sequence, from worktree creation to test setup, ensuring deterministic execution and proper context handling.

Core Features & Use Cases

  • Orchestrates a fixed, ordered chain of steps (worktree-create, board-status-update, crg-auto-build, arch-ref, ac-extract) for development setup.
  • Restores prior workflow context and supports automatic progression via autopilot integration when available.
  • Applies when starting a new development session or when invoked from a co-pilot workflow.

Quick Start

Run the workflow-setup skill to initialize the chain and execute the development prep sequence.

Frequently Asked Questions about twl:workflow-setup

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

FAQPage Schema
How do I automate development setup for worktrees and test preparation?▼

Automating development setup requires orchestrating a chain-driven workflow that bootstraps worktrees and executes test preparation. This sequence runs a fixed order of steps, including worktree creation, board-status updates, and arch-ref extraction.

What is a chain-driven development preparation workflow?▼

A chain-driven development preparation workflow is a deterministic execution sequence that processes ordered steps like worktree creation, board-status updates, and architecture reference extraction. It restores prior workflow context and supports automatic progression via co-pilot integration.

How do I restore prior workflow context when starting a new development session?▼

Restoring prior workflow context occurs automatically when initializing the development setup chain. The workflow orchestrator retrieves previous session state and applies rule-driven steps to resume the preparation sequence seamlessly.

Can I use natural language to trigger worktree creation and test setup?▼

Yes, natural language requests can trigger the development setup workflow. When a user asks to start development setup via natural language or a co-pilot workflow, the chain executes the ordered preparation sequence defined in its dependencies configuration.

What steps are included in the development prep sequence?▼

The development prep sequence includes worktree-create, board-status-update, crg-auto-build, arch-ref extraction, and ac-extract. These ordered steps execute deterministically to ensure proper context restoration and event sequencing for development setup.

Does the development setup workflow support automatic progression?▼

The development setup workflow supports automatic progression via autopilot integration when available. It applies deterministic, rule-driven steps to execute the preparation chain and restore context without manual intervention between stages.