What problem does it solve? In a multi-phase blueprint workflow, analysis results live scattered across intermediate files and state records. This Skill consolidates those persisted intermediates into a single final document (RFC, bug report, or audit) written from a user-owned template, and manages the document's digest status lifecycle. ## Core Features & Use Cases - Template-Based Export: Fills only the existing sections of a user-owned template in bp-workspace/templates/ with content sourced exclusively from the objective's intermediates (interview notes, analysis, alternatives) and recorded decisions. - Digest Status Management: Updates only the digest status line of an existing final artifact (draft to approved, approved to handed-off, or superseded) when the orchestrator confirms a checkpoint, leaving the body untouched. - Strict Write Boundary: Writes only the final artifacts it owns (ideas/rfc-{slug}.md, bugs/bug-{slug}.md, audits/audit-{slug}.md) and returns state mutations instead of touching state or index files. - Use Case: After an orchestrated analysis phase completes, the orchestrator delegates the export phase to this worker, which produces a word-budget-compliant RFC with every claim classified as fact, inference, or unknown, and recommends an artifact_approval checkpoint. ## Quick Start Delegate the export phase to bp-doc-exporter with an envelope specifying the objective, artifact type, template path, and intermediate paths so it writes the final document into bp-workspace.