Skip to content

Creating and Managing Dev Items

A dev item is any feature, improvement, or change you want to measure the impact of. It’s the central unit in VEKTIS — everything else (baselines, releases, post-release data) hangs off a dev item.

  1. Click “New Dev Item” from the dashboard
  2. Fill in the required fields (see table below)
  3. Optionally add:
    • Target release date — When you plan to ship (informational, not enforced)
    • Dev tickets — Links to related tickets or PRs (up to 10 URLs, 500 characters each)
    • Notes — Additional context (up to 2,000 characters)
    • Initiatives — Link to one or more initiatives this contributes to
    • Success Threshold — The smallest improvement in your target metric that you’d consider a win (e.g., if tracking conversion rate, a value of 2 means changes smaller than 2 percentage points won’t be flagged)
  4. Save the dev item
FieldWhat to enterLimits
TitleA clear name for the feature1–200 characters
DescriptionWhat it does and why you’re building it1–2,000 characters
Target MetricThe specific metric you expect to change1–200 characters
Target ImpactYour expected change (e.g., “Increase by 15%“)1–200 characters
DirectionWhether success means the metric goes up or downIncrease or Decrease
OwnerWho’s responsible for tracking thisSelect from team members
Success ThresholdThe smallest improvement you’d consider a win (optional)Positive number, same units as target metric

Every dev item moves through a lifecycle:

StatusWhat it meansWhat you can do
PlanningGathering requirements and defining the metricAdd/edit baselines, mark as released
DevelopmentFeature is being builtAdd/edit baselines, mark as released
MeasuringFeature is live, collecting post-release dataAdd baselines (pre-release dates), add post-release metrics
CompleteMeasurement period is overAdd/edit post-release metrics, view results
ArchivedNo longer actively trackedView only — no changes allowed

See Dev Item Lifecycle for the full status transition diagram.

Open any dev item and click Edit to update its fields. All fields from creation are editable, with the same validation rules.

Changes to the dev item’s fields (title, description, metric, etc.) don’t affect existing baseline or post-release data — those are tracked separately.

Here’s the typical lifecycle of a dev item:

  1. Create the dev item with your target metric and direction
  2. Collect baselines — Add 4+ data points showing pre-release metric values
  3. Mark as released — Record the actual release date
  4. Measure impact — Add post-release data points over the following weeks
  5. Review results — Check impact badges and confidence levels
  6. Complete — Mark as complete when you have enough data to draw conclusions
  7. Archive (optional) — Move to archived when you no longer need to reference it

Dev items can be linked to one or more initiatives — larger goals or projects that multiple features contribute to. You can set these when creating or editing a dev item.

See Organizing Work with Initiatives for details.

  • One metric per dev item — If a feature affects multiple metrics, create separate dev items for each. This keeps the before-and-after comparison clean.
  • Be prescriptive with target impact — “Increase by 15%” is better than “Improve.” It gives you a benchmark to evaluate against.
  • Start collecting baselines early — Don’t wait until development is done. The earlier you start, the stronger your baseline.
  • Use notes liberally — Future you will thank present you for the context.