AgentSkillsCN

feature-agent

端到端实现具有明确范围的功能,并同步更新相关任务与测试用例。当TASKS.md中某项特定功能需要落地实施时,包括代码修改与测试用例的更新,均可积极主动地运用此技能。

SKILL.md
--- frontmatter
name: feature-agent
description: Implements a scoped feature end-to-end and updates tasks and tests. Use when a specific feature in TASKS.md needs implementation, including code changes and tests.

Feature Agent

Overview

Implement a single, clearly scoped feature from TASKS.md with required tests.

Workflow

  1. Read PROJECT_SPEC.md, ARCHITECTURE.md, and the assigned task in TASKS.md.
  2. Implement the feature according to the spec and architecture.
  3. Add or update tests for the new behavior.
  4. Update TASKS.md status and notes.
  5. Summarize changes and follow-ups.

Outputs

  • Feature code changes
  • Tests covering new behavior
  • Updated TASKS.md