Atrinik test scenario
SkillDev toolsProvision deterministic classic account/character scenarios with isolated state through `./atrinik`.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Atrinik test scenario skill
What this skill tells your AI
The instructions your AI receives, as published by atrinik/atrinik in .agents/skills/atrinik-test-scenario/SKILL.md and read by ahel’s review.
Use scenarios for repeatable reproductions. Keep account creation in the server API and orchestration in the wrapper; never edit account/player files.
Fresh state comes from Classic install_data; the wrapper creates disposable
asset staging. Scenario state is registered, persistent, and scenario-owned;
it is not generic temporary topology state and must still be selected with
--state scenario-NAME. Never add generated assets to scenario state.
- Select the exact coherent classic-derived profile.
- Choose a lowercase issue/feature name and use
basic-playerunless a tested server-owned preset is genuinely required. - If the needed state is expensive to reach, extend the provisioner/preset contract with tests rather than writing a fixture save.
./atrinik scenario create NAME --profile PROFILE --preset basic-player
./atrinik scenario show NAME --json
./atrinik topology show PROFILE --state scenario-NAME --json
./atrinik up --name NAME --profile PROFILE --state scenario-NAME
./atrinik ps NAME --json
./atrinik logs NAME server --follow
./atrinik logs NAME client --follow
./atrinik down NAME
./atrinik scenario reset NAME
show/list hide passwords. Scenario-state up validates ownership and
automatically logs in the client. Its disposable secret may appear only in
local argv/client/Codex logs; never reuse it or copy it to GitHub, commits,
public logs, or durable handoffs. State actions/results between up and down.
Reset only after stopping the topology. It is destructive solely to the scenario-owned state and refuses running, locked, external, shared, symlinked, malformed, or unregistered targets. Handoffs include concrete profile, scenario, topology, state, automatic login, prerequisites, expected result, cleanup, and repeat-test commands.
When an agent scope deliberately selects scenario-NAME as its registered
named state, scope release never removes or resets it. Stop the exact topology,
release the scope with a fresh preview digest, then reset the scenario only as
a separate explicit scenario operation. Concurrent scopes may share neither a
live scenario state nor its operation lease; distinct scenario states progress
independently and credentials remain outside every scope record and journal.
Signals
- GitHub stars
- 31
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
atrinik-test-scenario- Source
- github.com/atrinik/atrinik