feature-evolution

Analyze incremental feature changes and generate change-related tasks from documentation.

Updated May 15, 2026
One-click install
npx skills add https://github.com/w020316/cautious-broccoli --skill feature-evolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-evolution
Source: https://github.com/w020316/cautious-broccoli/tree/main/workflow/feature-evolution
Command: npx skills add https://github.com/w020316/cautious-broccoli --skill feature-evolution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

功能迭代技能用于在已完成功能的基础上分析增量修改需求,先读取现有文档以搞清现状,再识别变更类型并增量更新文档,同时仅生成变更相关的新任务,强调只做分析和规划,不写代码。

Core Features & Use Cases

  • 以产品架构师视角对已上线功能进行增量修改分析与规划
  • 读取相关文档、确定变更范围、按最小增量更新文档
  • 生成与变更相关的新增任务并避免重复任务

Quick Start

只需输入变更描述,系统将读取相关文档并输出增量变更任务清单。

Frequently Asked Questions about feature-evolution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan incremental changes to completed features without writing code?

To plan incremental changes without writing code, you input a change description so the system can read existing documentation, classify the change as a tweak, extension, or refactor, and generate a list of related new tasks. It acts as a product architect to ensure minimal impact.

What is incremental feature evolution in product architecture?

Incremental feature evolution is the process of analyzing modifications to completed features by reading current documentation, classifying the change type, and updating documents incrementally to generate non-redundant tasks without coding.

How do I generate tasks for a feature extension while avoiding duplicates?

To generate tasks for a feature extension while avoiding duplicates, the system reads all relevant documentation to understand the current state, classifies the incremental change, and outputs only change-related new tasks while updating existing documents.

Can I use this approach to classify feature modifications into tweaks, extensions, or refactors?

Yes, you can use this approach to classify feature modifications. The system adopts a product architect role to categorize incremental changes into tweak, extension, or refactor, ensuring minimal impact before updating documents and generating tasks.

What is the best way to update product documentation for incremental changes?

The best way to update product documentation for incremental changes is to analyze the modification, classify it, and apply minimal incremental updates to existing documents while simultaneously generating a change-related task list.

When should I not use an incremental change analysis for feature planning?

You should not use incremental change analysis when coding or implementation is required, as this approach strictly analyzes and plans modifications, updates documents, and generates tasks without writing any code.