testing-skills-with-subagents

Test skills with subagents using RED-GREEN-REFACTOR cycles.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Khoiwall/be_vidify --skill testing-skills-with-subagents-khoiwall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-skills-with-subagents
Source: https://github.com/Khoiwall/be_vidify/tree/main/.opencode/skill/testing-skills-with-subagents
Command: npx skills add https://github.com/Khoiwall/be_vidify --skill testing-skills-with-subagents-khoiwall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams verify that skills function correctly under pressure by applying a RED-GREEN-REFACTOR cycle to process documentation, using subagents to simulate challenging scenarios and expose rationalizations before deployment.

Core Features & Use Cases

  • Enables baseline RED testing without the skill to reveal failures and rationalizations.
  • Captures exact failure rationalizations verbatim to guide precise skill improvements.
  • Supports GREEN development of the skill and subsequent VERIFY GREEN pressure tests.
  • Facilitates REFACTOR cycles to close holes and prevent new rationalizations, ensuring bulletproof documentation.
  • Includes meta-testing workflows to verify clarity and adherence under maximum pressure.

Quick Start

Run baseline RED tests without the skill, document the failures verbatim, then implement GREEN changes and re-test to verify the skill holds under pressure.

Frequently Asked Questions about testing-skills-with-subagents

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

FAQPage Schema
How do I test skills under pressure to expose rationalizations before deployment?

Testing skills under pressure involves applying a RED-GREEN-REFACTOR cycle with subagents to simulate challenging scenarios and expose rationalizations before deployment. You run baseline tests without the skill, document failures verbatim, then implement and re-test to verify resilience under maximum pressure.

What is the RED-GREEN-REFACTOR cycle for skill testing with subagents?

The RED-GREEN-REFACTOR cycle for skill testing is a structured workflow where RED captures baseline failures verbatim, GREEN develops targeted skills, and REFACTOR closes holes to prevent rationalizations. Subagents simulate pressure scenarios throughout to validate compliance and ensure bulletproof documentation.

How do I document skill test failures verbatim to guide precise improvements?

To document skill test failures verbatim, run baseline RED tests without the skill using subagents to simulate challenging scenarios. Capture the exact failure rationalizations produced, then use these documented verbatim failures to guide precise skill improvements during the GREEN development phase.

Can I use subagents to conduct meta-testing workflows for skill compliance?

Yes, you can use subagents to conduct meta-testing workflows that verify skill clarity and adherence under maximum pressure. Subagents simulate challenging pressure test scenarios to validate that the implemented skill holds and maintains compliance throughout the REFACTOR cycle.

What's the best way to prevent rationalizations in skill documentation before deployment?

The best way to prevent rationalizations in skill documentation is to run baseline RED tests with subagents, capture failures verbatim, then implement GREEN changes and conduct REFACTOR cycles to close holes. This structured workflow ensures bulletproof documentation validated under maximum pressure before deployment.