返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Implementing New Features

逐步指导实施新功能

person作者: jakexiaohubgithub

Implementing New Features

Guide feature execution so changes are coherent, testable, and safe to deploy.

When to Use

  • You need to implement a new capability across one or more layers.
  • You want a structured approach that reduces integration risk.

Workflow

  1. Clarify feature scope, success criteria, and constraints.
  2. Design implementation boundaries and dependency order.
  3. Execute in incremental milestones with integration checks.
  4. Add unit/integration/e2e validation for behavior and regressions.
  5. Define rollout, monitoring, and rollback strategy.

Output

  • Feature implementation roadmap
  • Cross-module dependency plan
  • Test and rollout checklist