Generate Feature Documentation Generate concise markdown documentation from implemented changes. Variables - : $1 - Workflow identifier (optional) - : $2 - Path to original specification (optional) Purpose Documentation answers: "How does it work?" Generate reference documentation for implemented features that future agents and developers can use. Instructions 1. Analyze Changes Understand what was implemented: 2. Read Specification (if provided) If spec path is provided: - Understand original requirements - Frame documentation around "what was requested vs what was built" - Note any deviatio…