cyberneticlibrary

Create and implement new task

bxcommandsetup L212
aspiers/ai-config
What it does

Create bead issue and implement immediately

Best for

Quickly capturing ad-hoc tasks as tracked beads before implementing them, ensuring nothing is lost and all work has an audit trail.

Inputs
  • · issue description in natural language
Outputs
  • · bead created with inferred type (bug|feature|task)
  • · bead marked in_progress
  • · work implemented
  • · bead closed
Requires
  • · bd CLI
  • · git
  • · project build tools
Preconditions
  • · bd CLI configured
  • · git repository initialized
  • · working tree clean
Failure modes
  • · scope unclear (create with 'Investigating...' description, update after research)
  • · issue implementation blocked (bead stays open, user unblocks)
  • · no previous work interrupted (normal flow)
Trust signals
  • · creates bead FIRST (not after analysis)
  • · infers issue type (bug|feature|task)
  • · updates bead with better scope if investigation needed
  • · tracks suspended work for later resumption