From 7ea078f520e4d7fefdbf8cc88c95bacdaf4a95c6 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:52:27 +0800 Subject: [PATCH] docs(skill): surface scenario pools from SKILL.md entry point Step 2 and Links now point at the pool table and data/scenarios/, so an agent sees the available pools without opening the doc first. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com> --- SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SKILL.md b/SKILL.md index 35fa056..80a4e10 100644 --- a/SKILL.md +++ b/SKILL.md @@ -15,7 +15,7 @@ Run from the directory containing this file. Run `uv sync` once. Live validation 1. Start from the persona or behavior the user wants to steer. Read [Pick a persona pair](docs/choosing_personas.md#pick-a-persona-pair), check for a matching pair in [`data/personas/`](data/personas/), then write or fix `data/personas/persona_pairs_AXIS_ID.jsonl`. The two sides should be direct opposites with matched wording. -2. Read [Choosing scenarios](docs/choosing_scenarios.md), assemble a broad scenario pool, and rank it using a strong previous template. Dry-run first, then remove `--dry-run` for the live run. +2. Pick scenario pools from the table in [Choosing scenarios](docs/choosing_scenarios.md#available-scenario-pools) (12 files in [`data/scenarios/`](data/scenarios/), each tagged with its point of view and axes), match their framing to your behavior, and rank the pool with a strong previous template. Dry-run first, then remove `--dry-run` for the live run. ```sh uv run python scripts/validate_persona_axes.py \ @@ -57,7 +57,7 @@ Run from the directory containing this file. Run `uv sync` once. Live validation ## Links - [Previous template results](README.md#previous-results) -- [Choosing scenarios](docs/choosing_scenarios.md) +- [Choosing scenarios](docs/choosing_scenarios.md) and the [scenario pools](data/scenarios/) - [Template catalog](data/templates/template_catalog.yaml) - [Validator flags](scripts/validate_persona_axes.py) - [Persona prompt literature review](docs/persona_prompt_literature_review.md)