Creating Items
Several ways to create tracker items in Nimbalyst, from asking your AI agent during a session to writing inline tags or YAML in markdown.
You can create a tracker item wherever the work first appears: in a chat with the agent, inline in a document you are writing, or straight from the tracker panel. This page walks through each path, from conversational AI to structured YAML.
From Chat
Ask the AI agent to create items during any session:
"Create a bug for the login page crash on Safari" "Track this as a feature request: dark mode for the dashboard" "Log a decision: we're using PostgreSQL instead of MongoDB"
The AI determines the appropriate type, sets the status and fields based on your description, and creates the item. Ask the agent to link the item to the current session when that relationship should be recorded.
Turning a conversation into tracked work is one of the workflows in project planning.

From the /track Command
Use /track in the chat input for quick inline creation:
The AI analyzes your description, determines the item type (bug, task, feature, etc.), and creates the item. This is the fastest path when you know what you want to track.
Inline in Markdown
Track items directly within any markdown document using #type[...] syntax:

Inline items appear in the tracker alongside full-document items. Edit their properties in the markdown text or through the tracker UI; changes sync both ways.
From YAML Frontmatter
Add trackerStatus frontmatter to any markdown file to make it a tracked item:
The tracker system automatically picks up files with trackerStatus frontmatter and displays them in the kanban board. Changes to the file update the tracker item, and changes made through the tracker UI update the file.
This approach works well for plans, decisions, and features that deserve their own dedicated document.
For plans and decisions you don't have to write that block by hand. Open the three-dot Actions menu on any markdown document and use Set Document Type to have Nimbalyst write the frontmatter for you.
Quick Track from Anywhere
Press Cmd+Shift+I anywhere in the app to file a tracker item of any type without leaving what you are doing. Pick the type, give it a title, and it lands in your tracker. Before you add it, Quick Track offers similar existing items, so you can jump to one instead of creating a duplicate.
From the Tracker Panel
You can also click the +New button in the tracker panel to create an item directly. Select the type, fill in the fields, and the item is added to your tracker.
Last updated
