skills/testing-skills-with-subagents/SKILL.md
DEPRECATED - Use writing-skills instead. This functionality has been consolidated into writing-skills which now contains both skill creation and testing methodology.
npx skillsauth add bacchus-labs/wrangler testing-skills-with-subagentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
All content from this skill has been integrated into the writing-skills skill, which now provides:
The two skills described the same TDD process (RED-GREEN-REFACTOR) applied to documentation:
Since skill creation REQUIRES testing (the Iron Law: "No skill without failing test first"), and testing IS part of creation, maintaining separate skills created:
writing-skills InsteadFor all skill creation and testing needs, use the writing-skills skill, which now contains:
The complete worked example (examples/CLAUDE_MD_TESTING.md) referenced in this skill is still available in the testing-skills-with-subagents directory for historical reference.
tools
Use when creating technical specifications for features, systems, or architectural designs. Creates comprehensive specification documents using the Wrangler MCP issue management system with proper structure and completeness checks.
testing
Creates and refines agent skills using TDD methodology with pressure testing and rationalization detection. Use when creating new skills, editing existing skills, testing skills with pressure scenarios, or verifying skills work before deployment.
tools
Use when design is complete and you need detailed implementation tasks - creates tracked MCP issues with exact file paths, complete code examples, and verification steps. Optional reference plan file for architecture overview.
development
Validates governance file completeness, format compliance, and metric accuracy. Use when auditing governance health, after bulk changes, or ensuring documentation integrity.