Create
Create a new Beads task for tracking work.
terminal Command: /ak_cm_create
Usage
/ak_cm_create Add user authentication
/ak_cm_create Fix navigation bug
/ak_cm_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 /ak_cm_implement to start work
Example
# Create task
/ak_cm_create Implement JWT authentication
# Output:
✓ Created bead: bead-001
# Plan work
/ak_cm_plan JWT authentication system
# Implement
/ak_cm_implement
# Complete
/ak_cm_finish bead-001
Related Commands
- /ak_cm_plan - Create implementation plan
- /ak_cm_implement - Implement with TDD
- /ak_cm_finish - Complete with quality gates