unity-progression-system

Installation
SKILL.md

Unity Progression System

Use this skill to map Markdown-first progression specs into Unity implementation plans.

Workflow

  1. Identify the source Markdown artifacts: tracks, nodes, trials, rewards, loadouts.
  2. Separate static design data from mutable runtime state.
  3. Map static data to ScriptableObject definitions.
  4. Map runtime progress to save data, backend state, or an append-only ledger.
  5. Define validation rules for graph integrity.
  6. Define UI states for locked, available, in-progress, complete, failed, and mastered.
  7. Define telemetry events before implementation.

Unity Mapping

Installs
1
First Seen
10 days ago
unity-progression-system — frankxai/awesome-gamification-agent-skills