autojanet/skills/terrashark/references/token-balance-rationale.md
Zoë cfec11bb46
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: convert skill submodules to plain directories
stop-slop, taste-skill, terrashark had embedded .git dirs causing
Woodpecker clone to fail on submodule update.
2026-05-30 15:44:44 -07:00

17 lines
713 B
Markdown

# Content Inclusion Rules
## Add content when at least one is true
1. It materially lowers probability of destructive or non-compliant changes.
2. It prevents common plan/apply surprises (identity churn, drift blind spots, unsafe upgrades).
3. It encodes organizational guardrails that general model knowledge cannot infer.
## Exclude content when
1. It is generic Terraform/OpenTofu knowledge with low failure impact.
2. It is provider-specific deep design that belongs in project docs, not in a shared skill.
3. It duplicates an existing rule without adding a new decision signal.
## Expansion rule
If repeated failure patterns emerge, add targeted lines for that failure mode instead of broad expansion.