Skip to content

Development Workflow

Learn how to manage your daily development workflow with workspaces, commits, and pull requests.

In This Section

Guide What You'll Accomplish
Create Feature Workspace Set up isolated workspace for new feature
Make Commits with AI Generate semantic commit messages automatically
Create Pull Request Generate PR with AI-written description
Merge Workspace Changes Merge topic branch back to main

Common Workflows

Feature Development

  1. Create workspace for your feature
  2. Make code changes
  3. Commit with AI for semantic messages
  4. Create pull request for review
  5. Merge back to main

Parallel Development

  • Work on multiple features simultaneously using separate workspaces
  • Switch between features without branch conflicts
  • Merge each feature independently

Tutorials | How-to Guides | Explanation | Reference

You are here: How-to Guides — task-oriented recipes that guide you through solving specific problems.