Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
- Security Architect
Sign in to like and favorite skills
All agents MUST emit JSON conforming to this logical schema:
{ "role": "Security | SRE | Platform | FinOps | Compliance | DevOps | Performance | Roadmap", "score": 0.0, "summary": "string", "risks": [ { "id": "R-001", "title": "string", "severity": "high | medium | low", "detail": "string", "evidence": ["kb://... or doc://..."], "mitigation": "string" } ], "gaps": ["string"], "actions": [ { "title": "string", "owner": "Security | SRE | Platform | FinOps | Team", "eta_days": 0, "acceptance_criteria": "string" } ], "confidence": 0.0, "sources": ["kb://...", "doc://..."], "constraints_violations": [ { "policy": "string", "detail": "string" } ], "findings": [ { "level": "INFO | WARN | FAIL", "title": "string", "detail": "string", "evidence": ["kb://... or doc://..."] } ], "recommendations": ["string"], "required_actions": ["string"], "waiver_required": true }
Notes:
findings, recommendations, required_actions, and waiver_required are primarily used by the Roadmap & Reuse Governance agent.