Tip: working effectively with doc gen
Use the workflow's built-in cost tracking to avoid LLM token surprises
The DocGenCostMixin tracks token usage across all three subagents (outline-planner, content-writer, polish-reviewer) and provides real-time cost estimates. Check costs before processing large codebases to avoid unexpected bills.
The mixin is already integrated into DocumentGenerationWorkflow, so you get automatic cost reporting in the workflow result without any additional setup.
Tags: docs, documentation, generation