Create
Create a new Beads task for tracking work.
terminal Command: /create
Usage
/create Add user authentication
/create Fix navigation bug
/create Implement dark mode
Workflow
- Create task - Generates unique bead ID
- Set status - Sets to "in-progress"
- Initialize notes - Creates working notes section
- Track - Updates in
.beads/directory
Output
✓ Created bead: bead-001
Title: Add user authentication
Description: ...
Status: in-progress
Use /implement to start work
Example
# Create task
/create Implement JWT authentication
# Output:
✓ Created bead: bead-001
# Plan work
/plan JWT authentication system
# Implement
/implement
# Complete
/finish bead-001
Related Commands
- /plan - Create implementation plan
- /implement - Implement with TDD
- /finish - Complete with quality gates