← 返回 Skills 市场
stanestane

Game Design Friction Journey Audit

作者 Stanislav Stankovic · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
54
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install game-design-friction-journey-audit
功能描述
Audit a game, feature flow, economy path, onboarding journey, progression chain, or live-ops loop for friction quality and friction accumulation. Use when di...
使用说明 (SKILL.md)

Game Design Friction Journey Audit

Audit a design by mapping where friction appears across a player journey, what kind of friction it is, how it accumulates, and where useful challenge mutates into harmful drag.

Use this skill when a feature feels sticky in the wrong way, when progression seems to slow down for reasons players cannot articulate clearly, or when you need to separate meaningful challenge from accidental obstruction.

Core principle

Not all friction is bad.

Some friction creates commitment, decision-making, anticipation, and mastery. Other friction creates confusion, paralysis, resentment, or churn. The job is not to remove all resistance. The job is to identify which resistance is doing design work and which is merely getting in the player's way.

What to produce

Generate:

  1. Audit target - what journey, loop, or feature is being reviewed
  2. Journey breakdown - the major steps in player progression through the target flow
  3. Friction map - where friction appears, what kind it is, and what causes it
  4. Accumulation analysis - where multiple frictions stack into exhaustion or deadlock
  5. Diagnosis - where the design shifts from meaningful challenge to harmful blockage
  6. Recommendations - what to preserve, reduce, surface, reorder, or remove

Process

1. Define the journey being audited

Clarify:

  • what system or flow is under review
  • what kind of player it applies to
  • what stage of play it belongs to: FTUE, early game, mid-game, elder game, event loop, monetization path, social loop, etc.
  • what desired player behavior the flow is supposed to support

Write:

  • Audit target
  • Expected player goal
  • Player context

2. Break the journey into steps

Map the journey as a sequence of player-facing steps.

For each step, identify:

  • player action
  • player decision
  • requirement or dependency
  • feedback or reward
  • what unlocks the next step

Keep steps coarse enough to be readable but concrete enough to locate friction.

3. Identify friction at each step

For each step, ask:

  • what slows progress?
  • what blocks progress?
  • what creates uncertainty?
  • what consumes time, attention, or resources?
  • what forces tradeoffs or commitment?

Possible friction sources:

  • resource scarcity
  • dependency chains
  • waiting and timers
  • unclear affordances or goals
  • UI or information opacity
  • cognitive overload
  • skill challenge
  • social coordination burden
  • random variance
  • harsh penalty or recovery cost
  • monetization pressure

4. Classify the friction

Classify each friction point as one of these:

Productive friction

Supports:

  • decision-making
  • planning
  • anticipation
  • mastery
  • commitment
  • strategic tradeoff
  • emotional tension that feels fair and legible

Harmful friction

Produces:

  • confusion
  • dead time without meaning
  • arbitrary blocking
  • unreadable requirements
  • overloaded task chains
  • repeated admin work
  • punishment without learning
  • progress paralysis

Mixed friction

Useful in principle, but currently too strong, too opaque, too stacked, or too poorly timed.

Do not treat this as binary if it is not. Many systems are good ideas implemented at the wrong intensity.

5. Assess intensity and visibility

For each friction point, rate:

  • Intensity - low / medium / high
  • Visibility - obvious / partially hidden / opaque
  • Fairness feel - fair / borderline / unfair-feeling

A friction can be mild but still dangerous if it is hidden. It can also be intense but acceptable if the player clearly understands it and sees why it exists.

6. Analyze friction accumulation

Look for stack effects.

Ask:

  • where do several medium frictions compound into a high-friction moment?
  • where are players forced to satisfy too many constraints at once?
  • where does the flow ask for too much memory, too much waiting, or too many parallel tasks?
  • where do repeated harmful frictions appear without enough reward, clarity, or release?

Common accumulation patterns:

  • multiple resources plus timer plus low clarity
  • complex chain plus weak feedback plus low inventory space
  • repeated losses plus long recovery plus weak learning signal
  • social obligation plus schedule pressure plus poor coordination tools

7. Find the breakpoints

Identify:

  • where challenge turns into drag
  • where strategy turns into opacity
  • where anticipation turns into dead time
  • where difficulty turns into helplessness
  • where a healthy loop turns into churn risk

These are the key design breakpoints.

8. Diagnose the role of friction in the design

Answer:

  • which friction points are core to the fantasy or mastery arc?
  • which friction points only exist because of weak clarity, weak UX, poor pacing, or over-constrained economy?
  • what friction is essential and should be protected?
  • what friction is currently doing accidental damage?

9. Recommend design changes

For each major friction issue, specify:

  • Issue
  • Why it hurts
  • Keep / reduce / remove / surface / reorder / soften
  • Expected effect

Typical interventions:

  • surface hidden requirements
  • reduce simultaneous constraints
  • improve feedback and goal clarity
  • shorten dead-time without removing commitment
  • preserve meaningful tradeoffs while removing admin burden
  • stagger dependencies instead of stacking them all at once

Response structure

Audit Target

  • ...

Journey Breakdown

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

Friction Map

Step Friction Point Type Cause Intensity Visibility Fairness Feel
... ... ... ... ... ... ...

Accumulation Analysis

  • ...

Breakpoints

  • ...

Diagnosis

  • ...

Recommendations

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

Fast mode

Use this quick pass when speed matters:

  • where does the player slow down or stop?
  • is the friction creating strategy or confusion?
  • is it fair and legible?
  • what other frictions are stacking nearby?
  • what should be preserved, softened, surfaced, or removed?

Working principle

Good friction gives the player something meaningful to push against. Bad friction makes the player wonder why they are pushing at all.

安全使用建议
This skill is internally consistent and doesn't request secrets or install code. Before using, avoid pasting sensitive or proprietary telemetry into the auditor's input if you don't want that data exposed to the agent or connected services; review generated audit outputs before sharing externally. If you plan to run the skill autonomously, confirm your agent's sharing/integration settings so the audit results aren't sent to destinations you don't expect.
功能分析
Type: OpenClaw Skill Name: game-design-friction-journey-audit Version: 1.0.0 The skill bundle is a purely instructional framework for performing game design audits. It contains no executable code, scripts, or network requests. The SKILL.md file provides a structured methodology for an AI agent to analyze player journeys and friction points, with no evidence of malicious prompt injection, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The name and description match the SKILL.md content: the instructions are a structured audit methodology for friction in game journeys and do not ask for unrelated capabilities or credentials.
Instruction Scope
All runtime instructions are about mapping player journeys, identifying and classifying friction, and making recommendations; they do not instruct reading system files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or downloaded during installation.
Credentials
No environment variables, credentials, or config paths are required—this is proportionate to an analytical/audit skill.
Persistence & Privilege
Skill is not marked always:true and requests no elevated/system-wide changes; model invocation is enabled (the platform default) which is expected for an agent-invokable skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install game-design-friction-journey-audit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /game-design-friction-journey-audit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Audits player journeys for friction quality, friction accumulation, and challenge-versus-frustration breakpoints.
元数据
Slug game-design-friction-journey-audit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Game Design Friction Journey Audit 是什么?

Audit a game, feature flow, economy path, onboarding journey, progression chain, or live-ops loop for friction quality and friction accumulation. Use when di... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Game Design Friction Journey Audit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install game-design-friction-journey-audit」即可一键安装,无需额外配置。

Game Design Friction Journey Audit 是免费的吗?

是的,Game Design Friction Journey Audit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Game Design Friction Journey Audit 支持哪些平台?

Game Design Friction Journey Audit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Game Design Friction Journey Audit?

由 Stanislav Stankovic(@stanestane)开发并维护,当前版本 v1.0.0。

💬 留言讨论