Creating Your First Job

Learn how to create and manage your first coding job

A job is a task you assign to Enric to complete. Jobs can range from simple bug fixes to implementing entire features.

Tips for Great Job Descriptions

Tip
The more specific your job description, the better the result. Include file paths, function names, or examples when relevant.
  • Be specific about what you want to achieve
  • Reference existing files or patterns when helpful
  • Include acceptance criteria when possible
  • Mention any constraints or requirements

Example Job Descriptions

Good: specific and actionable

Add a dark mode toggle to the settings page. The toggle should persist the user's preference to localStorage and apply the theme across all pages. Use the existing Button component style for consistency.

Too vague: avoid these

Add dark mode

Tip
Need to act on many jobs at once? See the Bulk Operations guide
Documentation | Enric