What problem does it solve?
This Skill manages the complex process of adding, modifying, or deprecating requirements in a live software project, ensuring all documentation and code structures are updated systematically.
Core Features & Use Cases
- Incremental Requirements Elicitation: Collects new or changed requirements using structured methods (EARS template).
- Impact Analysis: Assesses how changes affect existing features and design.
- In-place Document Updates: Modifies SRS, Design, and UCD documents directly, preserving history via Git.
- Feature List Management: Updates
feature-list.json to reflect new, modified, or deprecated features.
- Use Case: A product manager needs to add a new user authentication method to an existing application. This Skill will guide them through defining the new requirements, analyzing the impact on the current architecture, updating the design documents, and decomposing the new authentication flow into manageable features.
Quick Start
Use the long-task-increment skill to add new requirements to the project.