What problem does it solve? Agents often guess at workflow steps or rely on stale cached instructions when a task matches a known procedure. This Skill ensures the correct, current version of a documented workflow pattern is always retrieved from the vault pattern catalog before acting. ## Core Features & Use Cases - Pattern Catalog Search: Queries the vault pattern catalog via Hive MCP or a fallback file search, resolving the vault path through environment variables or machine config without hardcoding paths. - Guided Pattern Application: Loads the matched pattern's frontmatter and sections (steps, pitfalls, verification) and applies them in order. - Audit Logging: Records which pattern was applied in the session record for traceability. - Use Case: When asked to run a backup or start a debugging session, the agent searches the catalog for the matching pattern (e.g., pattern-backup, pattern-debug-*), loads its exact steps and pitfalls, follows them, and verifies the result. ## Quick Start Ask the agent to load and apply the backup pattern from the vault pattern catalog before starting the backup task.