get_directive_by_name
Retrieve a directive's workflow steps, preferences, and linked notes by name. Always load before executing workflow steps.
Instructions
Load a directive's workflow steps, preferences, and linked notes by name. ALWAYS call BEFORE executing any workflow — directives are the authoritative source, not memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directive_name | Yes | Directive name to look up | |
| project_root | No | Project root directory. When provided, also retrieves directive preferences from user_preferences.db and linked notes (send_with_directive=1) from project.db. |