Skip to main content
Zencoder provides a comprehensive set of AI-powered tools designed to enhance your development workflow. This guide organizes features by their function in your development process, helping you quickly find the right tool for your current task.
If you’re looking for a feature not listed here or have any feedback, share it with us!

IDE and Tool Integration

Set up Zencoder in your development environment to start using all features.

Guided Workflows in the IDE

Launch common task types without leaving your editor. The IDE panel surfaces guided workflows so every request starts with the right structure instead of an ad-hoc prompt.

Default workflow options

  • New feature moves from idea to spec to implementation with built-in checkpoints for planning and verification.
  • Fix bug front-loads investigation, root-cause capture, and regression testing so bug reports become tested fixes.
IDE view showing the New feature and Fix bug workflow tiles

Add custom workflows

Teams can expose domain-specific flows (security reviews, release cut-overs, etc.) right next to the defaults:

  1. Create .zenflow/workflows/<workflow-name>.md in your repo root (or ~/.zenflow/workflows/ for user-level workflows).
  2. Define configuration metadata (Artifacts Path, owners) and write each step as with links to artifacts such as .
  3. Commit the file—Zenflow automatically lists it under Custom workflow inside the IDE selector.
IDE selector showing the default workflows plus a custom workflow dropdown
Need more structure guidelines? See Task Types and Custom Workflows for examples and authoring tips.

AI Agents

Specialized AI agents that automate complex coding tasks and processes.

Code Assistance, Quality and Understanding

Tools that help you write, improve, and understand code more efficiently.

Documentation

Tools for creating and maintaining code documentation.

Feature Usage Tips

  • For project setup, start with the Repo-Info Agent to create comprehensive project context that enhances all other agent capabilities.
  • For quick answers, use the Ask Agent to ask questions about your code and get context-aware responses.
  • For new implementations, use the Coding Agent to generate complete solutions that integrate with your existing codebase.
  • For existing code, apply Code Refactoring and Code Repair to improve quality and maintainability.
  • For maintenance, generate Documentation and run the Unit Testing Agent to ensure code longevity and reliability.
Most features work best when you’ve run the Repo-Info Agent first, as it provides comprehensive project context that enhances all other agent capabilities.