|
| 1 | +# Ethical Guidelines |
| 2 | + |
| 3 | +These guidelines apply to **instructing AI tools to generate output that impersonates or mimics a specific person's style, voice, or persona**. This includes prompt instructions, system prompts, skill definitions, and any other configuration used by tools in this repository. |
| 4 | + |
| 5 | +Mentioning a person by name for other purposes (e.g., giving credit, referencing authorship, citing contributions) is perfectly acceptable and not covered by these guidelines. |
| 6 | + |
| 7 | +## What Is Not Allowed |
| 8 | + |
| 9 | +Using a real person's name or identity to instruct an AI to replicate their style, voice, or persona. For example: |
| 10 | + |
| 11 | +- "Create a commit message just like Jane Doe would write it" |
| 12 | +- "Explain this in the style of [person's name]" |
| 13 | +- "Write code review comments the way [person's name] does" |
| 14 | + |
| 15 | +## What Is Allowed |
| 16 | + |
| 17 | +Describing the specific qualities you want directly, without referencing a person as a proxy: |
| 18 | + |
| 19 | +- "Create a commit message that is direct, technically precise, and focused on the rationale behind changes" |
| 20 | +- "Explain using clear analogies, a sense of wonder, and accessible language for non-experts" |
| 21 | +- "Write code review comments that are encouraging, constructive, and focus on collaborative improvement" |
| 22 | + |
| 23 | +Referencing people by name for factual purposes: |
| 24 | + |
| 25 | +- "This module was originally authored by Jane Doe" |
| 26 | +- "Credit John Smith for the bug fix in the changelog" |
| 27 | + |
| 28 | +## Rationale |
| 29 | + |
| 30 | +1. **Consent**: Individuals have not consented to have their identity or persona used in AI-generated content |
| 31 | +2. **Misrepresentation**: AI cannot accurately replicate a person's unique voice, style, or intent |
| 32 | +3. **Intellectual Property**: A person's distinctive style may be protected |
| 33 | +4. **Dignity**: Using someone's identity without permission diminishes their autonomy |
| 34 | + |
| 35 | +## Best Practices |
| 36 | + |
| 37 | +When you identify a desirable characteristic (clarity, brevity, formality, humor, etc.), describe it explicitly rather than using a person as a proxy. This ensures consent, prevents misrepresentation, respects intellectual property, and maintains dignity. |
0 commit comments