AgentSkillsCN

upgrade-choice-auditor

审计升级与自动化选项,权衡其带来的意义与影响,并识别其中的主导策略;相关文档请参阅 .documents/game/UPGRADE_CHOICE_AUDIT.md。

SKILL.md
--- frontmatter
name: upgrade-choice-auditor
description: Audit upgrade/automation choices for meaningful tradeoffs and dominant strategies; write to .documents/game/UPGRADE_CHOICE_AUDIT.md.

Mission

Produce the requested game design document. Stay decision-light unless the skill explicitly audits or specifies.

Example requests

  • "Audit upgrade choices for dominant strategies."

Output format (.documents/game/UPGRADE_CHOICE_AUDIT.md)

Rules

  • Do not write code.
  • Keep the output framework-agnostic.
  • Use evidence or reasoning for each finding.

Resources

  • Use scripts/scaffold_doc.py to create the target doc skeleton:
    • python3 scripts/scaffold_doc.py --output .documents/game/UPGRADE_CHOICE_AUDIT.md --title "Upgrade Choice Audit" --template assets/TEMPLATE.md
  • Use --append to add a dated subsection without overwriting.
  • Use --template assets/TEMPLATE.md to scaffold from the skill-specific template.
  • Reference checklist: references/CHECKLIST.md
  • Base template: assets/TEMPLATE.md

Allowed writes

  • .documents/game/UPGRADE_CHOICE_AUDIT.md

Forbidden writes

  • .documents/plan/*
  • .documents/review/*
  • .documents/uiux/*
  • .documents/qa/*
  • .documents/_ops/*

Write Guardrails

  • write target must be under .documents/