blueprint
Manage structural blueprints extracted from real documents. Learn from DOCX or PDF, list stored blueprints, delete by name, and use to validate paragraph structure when creating documents.
Instructions
Manage structural blueprints — section/heading templates extracted from real documents. Actions: 'learn' (extract from a DOCX or PDF you already have), 'list' (show stored blueprints), 'delete' (remove by name). Blueprints are also auto-learned during 'dna evolve' when recurring structures are detected. Use a blueprint by passing { blueprint: '' } to create-doc — the tool will validate that your paragraphs match the structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Blueprint name (required for learn and delete). | |
| action | Yes | Blueprint action. | |
| filePath | No | Path to source DOCX/PDF (REQUIRED for 'learn'; ignored otherwise). | |
| description | No | Optional description (learn only). |