Feature Creation
Role: Project Manager | Solution Architect 🏗️
A Feature describes a capability or technical function of a System. This is critical context that the AI Agent uses when generating BRD, FRD, and Implementation Plan documents — the more complete the feature information, the more accurate the AI-generated documents.
How to use
- In System Management, select the System from the left list.
- Switch to the "Features" tab.
Create a new Feature
-
Click the "New" button (+ icon) in the top-right corner of the tab.
-
The "New Feature" modal opens. Fill in the information:
Left column — Configuration:
Field Required Notes Name Yes Short feature name (for example: User Authentication,Payment Processing)Environments No Select one or more environments where this feature applies Rollout Strategy No Deployment scope — pick country/region (Global, US, EU...) Right column — Integration & Metadata:
Field Required Notes Associated Endpoints No Link the API endpoints that belong to this feature (from the endpoints imported via Swagger) Tags No Custom classification tags for search and filtering Bottom — Description:
Field Required Notes Description Yes Detailed description of the feature -
Click "Create". The Feature card appears in the grid.
Information shown on the Feature card
Each card shows:
- Name of the feature and action buttons (Clone, Edit, Delete)
- Description (up to 2 lines)
- Environments assigned (colored environment badges)
- Rollout — deployment countries
- Endpoints — number of linked endpoints (for example:
3 Linked) - Tags (up to 5 tags shown)
- Last updated timestamp
Clone a Feature
Click the Clone icon (copy) on the card to duplicate the feature. The clone appears immediately with the original name — open it to edit the name and adjust any other content. Useful when multiple features share similar structures.
Edit a Feature
Click the pencil icon ✏️ on the card → the "Edit Feature" modal opens with current data → update → click "Save".
Delete a Feature
Click the trash icon 🗑️ → confirm in the dialog. Deletion removes all data related to the feature and cannot be undone.
Search and sort
- Search: type into the "Search features..." field to filter by name.
- Sort: pick Name, Status, or Complexity; toggle direction with the arrow icon.
Good examples: User Authentication, Payment Processing, Report Generation, Email Notification. Clear names help the AI Agent understand the context and produce more accurate documents — avoid generic names such as Module 1 or New Feature.
The Associated Endpoints field only has data after you import a Swagger URL and click Sync in the API Specs tab. If you do not have an API Spec yet, leave this field empty and fill it in later.
After creating the Features, move on to 04 — Configuration Creation to add environment variables and secrets.