Workflows

Structured processes for common tasks

Each workflow guides you through a repeatable process designed to reduce errors and keep you in control of every change.

Fix a Bug

Systematically identify, isolate, and fix bugs in your codebase.

Available
  1. 1Describe the bug behavior
  2. 2Leafy analyzes relevant code
  3. 3Reproduce the issue context
  4. 4Propose a targeted patch
  5. 5Preview the diff
  6. 6Apply with verification
  7. 7Confirm the fix works

Build a Feature

Scaffold and integrate new systems into your game.

Available
  1. 1Describe the feature requirements
  2. 2Leafy suggests architecture
  3. 3Generate scaffold code
  4. 4Integrate with existing systems
  5. 5Run sanity checks
  6. 6Apply changes incrementally
  7. 7Test and iterate

Refactor Safely

Restructure code without breaking existing functionality.

Available
  1. 1Identify code to refactor
  2. 2Analyze dependencies and usage
  3. 3Plan small, incremental changes
  4. 4Preview each change as a diff
  5. 5Verify no regressions
  6. 6Apply changes step-by-step
  7. 7Validate final result

UI Iteration

Rapidly iterate on UI components with visual feedback.

Available
  1. 1Select UI elements to modify
  2. 2Describe desired changes
  3. 3Generate UI code updates
  4. 4Preview visual changes
  5. 5Refine based on feedback
  6. 6Apply approved changes

Workflows are still evolving based on testing and early user feedback.