AgentSkillsCN

feature-design

如何提出新功能的实现方案(包括规划、权衡取舍、涉及文件、测试用例以及上线部署)。

SKILL.md
--- frontmatter
name: feature-design
description: How to propose implementing a new feature (plan, trade-offs, files, tests, rollout).

When asked “How to implement X?”:

  • Ask up to 3 clarifying questions if requirements are missing.
  • Provide 2 implementation options when there are meaningful trade-offs.
  • Include:
    • Step-by-step plan (prefer small PRs)
    • Files to change/add
    • API/DB/config impact
    • Tests to add
    • Migration/rollout notes
  • If commands should be run, explicitly request approval first.