← Back to Skills Marketplace
stanestane

Game Design Design Pillars Extractor

by Stanislav Stankovic · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install game-design-design-pillars-extractor
Description
Extract 3 to 5 actionable design pillars from a game, feature, loop, or system based on what the design actually rewards and prioritizes. Use when a team can...
README (SKILL.md)

Game Design Design Pillars Extractor

Extract the real pillars a design is built around, not the polite slogans attached to it.

Use this skill when a team has a pile of mechanics, references, and ambitions but no sharp articulation of what the design actually prioritizes. The goal is to reverse-engineer 3 to 5 actionable pillars from the game's systems, loops, and tradeoffs.

Good pillars are directional. They help decide what to keep, what to cut, and what kinds of changes are off-brand. Bad pillars are just nice words wearing capital letters.

Read references/family-conventions.md when you want the shared style, prioritization, and diagnosis rules for this game-design skill family. Read references/output-patterns.md when you want the preferred recommendation and minimal-fix structure.

Core principle

A meaningful design pillar does two things:

  • names what the design is trying hard to deliver
  • implies what the design is willing to sacrifice to deliver it

If a pillar does not create a constraint, it is not a pillar yet.

What to produce

Generate:

  1. Extracted pillars - 3 to 5 clear, testable pillars
  2. Support map - which systems actually reinforce each pillar
  3. Conflict map - where systems or candidate pillars push against each other
  4. Missing or weak dimensions - important priorities that are undefined, accidental, or under-supported
  5. Decision guidance - which pillars should dominate future choices

Process

1. Define the extraction target

Clarify:

  • what exact game, feature set, or loop is being analyzed
  • whether the pillars are for the whole product or a subset
  • whether you are extracting current pillars or intended pillars

Write:

  • Extraction target
  • Scope
  • Current versus intended state

2. Map the dominant design behaviors

Look at:

  • core loop
  • repeat decisions
  • reward structure
  • punishment structure
  • progression model
  • randomness profile
  • pacing
  • agency level
  • social or solo emphasis

Ask:

  • What does the design repeatedly encourage the player to do?
  • What kinds of decisions matter most?
  • What behaviors are rewarded, tolerated, or ignored?

3. Infer the implicit priorities

Ask:

  • What is this design optimizing for in practice?
  • What is it willing to make harder, slower, riskier, narrower, or less accessible in order to preserve that?
  • Which experiences seem central rather than incidental?

This is where you move from feature description to design intention.

4. Detect tradeoffs and contradictions

Look for places where:

  • one system rewards patience while another rewards speed
  • one feature pushes mastery while another floods the loop with noise
  • one layer promises freedom while another funnels players into one dominant path
  • a supposed pillar is not actually reinforced by gameplay

Do not hide contradictions. Surface them.

5. Synthesize 3 to 5 pillars

For each pillar, provide:

  • Name
  • What it means
  • What it prioritizes
  • What it sacrifices
  • Which systems support it

Prefer short, sharp names that imply a stance, such as:

  • Controlled Chaos
  • Readable Mastery
  • High-Risk Commitment
  • Expressive Preparation
  • Ruthless Momentum

Avoid vague filler such as:

  • Fun
  • Immersion
  • Engagement
  • Quality
  • Innovation

6. Identify missing or weak pillars

Ask:

  • Which important experience dimensions are currently accidental or under-defined?
  • Which design goals are talked about but not structurally supported?
  • Which player promises are present in language but absent in systems?

7. Turn the pillars into decision guidance

State:

  • which pillar should win when tradeoffs appear
  • which features do not support any pillar and should be challenged
  • which future ideas fit or violate the extracted set

Response structure

Use this structure unless the user asks for something else:

Extraction Target

  • ...

Extracted Design Pillars

  1. ...
  2. ...
  3. ...

For each pillar:

  • Meaning: ...
  • Prioritizes: ...
  • Sacrifices: ...
  • Supporting systems: ...

Conflicts and Contradictions

  • ...

Missing or Weak Pillars

  • ...

Decision Guidance

  1. ...
  2. ...
  3. ...

Fast mode

Use this quick pass when speed matters:

  • What does the design reward most consistently?
  • What is it clearly willing to sacrifice?
  • What three priorities best describe the actual game?
  • Which feature does not belong?

Usage notes

This extractor is especially useful for:

  • early concept framing
  • preproduction alignment
  • pitch cleanup
  • feature triage
  • post-prototype coherence checks
  • making design docs less hand-wavy

Common patterns to watch for:

  • teams often confuse feature lists with pillars
  • a pillar that cannot say "no" is not doing any work
  • contradictory pillars usually reflect unresolved design conflict, not healthy nuance
  • the strongest pillar should be obvious in repeated gameplay, not just in slide decks
  • if every pillar sounds universally positive, they are probably too generic to guide decisions

Working principle

Mechanics reveal priorities even when the team does not.

Use this skill to extract the principles the design is actually living by, then decide whether those principles are worth keeping.

Usage Guidance
This skill appears safe and coherent for extracting design pillars: it only uses the included reference files and the provided target text. Before using, supply clear target/context (scope, current vs intended state) so the extractor's inferences are grounded; be aware the output is interpretive — it may state assumptions or inferred priorities, so review and validate any recommended pillars against play data or designer intent before acting on them.
Capability Analysis
Type: OpenClaw Skill Name: game-design-design-pillars-extractor Version: 1.0.0 The skill bundle is a pure instructional framework for game design analysis and contains no executable code or scripts. The instructions in SKILL.md and the reference files are strictly limited to analyzing game mechanics and providing structured design feedback, with no evidence of prompt injection intended to exfiltrate data, access sensitive files, or perform unauthorized network operations.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all align: the skill is explicitly a design-analysis extractor. It requires no binaries, env vars, or external services, which is appropriate for a text-based design analysis skill.
Instruction Scope
Runtime instructions ask the agent to analyze the provided target and the two bundled reference files and to produce a structured output (extraction target, pillars, support map, conflicts, guidance). The instructions do not attempt to read system files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec and no code files — nothing will be downloaded or written to disk. This is the lowest-risk install profile and matches the skill's purpose.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not reference any hidden credentials or unrelated services, so the lack of requested secrets is proportional.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify agent/system settings. Autonomous invocation is allowed by default but that's normal and the skill's actions remain limited to in-skill analysis.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install game-design-design-pillars-extractor
  3. After installation, invoke the skill by name or use /game-design-design-pillars-extractor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug game-design-design-pillars-extractor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Game Design Design Pillars Extractor?

Extract 3 to 5 actionable design pillars from a game, feature, loop, or system based on what the design actually rewards and prioritizes. Use when a team can... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install Game Design Design Pillars Extractor?

Run "/install game-design-design-pillars-extractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Game Design Design Pillars Extractor free?

Yes, Game Design Design Pillars Extractor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Game Design Design Pillars Extractor support?

Game Design Design Pillars Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Game Design Design Pillars Extractor?

It is built and maintained by Stanislav Stankovic (@stanestane); the current version is v1.0.0.

💬 Comments