add-buyable-item
Installation
SKILL.md
Add Buyable Item
Instructions
- Preconditions
- This skill is for ONE-TIME purchase boosts only.
- The boost MUST conform to the existing content + validation:
- Boost schema/types live in: src/game/types.ts and src/game/schema.ts
- Boost content lives in: src/content/boosts/boosts.json
- If the requested behavior cannot be expressed by an existing boost type, do NOT invent fields silently:
- Either map it to an existing supported type, or propose a new type and list the required code changes (schema + engine + UI).
- Review existing items for progression