twl:workflow-test-ready

Generate test scaffolds and validate readiness after workflow-setup.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dry-run-lib.sh.

What problem does it solve?

The workflow-test-ready skill automates the generation of test scaffolds and readiness verification after workflow-setup, ensuring a reliable starting point for test-driven development cycles.

Core Features & Use Cases

  • Generates deterministic test scaffolds based on issue context and the workflow chain.
  • Verifies readiness by applying acceptance criteria mappings and running a red-green guard sequence.
  • Restores prior workflow context and coordinates with chain-runner to transition to subsequent steps.

Quick Start

Invoke the workflow-test-ready skill after workflow-setup to generate tests and verify readiness.

Frequently Asked Questions about twl:workflow-test-ready

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

FAQPage Schema
How do I generate test scaffolds for a TDD workflow?

Test readiness checks validate your workflow setup by running a red-green guard sequence and mapping acceptance criteria, ensuring test scaffolds exist before development proceeds.

How do I verify test readiness after workflow setup?

Test readiness checks validate your workflow setup by running a red-green guard sequence and mapping acceptance criteria, ensuring test scaffolds exist before development proceeds.

Can I use chain-runner to generate tests per issue?

Yes, you can use chain-runner to generate tests per issue. The skill coordinates with chain-runner to restore prior workflow context and transition to subsequent steps.

Does test scaffold generation require dry-run-lib.sh?

Test scaffold generation requires the dry-run-lib.sh dependency. This script provides the foundational execution logic needed to generate scaffolds and conduct readiness checks.

What are the limitations of automating test readiness in a workflow chain?

Automating test readiness operates within a defined turn limit using Bash, Read, and Skill, meaning execution steps are bounded to maintain deterministic scaffold generation and validation.