twl:co-self-improve

Automate test scenario execution and self-improvement workflows via su-observer coordination.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates execution of test scenarios and self-improvement workflows by coordinating with su-observer as the execution arm, allowing teams to run tests, organize projects, and retrospect past observations in a single controller.

Core Features & Use Cases

  • Scenario-run, retrospective, and test-project-management modes coordinate to streamline end-to-end test workflows.
  • Loads scenarios into a dedicated test-target worktree, spawns the co-autopilot in a deterministic manner, and manages test-project state for reproducible results.
  • Generates and summarizes observation data to support issue drafting and project planning.

Quick Start

Boot the co-self-improve controller to begin a scenario-run, load a scenario, and spawn the co-autopilot in the test-target worktree.

Frequently Asked Questions about twl:co-self-improve

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

FAQPage Schema
How do I automate test scenario execution and retrospective workflows?

Automating test scenario execution and retrospective workflows involves coordinating a controller with an observer to load scenarios, manage test projects, and summarize past observations. This enables deterministic execution and supports issue drafting from observation data.

What is the best way to manage test projects and load scenarios into a worktree?

Managing test projects and loading scenarios is handled by a controller that safely spawns an execution arm in a dedicated test-target worktree. This ensures reproducible results by maintaining deterministic test-project state throughout the scenario run.

How does a retrospective mode work for drafting issues from test observations?

Retrospective mode works by generating and summarizing past observation data collected during test execution. It loads this historical data to support issue drafting, allowing teams to analyze previous test runs and identify areas for project improvement.

Can I run self-improvement workflows locally and manage real issues?

Yes, you can run self-improvement workflows locally and manage real issues. The controller supports real-issues and local execution modes, enforcing mode detection from user input to safely spawn a co-autopilot within the isolated test-target worktree.

Do I need an observer tool to coordinate test management and scenario runs?

Yes, you need an observer tool acting as the execution arm to coordinate test management and scenario runs. The controller relies on this integration to automate workflows, load scenarios, and execute tests within the dedicated worktree environment.

What are the limitations of spawning a co-autopilot in a test-target worktree?

Spawning a co-autopilot in a test-target worktree is limited to a dedicated, isolated environment to ensure safe execution. Mode detection must be enforced from user input, restricting the co-autopilot to deterministic scenario execution and test-project state management.