Skip to content
{% marker %}
AutoXXS (320px)XS (375px)SM (640px)MD (768px)LG (1024px)XL (1280px)XXL (1536px)
SketchMaterialiOSTamagui
DataInjectionKeyPatternsServiceTransactionProcessResearchProductQualityPerformanceSpecDomainFunctionTechnologyArchitectureConfigMiddlewareDataDatabaseDrizzleMigrationModelop-sqliteSchemaSQLState ManagementDraftKeystoneMergePatchPatchesPersistenceReactiveRedoStoreUndoTestingDeviceFactoryIsolationTypeScriptZodTopicsCommunicationBidsNVCDesignDesign ImplicationsEducationPedagogyFoundationsPsychologyAttachmentFloodingRelatingAuthentic RelatingUIEditorReact Native

{% marker %}

Attributes

Parameter Type Required Description
type enum: todo|fixme|question|review|note βœ“ Marker category β€” determines badge color
text string βœ“ The annotation message displayed on hover/click
priority enum: low|normal|high β€” Urgency level β€” defaults to 'normal'. 'high' adds a visual accent
scope string β€” Visibility scope β€” inherits from parent; may narrow to 'agent' or 'public'

Valid Parent Contexts

This tag is valid inside: {% domain %}, {% feature %}, {% flow %}, {% role %}, {% manifest %}, {% blueprint %}, {% story %}, {% milestone %}, {% changeset %}, {% tour %}, {% surface %}, {% article %}

Rules

Rule Force Realm Reference Description
marker-self-closing must global β€” Markers are self-closing tags β€” use syntax with no body content.
syntax
marker-id-auto must global β€” The is auto-generated as . Authors must not provide an explicit .
convention
marker-scope-inherited must global β€” Scope is inherited from the parent tag. Use for engineering-only markers invisible on the public site.
scope

Markers flag work-in-progress locations in the spec. They render inline as small colored badges and are collected globally into a Markers table at /markers with backlinks to the exact location via anchor ids.

Usage

{% marker type="todo" text="This section needs to be rewritten" /%}
{% marker type="fixme" text="Edge case not handled" priority="high" /%}
{% marker type="question" text="Should this be async?" /%}
{% marker type="review" text="Needs sign-off from product" /%}
{% marker type="note" text="Implementation detail for reference" /%}

Type Reference

TypeColorUse for
todoAmberWork that needs to be done
fixmeRedKnown bugs or broken logic
questionBlueOpen questions needing answers
reviewPurpleNeeds review by another person
noteGrayNeutral annotation, not actionable

Rendered Output

Inline

Renders as a <MarkerBadge> component β€” a small colored pill with the type label (e.g. β€œTODO”). Hover or focus reveals the full text in a tooltip. The badge carries an auto-generated id attribute for anchor linking.

Aggregate

The /markers page renders a <MarkerTable> component with columns: Type, Text, Source (backlink), Priority.