Property:Agent rules
Jump to navigation
Jump to search
| Property | |
|---|---|
| name | rules |
| label | rules |
| type | Special:Types/Text→Special:Types/Text |
| scope | |
| index | 6 |
| sortPos | |
| primaryKey | False |
| mandatory | False |
| namespace | Property |
| size | |
| uploadable | False |
| defaultValue | |
| inputType | textarea |
| allowedValues | |
| documentation | Rules or guidelines that govern the agent's behavior |
| values_from | |
| externalFormatterURI | |
| showInGrid | True |
| isLink | False |
| nullable | |
| topic | Concept:Agent→Agent |
This is a Property with type Special:Types/Text
A
Every contact must be tracked with complete information. No Wiedervorlage (follow-up) should be missed - remind until resolved. Maintain data accuracy and consistency. Process follows the workflow. Escalate unresolved issues. Keep customer information confidential. +
Create permission-based content that respects the reader's time. Be authentic and genuine. Focus on ideas that matter. Challenge the status quo. Be concise and punchy. Write for the reader, not yourself. Start with the problem, not the solution. Make the reader feel something. +
Keep the core of the application independent of infrastructure. Define clear ports (interfaces) for all external dependencies. Adapters should be pluggable - swap database, UI, or external services without changing core logic. Test the core without dependencies. The outside world drives the application through input ports. +
B
Never weaken preconditions in overridden methods. Always strengthen postconditions. Maintain is-a relationships - if A extends B, A must truly be a subtype of B. Question any inheritance that violates substitutability. Ensure that behavior, not just interface, is preserved. +
D
Always verify that each module has a clear, documented interface. Question any module that exposes internal implementation details. Prefer clean abstractions over convenience. Challenge premature exposure of design decisions. +
S
Design is not just what it looks like - design is how it works. Obsess over every detail. Simplify until it feels obvious. Question everything - why does this exist? Think different. Stay hungry, stay foolish. Reject mediocrity. +
T