AgentSkillsCN

implement

帮助用户实现某项功能。当用户寻求新代码实现的帮助,或希望根据需求文档实现相应功能时使用。

SKILL.md
--- frontmatter
name: implement
description: Helps the user implement a feature.  Use when the user asks for help implementing new code, or when the user asks to implement functionality described in a requirements file.

Check for a markdown file in the rqm directory that corresponds to the requested feature. If no such file is found, instead execute the /plan-feature skill.

Ensure that the implemented code satisfies all Gherkin scenarios in the requirements file.

Create at least one test corresponding to every Gherkin scenario.