Workflow Patterns
Repeatable ways to use Sweet for planning, implementation, debugging, and release prep.
One-shot execution
sweet start "fix auth middleware edge cases and add tests"
Execution loop
sweet start "audit onboarding funnel copy and improve conversion clarity"
sweet start "implement approved homepage and docs changes"
Timeboxed autopilot
sweet --work-for 45m start "clean up docs IA and broken links"
Suggested daily cadence
- Plan in interactive mode.
- Execute features and fixes in one-shot prompts.
- Run verification and polish passes.
- Prepare commit with clear rationale.