design-iteration-tracker

Log design decisions with rationale and detect previously rejected states.

10|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill design-iteration-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-iteration-tracker
Source: https://github.com/wanghaisheng/OpenAgenticGame-Studios/tree/main/refenrece/skills/design-iteration-tracker
Command: npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill design-iteration-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the common problem of losing track of design decisions, leading to repeated mistakes, circular design patterns, and a lack of institutional memory in game development.

Core Features & Use Cases

  • Decision Logging: Records every significant design change with its rationale, data source, and impact.
  • Revert Warnings: Identifies when a proposed change mirrors a previously rejected design, preventing the same mistakes.
  • Impact Chain Tracking: Maps how a single design change cascades through different game systems.
  • Parameter Version History: Maintains a clear timeline of how key design values have evolved.
  • Use Case: When considering a change to combat speed, this skill can alert the team if a similar change was tried in a previous version and why it was reverted, saving time and preventing player frustration.

Quick Start

Log a new design decision by specifying the change, the rationale, and the data source.

Frequently Asked Questions about design-iteration-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track design changes and prevent circular design in game development?

Track design changes by logging each decision with its rationale, data source, and impact. This prevents circular design by detecting previously rejected states and building institutional memory to stop repeated mistakes.

How do I log game design decisions to maintain institutional memory?

Log game design decisions by specifying the change, the rationale, and the data source. This maintains institutional memory by recording parameter version history and generating summary reports of design iterations.

Can I get warnings when a proposed game design change mirrors a previously rejected state?

Yes, revert warnings identify when a proposed change mirrors a previously rejected design. This prevents rework and player frustration by alerting the team if a similar change was tried and reverted in a previous version.

What is the best way to map how a single game design change cascades through different systems?

Map cascading game design changes through impact chain tracking. This records how a single adjustment, like combat speed, impacts different game systems to prevent unintended consequences and circular design patterns.

Does this iteration tracking method work for maintaining a version history of key game parameters?

Yes, iteration tracking maintains a parameter version history timeline. It tracks how key design values evolve over time by logging changes and their rationale to prevent losing track of decisions.