Documentation Index
Fetch the complete documentation index at: https://docs.zencoder.ai/llms.txt
Use this file to discover all available pages before exploring further.
Example: Senior Engineer — Cross-Repo Feature
A senior engineer needs to build a feature that touches multiple services. They want spec review before code lands.Create a Spec and Build task
Open the Spec and Build card, describe the feature, attach a product brief. Zenflow seeds
plan.md, requirements.md, and spec.md.Configure agent and integrations
In Advanced, select a Codex preset with GitHub + MCP integrations so the agent can run tests, push branches, and open PRs.
Let it run
Enable Auto-start steps. The agent moves through Spec → Implementation Plan → Implementation, pausing only at review checkpoints.
Example: Junior Developer — Bug Fix
A junior developer needs to fix a regression but isn’t sure where to start. The Fix Bug workflow provides structure.Create a Fix Bug task
Describe the failing behavior, attach screenshots or error logs. Zenflow creates
investigation.md, solution.md, and implementation.md.Follow the investigation
In the right-column chat, keep Plan mode enabled. The agent surfaces logs, stack traces, and hypotheses. Ask clarifying questions as needed.
Review the proposed fix
When the agent proposes a solution, review diffs in the Changes tab. Run tests to confirm the fix works.