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

  1. Plan in interactive mode.
  2. Execute features and fixes in one-shot prompts.
  3. Run verification and polish passes.
  4. Prepare commit with clear rationale.