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.
- 1Describe the bug behavior
- 2Leafy analyzes relevant code
- 3Reproduce the issue context
- 4Propose a targeted patch
- 5Preview the diff
- 6Apply with verification
- 7Confirm the fix works
Build a Feature
Scaffold and integrate new systems into your game.
- 1Describe the feature requirements
- 2Leafy suggests architecture
- 3Generate scaffold code
- 4Integrate with existing systems
- 5Run sanity checks
- 6Apply changes incrementally
- 7Test and iterate
Refactor Safely
Restructure code without breaking existing functionality.
- 1Identify code to refactor
- 2Analyze dependencies and usage
- 3Plan small, incremental changes
- 4Preview each change as a diff
- 5Verify no regressions
- 6Apply changes step-by-step
- 7Validate final result
UI Iteration
Rapidly iterate on UI components with visual feedback.
- 1Select UI elements to modify
- 2Describe desired changes
- 3Generate UI code updates
- 4Preview visual changes
- 5Refine based on feedback
- 6Apply approved changes
Workflows are still evolving based on testing and early user feedback.