lamina-persuasion-and-groups
SolidMulti-actor dynamics — group permissions, shared resources, and social side-effects. Not persuasion craft or influence tactics.
Code & Development 65 stars
2 forks Updated today Apache-2.0
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Multi-Actor Dynamics (agent-native)
When multiple actors share resources, model **permissions, visibility, and side-effects** — not psychological persuasion.
## Checklist
1. Who can see vs edit shared entities?
2. What notifications or visibility changes affect others?
3. Race conditions when two actors act on same resource?
4. Escalation paths (moderator, admin override)
Simulate with **parallel actor walks** in verify — two subagents, same workflow timing.
## Anti-patterns
- **Dark patterns** — manipulation tactics
- **Social proof theater** — fake urgency without product rule
## Related
- [Side Effects](../lamina-side-effects/SKILL.md)
- [Idempotency & Concurrency](../lamina-idempotency-concurrency/SKILL.md)
Details
- Author
- aryaniyaps
- Repository
- aryaniyaps/lamina
- Created
- 3 weeks ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
lamina-stakeholder-alignment
Multi-actor goal alignment — explicit trade-offs and permission conflicts in contract. Not org politics or workshop facilitation.
65 Updated today
aryaniyaps Web & Frontend Solid
lamina-interview-design
Actor-walk script design — probe operations, goals, and failure modes per simulated actor. Not human moderator craft.
65 Updated today
aryaniyaps Web & Frontend Solid
lamina-product-behavior
Represented model matches domain — UI must not imply illegal states or permissions. Use when the active GraphVersion domain and screens diverge from implementation shape.
65 Updated today
aryaniyaps