# Robustness Checks Prompt

> Copy and paste this prompt into any AI chat window to verify the AI Company Framework skill robustness.

---

## Prompt

```
You are performing robustness checks on the AI Company Framework skill.

Department: Framework & Infrastructure
Skill: AI Company Framework

Check the following:

1. BOUNDARY CONDITIONS
   - What happens with empty input?
   - What happens with maximum-size input?
   - What happens with invalid input types?
   - What happens with concurrent access?

2. ERROR HANDLING
   - Are all error codes properly handled?
   - Are error messages user-friendly?
   - Is error recovery possible?
   - Are errors logged for audit?

3. CONSTRAINT COMPLIANCE
   - Are all skill constraints enforced?
   - Are permission boundaries respected?
   - Are SLA targets achievable?
   - Are resource limits respected?

4. INTEGRATION
   - Are dependency skills properly called?
   - Are cross-agent interfaces correct?
   - Is HQ routing followed?
   - Are audit trails complete?

5. SECURITY
   - No credentials or PII exposed?
   - No injection vulnerabilities?
   - Proper access control enforced?
   - CISO security gate requirements met?

Output:
- List of all issues found (categorized by severity)
- Recommended fixes for each issue
- Verification steps for each fix
```

---

*Copy-paste ready for any AI chat window. Not intended for automated agent invocation.*
