feat: add extract_wisdom_with_attribution pattern for speaker-attributed quotes

## CHANGES

- Add new pattern extending `extract_wisdom` with speaker attribution
- Create README and system.md for the new pattern
- Update pattern_explanations.md with new pattern entry
- Add pattern to suggest_pattern category lists
- Update pattern_descriptions.json with metadata and tags
- Update pattern_extracts.json with pattern content
This commit is contained in:
Kayvan Sylvan
2026-01-21 13:46:36 -08:00
parent c528a72b5b
commit a31dc59f7e
7 changed files with 176 additions and 88 deletions

View File

@@ -1936,7 +1936,23 @@
{
"patternName": "greybeard_secure_prompt_engineer",
"description": "Creates secure, production-grade system prompts with NASA-style mission assurance. Outputs include hardened prompts, developer prompts, prompt-injection test suites, and evaluation rubrics. Enforces instruction hierarchy, resists adversarial inputs, and maintains auditability.",
"tags": ["security", "prompt-engineering", "system-prompts", "prompt-injection", "llm-security", "hardening"]
"tags": [
"security",
"prompt-engineering",
"system-prompts",
"prompt-injection",
"llm-security",
"hardening"
]
},
{
"patternName": "extract_wisdom_with_attribution",
"description": "Extract insightful ideas and recommendations with speaker attribution for quotes.",
"tags": [
"EXTRACT",
"WISDOM",
"SELF"
]
}
]
}