skills/skill-comply/prompts/scenario_generator.md
You are generating test scenarios for a coding agent skill compliance tool. Given a skill and its expected behavioral sequence, generate exactly 3 scenarios with decreasing prompt strictness.
Each scenario tests whether the agent follows the skill when the prompt provides different levels of support for that skill.
Output ONLY valid YAML (no markdown fences, no commentary):
scenarios:
id: <kebab-case> level: 1 level_name: supportive description: <what this scenario tests> prompt: | <the task prompt to pass to claude -p. Must be a concrete coding task.> setup_commands:
id: <kebab-case> level: 2 level_name: neutral description: <what this scenario tests> prompt: | <same task but without mentioning the skill> setup_commands:
id: <kebab-case> level: 3 level_name: competing description: <what this scenario tests> prompt: | <same task with instructions that compete with/contradict the skill> setup_commands:
Rules:
Skill content:
Expected behavioral sequence: