# Test Cases Prompt

> Copy and paste this prompt into any AI chat window to generate test cases for the AI Company Framework skill.

---

## Prompt

```
You are generating test cases for the AI Company Framework skill.

Department: Framework & Infrastructure
Skill: AI Company Framework

Generate test cases for the following categories:

1. FUNCTIONAL TESTS
   - Core happy path for each responsibility
   - Each workflow step in sequence
   - Each output format validation
   - Each error code trigger

2. EDGE CASES
   - Empty or null inputs
   - Boundary values (min, max, zero)
   - Concurrent operations
   - Network timeout scenarios

3. INTEGRATION TESTS
   - Cross-agent communication via HQ
   - Dependency skill invocation
   - Permission boundary enforcement
   - Audit trail completeness

4. REGRESSION TESTS
   - Known defect scenarios (from version history)
   - Previously fixed issues
   - Breaking change validation

5. PERFORMANCE TESTS
   - Response time under normal load
   - Response time under peak load
   - Memory usage patterns
   - Concurrent user handling

For each test case provide:
- Test ID: TC-AI_COMPANY_FRAMEWORK-NNN
- Description: What is being tested
- Input: Test input data
- Expected Output: What should happen
- Priority: P0/P1/P2/P3
```

---

*Copy-paste ready for any AI chat window. Not intended for automated agent invocation.*
