feat: add audit_consent, audit_transparency, and detect_silent_victims patterns

## CHANGES

- Add `audit_consent` pattern for detecting manufactured consent via power asymmetry analysis
- Add `audit_transparency` pattern for evaluating decision explainability across five dimensions
- Add `detect_silent_victims` pattern for identifying voiceless, future, and unaware victims
- Register three new patterns in pattern descriptions and extracts JSON files
- Add new patterns to ANALYSIS and CR THINKING categories in `suggest_pattern`
- Update `pattern_explanations.md` with renumbered entries for all patterns
- Add co-author credit for ksylvan on PR #1999 changelog entry
- Remove duplicate changelog file `pr-ul-dialogue-patterns.txt`
This commit is contained in:
Kayvan Sylvan
2026-02-16 22:08:53 -08:00
parent c72095651f
commit 8669b36c86
7 changed files with 261 additions and 217 deletions

View File

@@ -196,6 +196,14 @@ Analyze Terraform plans for infrastructure changes, security risks, and cost imp
Apply standardized content tags to categorize topics like AI, cybersecurity, politics, and culture.
### audit_consent
Evaluate whether consent is genuine or manufactured by analyzing power asymmetries, information gaps, and coercion.
### audit_transparency
Audit decisions and systems for explainability, assessing whether opacity is justified or conceals harm.
### check_agreement
Review contract to identify stipulations, issues, and changes for negotiation.
@@ -244,6 +252,10 @@ Generate single-word tags for content categorization and mind mapping.
Detect manipulative belief systems that spread by exploiting cognitive shortcuts while resisting correction.
### detect_silent_victims
Identify parties harmed by actions or systems who cannot speak up due to power, awareness, or temporal gaps.
### explain_terms_and_conditions
Analyze legal agreements translating complex legalese into plain English with red flags.