SOP for documenting a feedback loop — classify, describe dynamics, identify
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill loop-documentation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Loop Documentation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-loop-documentation)More formats (shields.io, HTML) on the badges page.
---
name: loop-documentation
description: SOP for documenting a feedback loop — classify, describe dynamics, identify
break points.
execution: sop
---
# Loop Documentation
Document an identified feedback loop in the causal graph.
## Tool
CC file write + `vault_add_edge`
## Protocol
1. Write `relations/<loop-slug>.md` with frontmatter (type: relation, tags: [feedback-loop])
2. Body: loop type (reinforcing/balancing), variables involved, time delay, dominant conditions
3. Add edges connecting the relation page to all variables in the loop
4. Identify and document potential break points
5. **Inline wikilinks:** For each edge created, ensure the loop page body contains `[[dir/slug]]` pointing to the target variable (dir/slug = target path minus `.md`). Place inline where the variable is mentioned. Skip if already present.
## HARD-GATE
<HARD-GATE>
Must classify loop as reinforcing or balancing. Must list all variables in the cycle.
</HARD-GATE>
## Yield
Returns: `{ path: string, loop_type: string, variables: string[], break_points: string[] }`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!