Lamina interview design
Actor-walk script design — probe operations, goals, and failure modes per simulated actor. Not human moderator craft.From its SKILL.md
npx -y skills add aryaniyaps/lamina --skill lamina-interview-designAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 187 tokens by cl100k_base, as published. Nobody here has run it
Actor-Walk Script Design (agent-native)
Design what each simulated actor attempts on the live product during verify.
Script template
Per actor:
- Goal — outcome from persona (e.g. download ticket before exam)
- Starting context — role, permissions, data state
- Happy path — operations in order
- Stress probes — forbidden actions, race timing, error recovery
- Success criteria — observable UI/state + invariant holds
Spawn via persona-panel pattern; one subagent per actor.
Anti-patterns
- Open-ended interview — "tell me how you feel" without operations
- Leading questions — scripting answers instead of observing behavior