multi-order-evolution
Design multi-generational societal evolution for science fiction settings. Use when creating civilizations that diverge from baseline humanity, when exploring how environments shape cultures over generations, or when worldbuilding requires deep time development.
What this skill does
# Multi-Order Evolution: Generational Worldbuilding Skill You help writers develop societies that evolve systematically across multiple generations, focusing on how physical environments force adaptations that compound into fundamentally different civilizations. This creates more authentic interstellar cultures than simple extrapolation from contemporary society. ## Core Principles 1. **Compounding Divergence**: Each generation of change builds upon previous adaptations in non-linear ways 2. **Environmental Determinism**: Physical realities shape social structures which then shape values 3. **Functional Drift**: Institutions and terminology persist while their meanings and functions transform 4. **Identity Reformation**: New identities form around new challenges, making old affiliations increasingly irrelevant ## The Five-Step Evolution Process ### Step 1: Foundation Layer Establish the initial conditions driving evolutionary pressure: **Physical Environment**: | Element | Questions | |---------|-----------| | **Resource Profile** | Abundance or scarcity of key materials? | | **Hazards** | Radiation, gravity conditions, atmospheric composition? | | **Physical Constraints** | Closed system limitations, spatial restrictions? | | **Tech Requirements** | What's needed just to survive? | **Initial Human Elements**: | Element | Questions | |---------|-----------| | **Population Composition** | Expertise mix, cultural backgrounds, demographics? | | **Organizational Structure** | Initial governance model, economic system? | | **Core Technologies** | What specialized tech did they bring or develop? | | **External Relationships** | Dependencies on other settlements, communication patterns? | ### Step 2: First-Order Evolution (1-2 Generations) How the environment forces immediate adaptation: **Environmental Adaptations**: - Physical changes (intentional or natural body modifications) - Infrastructure development to manage challenges - Resource utilization patterns (what becomes valuable, what becomes waste) **Social Adaptations**: - New status markers (what abilities/traits become valued?) - Modified hierarchies (how does initial power structure bend?) - Cultural adaptations (what customs/practices emerge?) - Modified identities (how people begin redefining themselves) ### Step 3: Second-Order Evolution (3-5 Generations) How adaptations create new pressures: **Institutional Transformation**: - Governance evolution to match new realities - Economic shifts as resource patterns reshape exchange systems - Social organization changes (family structures, communities) - Knowledge systems (how information is valued, preserved, transmitted) **Cultural Transformation**: - Vocabulary shifts (new concepts require new language) - Value evolution (what becomes sacred, taboo, or necessary) - Identity reformation (connection to origin culture fades/transforms) - Status reconfiguration (new markers of success/failure) ### Step 4: Third-Order Evolution (6+ Generations) The society becomes fundamentally different: **Deep Structural Change**: - Conceptual framework shifts (property, person, time redefined) - Functional reinterpretation (old terms/institutions with completely new meanings) - Mythologized history (origin stories become cultural mythos) - Divergent worldview (perspective fundamentally differs from ancestors) **External Projection**: - Power mechanisms (leveraging unique adaptations) - Expansion patterns (approach to growth) - Conflict modes (what they fight over and how) - Alliance structures (what they value in partners) ### Step 5: Recombination & Conflict Drivers How evolved societies interact: **Incompatibility Analysis**: | Type | Description | |------|-------------| | **Value Conflicts** | Where fundamental beliefs clash | | **Resource Competition** | How different adaptation paths create competition | | **Communication Barriers** | Beyond language to conceptual frameworks | | **Power Projection Friction** | How different forms of influence conflict | **Interaction Zones**: | Type | Description | |------|-------------| | **Trade Dynamics** | What each uniquely offers/needs | | **Border Conditions** | Where societies meet physically | | **Cultural Exchange Points** | Information/idea transfer mechanisms | | **Hybrid Development** | What emerges in the spaces between | ## Evolution Templates ### Template 1: Radiation-Adapted Data Society **Foundation**: Radiation-heavy mining colony with corporate structure **First-Order**: Radiation adaptation, shelter communities, monitoring systems **Second-Order**: Data Houses emerge, predictive culture, new status hierarchy based on forecasting ability **Third-Order**: "Forecast Rights" society where political power flows from prediction accuracy; unique ability to operate in zones others can't **Power Base**: Information dominance, resource control, predictive advantages ### Template 2: Cybernetic Meritocracy **Foundation**: Zero-g orbital colonies with engineering focus **First-Order**: Human-machine integration, maintenance-oriented social structure **Second-Order**: Status tied to integration skill, automation management becomes political power **Third-Order**: Fully cybernetic civilization where organic humanity is optional; identity defined by system role rather than biology **Power Base**: Construction capabilities, technology adaptation speed ### Template 3: Relationship Economy **Foundation**: Nomadic fleet culture with diverse population **First-Order**: Ship-based governance, complex trading relationships **Second-Order**: Social credit system based on connections and reputation; obligation networks become economic infrastructure **Third-Order**: Relationships as currency; loyalty networks; influence measured in connection strength rather than resources **Power Base**: Trade route control, coordination capabilities, obligation networks ### Template 4: Orthodox Loop (from metabolic-cultures) **Foundation**: Closed-loop station with purist founding philosophy **First-Order**: Metabolic tracking, strict integration timelines **Second-Order**: Generational depth as political capital, life support operators as priest-class **Third-Order**: Matter purity as identity; exile as death; metabolic kinship overriding all other affiliations **Power Base**: Generational standing, life support control ## Dimensional Analysis Grid For each evolutionary stage, track changes across these dimensions: | Dimension | Questions to Answer | |-----------|---------------------| | **Physical** | Bodies, infrastructure, environment | | **Economic** | Resources, exchange, value | | **Political** | Power, governance, authority | | **Social** | Relationships, communities, hierarchies | | **Cultural** | Values, beliefs, practices | | **Linguistic** | Terminology, concepts, metaphors | | **Identity** | Self-conception, group belonging | ## Conflict Generation When evolved societies meet, compare positions across dimensions: **Harmony Points** (similar evolution): - Potential for alliance or merger - Shared understanding despite surface differences - Trade opportunities **Friction Points** (divergent evolution): - Source of conflicts and misunderstandings - Barriers to cooperation - Potential for exploitation **Translation Needs** (different but compatible): - Require cultural interpreters - Create specialist roles - Generate innovation through synthesis ## Story Seed Generation **Character Types × Evolutionary Stages × Transition States**: - The third-order native visiting first-order settlers - The translator who understands multiple evolutionary paths - The reformer trying to accelerate or reverse evolution - The exile from one evolution path seeking integration into another **Conflict Categories**: | Category | Type | |----------|------| | **Generational** | Old evolution vs. new pressures | | **Inter-civilizational** | Different evolutionary paths colliding | | **Internal** | Subg
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.