dotfiles/agents/knowledge/workflows/_template.md
Felipe Martin 2494760df1
Manage ~/.agents so skills follow the machines, and keep knowledge in git.
npx-managed skills stay copies so an installer update cannot land in the repo by accident; knowledge is a symlink outside home/ so maintain writes are tracked instead of dying on the next apply. Verified the live ~/.agents/knowledge link and that the lockfile is named dot_skill-lock.json so chezmoi does not ignore it.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-26 18:27:53 +02:00

23 lines
284 B
Markdown

---
name: workflow-name
last_verified: YYYY-MM-DD
# Optional: workflow or platform version.
last_verified_version: "v1"
sources:
- https://official.example/workflow-docs
---
# workflow-name
## Goal
## Preconditions
## Procedure
## Verification
## Failure recovery
## Safety