Skip to main content

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

  1. In System Management, select the System from the left list.
  2. Switch to the "Features" tab.

Create a new Feature

  1. Click the "New" button (+ icon) in the top-right corner of the tab.

  2. The "New Feature" modal opens. Fill in the information:

    Left column — Configuration:

    FieldRequiredNotes
    NameYesShort feature name (for example: User Authentication, Payment Processing)
    EnvironmentsNoSelect one or more environments where this feature applies
    Rollout StrategyNoDeployment scope — pick country/region (Global, US, EU...)

    Right column — Integration & Metadata:

    FieldRequiredNotes
    Associated EndpointsNoLink the API endpoints that belong to this feature (from the endpoints imported via Swagger)
    TagsNoCustom classification tags for search and filtering

    Bottom — Description:

    FieldRequiredNotes
    DescriptionYesDetailed description of the feature
  3. 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.
Name Features using a verb + noun pattern

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.

Associated Endpoints

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.

Next step

After creating the Features, move on to 04 — Configuration Creation to add environment variables and secrets.