bx

Task

An agentic to-do: a collapsible checklist of work items with per-item status.

Read the current landing page
Create the Pricing component
Wire CTAs to the signup route
Verify responsive + accessibility
tsx
<Task title="Add a pricing section" state="running" defaultOpen>
  <TaskItem status="complete">Read the current landing page</TaskItem>
  <TaskItem status="active">Wire CTAs to the signup route</TaskItem>
  <TaskItem status="pending">Verify responsive + accessibility</TaskItem>
</Task>

Installation

Terminal
$ bext ui add task