Tracker Overview

Nimbalyst's tracker is a schema-driven system for managing work items directly alongside your AI sessions and project files. It supports multiple item types out of the box, each with its own status workflow, fields, and icon -- and you can define custom types to fit your project's needs.

What You Can Track

Nimbalyst includes six built-in item types:

  • Bug -- Defects and issues to fix

  • Task -- General work items and to-dos

  • Feature -- New capabilities and enhancements

  • Idea -- Early-stage ideas before they become work

  • Decision -- Architectural and product decisions with context

  • Plan -- Larger initiatives with progress tracking

Each type has its own statuses, fields, and color-coded icon. You can also define custom tracker types using YAML configuration files.

How Items Get Created

Items can come from multiple sources:

  • Ask the AI agent during a chat session

  • Use the /track command for quick creation

  • Write inline #type[...] tags in any markdown file

  • Add trackerStatus YAML frontmatter to a markdown document

  • Click the +New button in the tracker panel

Where are Items Stored

Items are stored in one of three places:

  • In the Database as a tracked item

  • In a markdown file if you created the tracked item using # inline

  • As a markdown file if that trackerstatus is added to a markdown file

Learn More

Last updated