Skip to content

v0.3.0 — /design-system, /map-systems, Status Line, UPGRADING Guide

Choose a tag to compare

@Donchitos Donchitos released this 09 Mar 01:52
7d08e39

What's New

New Skills

  • /design-system — Guided, section-by-section GDD authoring. Walks through all 8 required sections collaboratively, writes each to file immediately on approval, and survives session crashes via file-backed state.
  • /map-systems — Renamed from /design-systems for clarity. Decomposes a game concept into a full systems index with dependency mapping, priority tiers, and design order.

Custom Status Line

  • statusline.sh displays a 7-stage production pipeline breadcrumb in the terminal footer
  • Auto-detects project stage from artifacts, or reads from production/stage.txt
  • In Production/Polish/Release stages, shows Epic > Feature > Task breadcrumb from active.md

UPGRADING.md

  • New migration guide covering both v0.1→v0.2 and v0.2→v0.3
  • Documents breaking rename (/design-systems/map-systems), new files, and safe-to-overwrite lists

Bug Fixes

  • log-agent.sh and validate-commit.sh hook execution fixed
  • Cross-reference gaps repaired across skills
  • Stale workflow chain links updated

Breaking Changes

/design-systems has been renamed to /map-systems. Update any saved notes or scripts that invoke the old name.

Upgrading

See UPGRADING.md for step-by-step migration instructions.