testing-skills-with-subagents

Apply Test-Driven Development cycles to create and refine AI agent skills.

1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill testing-skills-with-subagents-pascallammers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-skills-with-subagents
Source: https://github.com/pascallammers/mylo-travel-concierge-v2/tree/main/.factory/skills/testing-skills-with-subagents
Command: npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill testing-skills-with-subagents-pascallammers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your AI agent skills are robust, reliable, and resistant to manipulation by applying the principles of Test-Driven Development (TDD) to skill documentation and behavior.

Core Features & Use Cases

  • TDD for Skills: Implements the RED-GREEN-REFACTOR cycle for skill development.
  • Pressure Testing: Designs realistic scenarios with multiple pressures (time, sunk cost, authority) to test skill compliance.
  • Rationalization Analysis: Captures and addresses agent excuses for non-compliance.
  • Use Case: Before deploying a critical skill that enforces coding standards, use this skill to simulate high-pressure situations where an agent might be tempted to cut corners, ensuring the skill prevents violations.

Quick Start

Use the testing-skills-with-subagents skill to test the 'tdd-skill' by running it through a pressure scenario where code must be committed before tests are written.

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 AI agent skills for compliance under pressure?

Testing AI agent skills for compliance involves applying a Test-Driven Development methodology that simulates high-pressure scenarios with combined constraints like time, sunk cost, and authority to ensure robustness and prevent violations.

What is the RED-GREEN-REFACTOR cycle for skill development?

The RED-GREEN-REFACTOR cycle for skill development involves running baseline tests without the skill to observe failures, writing the skill to address those failures, and refactoring to close loopholes identified during pressure testing with multiple combined constraints.

How do I prevent my AI agent from rationalizing non-compliance?

To prevent AI agent rationalization, pressure test the skill with realistic scenarios that capture agent excuses for non-compliance, then refactor the skill documentation to address and close those specific loopholes.

Can I use TDD to bulletproof skills before deploying coding standards?

Yes, you can use TDD to bulletproof skills before deploying coding standards by simulating high-pressure situations where an agent might cut corners, ensuring the skill prevents violations before it goes live.

When should I use subagents for skill testing instead of manual review?

Use subagents for skill testing when you need to pressure test critical skills against multiple combined constraints and rationalization analysis that manual review alone cannot reliably surface or simulate.