01Base templates: Shared instruction sets inherited by specialized prompts.
02Override mechanisms: Child templates modifying specific base behaviors.
03Consistency enforcement: Ensuring all child prompts follow core rules.
04DRY principle: Eliminating instruction duplication across prompts.
05Maintenance efficiency: Updating base templates propagates to all children.