feat: add greybeard_secure_prompt_engineer pattern for secure prompts

- Add greybeard_secure_prompt_engineer pattern to create secure system prompts
- Update pattern explanations and renumber existing entries
- Refactor build process to use npm hooks for copying JSON files
- Remove manual web static file copying from extract script
- Update .gitignore to exclude generated data and tmp directories
- Modify suggest_pattern categories to include new security pattern
- Delete redundant web static data file, rely on build hooks
This commit is contained in:
Kayvan Sylvan
2026-01-17 09:16:46 -08:00
parent 8c9c3135ab
commit 1cf346ee31
9 changed files with 111 additions and 2031 deletions

View File

@@ -1932,6 +1932,11 @@
"SUMMARIZE",
"BUSINESS"
]
},
{
"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"]
}
]
}