virtue-cli
Version:
Personal character development CLI tool for tracking virtues and philosophical alignment
759 lines β’ 46 kB
JavaScript
export const philosophicalTemplates = {
stoic: {
name: 'ποΈ Stoic Philosophy',
description: 'Ancient wisdom focused on virtue, reason, and living according to nature',
virtues: [
{
name: 'Wisdom',
definition: 'The ability to judge correctly and to have good sense in practical matters, guided by reason and nature',
priority_weight: 1.0,
template_source: 'stoic',
emoji: 'π§ ',
sub_dimensions: [
{
name: 'Critical Thinking',
definition: 'Examining thoughts and beliefs through the lens of Stoic logic and reason',
indicators: ['Questions initial impressions', 'Distinguishes between what is and isn\'t under your control', 'Applies Stoic principles to analyze situations']
},
{
name: 'Learning Orientation',
definition: 'Pursuing wisdom through philosophy, nature study, and reflection on virtue',
indicators: ['Studies Stoic texts regularly', 'Learns from every experience', 'Seeks to understand natural order']
},
{
name: 'Practical Judgment',
definition: 'Applying philosophical principles to daily decisions with acceptance of outcomes',
indicators: ['Makes decisions based on virtue rather than outcomes', 'Accepts what cannot be changed', 'Focuses energy on what is within your control']
}
]
},
{
name: 'Justice',
definition: 'Treating others fairly and giving each their due, acting for the common good above personal interest',
priority_weight: 0.95,
template_source: 'stoic',
emoji: 'βοΈ',
sub_dimensions: [
{
name: 'Fairness',
definition: 'Treating all people with equal dignity as rational beings capable of virtue',
indicators: ['Judges actions by virtue, not social status', 'Gives everyone their due according to justice', 'Maintains consistent moral standards']
},
{
name: 'Advocacy',
definition: 'Speaking for the common good and defending virtue in society',
indicators: ['Stands up for what serves the common good', 'Defends virtue over convenience', 'Promotes justice in civic life']
},
{
name: 'Responsibility',
definition: 'Fulfilling your role in the cosmic order and human community',
indicators: ['Accepts your duties to family and society', 'Takes responsibility for your choices', 'Serves the common good over personal gain']
}
]
},
{
name: 'Courage',
definition: 'Facing challenges with bravery, doing what is right despite fear or adversity',
priority_weight: 0.9,
template_source: 'stoic',
emoji: 'π¦',
sub_dimensions: [
{
name: 'Moral Courage',
definition: 'Acting virtuously regardless of external consequences or social pressure',
indicators: ['Does what is right regardless of cost', 'Maintains virtue under pressure', 'Stands firm in moral principles']
},
{
name: 'Resilience',
definition: 'Accepting hardship as training for virtue and maintaining equanimity',
indicators: ['Views obstacles as opportunities for growth', 'Maintains calm during difficulties', 'Accepts fate with dignity']
},
{
name: 'Initiative',
definition: 'Taking action guided by reason and virtue rather than passion or fear',
indicators: ['Acts from reason rather than emotion', 'Takes responsibility for what you can control', 'Pursues virtue actively']
}
]
},
{
name: 'Integrity',
definition: 'Living in accordance with virtue and reason, maintaining consistency between values and actions',
priority_weight: 0.85,
template_source: 'stoic',
emoji: 'π',
sub_dimensions: [
{
name: 'Honesty',
definition: 'Speaking truth aligned with virtue and accepting reality as it is',
indicators: ['Speaks truthfully without flattery or deception', 'Accepts facts rather than wishful thinking', 'Aligns words with philosophical principles']
},
{
name: 'Authenticity',
definition: 'Living according to your rational nature rather than external pressures',
indicators: ['Acts according to reason, not social expectations', 'Maintains philosophical principles consistently', 'Expresses your rational nature']
},
{
name: 'Reliability',
definition: 'Being dependable in virtue and consistent in philosophical practice',
indicators: ['Maintains daily philosophical practices', 'Keeps commitments made in accordance with virtue', 'Shows consistent character over time']
}
]
},
{
name: 'Compassion',
definition: 'Understanding the common humanity in all people while maintaining rational detachment',
priority_weight: 0.8,
template_source: 'stoic',
emoji: 'β€οΈ',
sub_dimensions: [
{
name: 'Empathy',
definition: 'Understanding others as fellow rational beings struggling with virtue',
indicators: ['Recognizes common human nature in all people', 'Understands others\'\' struggles with virtue', 'Sees past external circumstances to character']
},
{
name: 'Kindness',
definition: 'Acting benevolently toward others while maintaining philosophical detachment',
indicators: ['Helps others without attachment to outcomes', 'Shows patience with others\' ignorance', 'Acts kindly from virtue, not emotion']
},
{
name: 'Service',
definition: 'Contributing to the common good as part of your cosmic role',
indicators: ['Serves the common good over personal interest', 'Fulfills your role in the human community', 'Acts for the benefit of the whole']
}
]
}
]
},
aristotelian: {
name: 'π Aristotelian Ethics',
description: 'Virtue ethics focused on excellence of character and human flourishing',
virtues: [
{
name: 'Wisdom',
definition: 'Practical wisdom (phronesis) - the intellectual virtue of making excellent judgments about human affairs',
priority_weight: 1.0,
template_source: 'aristotelian',
emoji: 'π§ ',
sub_dimensions: [
{
name: 'Critical Thinking',
definition: 'Deliberating well about human affairs through rational inquiry and dialectical reasoning',
indicators: ['Examines multiple perspectives before judging', 'Uses logical reasoning to analyze complex situations', 'Questions assumptions and seeks evidence']
},
{
name: 'Learning Orientation',
definition: 'Pursuing intellectual virtues and understanding through contemplation and study',
indicators: ['Studies philosophy and wisdom literature', 'Learns from experience and reflection', 'Seeks mentorship from wise individuals']
},
{
name: 'Practical Judgment',
definition: 'Applying wisdom to particular situations to determine the excellent course of action',
indicators: ['Makes decisions considering the golden mean', 'Balances competing goods and values', 'Acts at the right time, in the right way, for the right reasons']
}
]
},
{
name: 'Courage',
definition: 'The mean between cowardice and recklessness, finding the right action in dangerous situations',
priority_weight: 0.95,
template_source: 'aristotelian',
emoji: 'π¦',
sub_dimensions: [
{
name: 'Moral Courage',
definition: 'Facing moral challenges with appropriate confidence, neither cowardly nor foolhardy',
indicators: ['Stands up for what is right despite social pressure', 'Takes calculated moral risks', 'Maintains virtue under adversity']
},
{
name: 'Resilience',
definition: 'Enduring hardship with the right attitude, neither giving up too easily nor persisting foolishly',
indicators: ['Perseveres through difficulties when appropriate', 'Accepts setbacks as part of life', 'Maintains hope and effort in challenging times']
},
{
name: 'Initiative',
definition: 'Taking action when needed, finding the mean between excessive caution and rash action',
indicators: ['Acts decisively when the situation requires it', 'Takes appropriate risks for noble goals', 'Balances careful planning with timely action']
}
]
},
{
name: 'Justice',
definition: 'Giving each person their due and treating equals equally, the complete virtue in relation to others',
priority_weight: 0.9,
template_source: 'aristotelian',
emoji: 'βοΈ',
sub_dimensions: [
{
name: 'Fairness',
definition: 'Distributing goods, honors, and burdens according to merit and circumstance',
indicators: ['Considers merit and need in distribution', 'Treats similar cases similarly', 'Avoids favoritism and bias']
},
{
name: 'Advocacy',
definition: 'Speaking and acting for the common good and protecting the vulnerable',
indicators: ['Defends those who cannot defend themselves', 'Promotes the common good over personal gain', 'Speaks truth to power when necessary']
},
{
name: 'Responsibility',
definition: 'Fulfilling obligations to family, friends, and the political community',
indicators: ['Meets commitments and duties reliably', 'Takes responsibility for consequences of actions', 'Contributes to the flourishing of the community']
}
]
},
{
name: 'Integrity',
definition: 'Maintaining excellence of character through consistent virtuous action and self-knowledge',
priority_weight: 0.85,
template_source: 'aristotelian',
emoji: 'π',
sub_dimensions: [
{
name: 'Honesty',
definition: 'Truthfulness in speech and authenticity in presentation, avoiding both deception and boastfulness',
indicators: ['Speaks truthfully without exaggeration', 'Acknowledges limitations and mistakes', 'Avoids both false modesty and arrogance']
},
{
name: 'Authenticity',
definition: 'Living according to your true character and highest nature as a rational being',
indicators: ['Acts consistently with deeply held values', 'Expresses genuine thoughts and feelings appropriately', 'Develops and maintains a coherent sense of self']
},
{
name: 'Reliability',
definition: 'Consistency in character and action, being the same person in different circumstances',
indicators: ['Maintains consistent character across situations', 'Follows through on commitments and promises', 'Can be counted on by friends and community']
}
]
},
{
name: 'Compassion',
definition: 'Proper friendship and care for others, understanding that human flourishing is interconnected',
priority_weight: 0.8,
template_source: 'aristotelian',
emoji: 'β€οΈ',
sub_dimensions: [
{
name: 'Empathy',
definition: 'Understanding others as fellow rational beings capable of virtue and friendship',
indicators: ['Seeks to understand others\' perspectives', 'Recognizes shared humanity in all people', 'Shows patience with others\' struggles and growth']
},
{
name: 'Kindness',
definition: 'Acting beneficently toward others while maintaining appropriate boundaries',
indicators: ['Helps others achieve their own flourishing', 'Shows generosity without enabling dependence', 'Balances kindness with justice and honesty']
},
{
name: 'Service',
definition: 'Contributing to others\' flourishing as part of the good life for rational beings',
indicators: ['Participates actively in community life', 'Uses talents and abilities for others\' benefit', 'Finds fulfillment in contributing to common goals']
}
]
}
]
},
buddhist: {
name: 'βΈοΈ Buddhist Path',
description: 'The Noble Eightfold Path toward liberation from suffering',
virtues: [
{
name: 'Wisdom',
definition: 'Right understanding of the Four Noble Truths and the impermanent, interconnected nature of reality',
priority_weight: 1.0,
template_source: 'buddhist',
emoji: 'π§ ',
sub_dimensions: [
{
name: 'Critical Thinking',
definition: 'Examining the nature of reality through mindful observation and Buddhist teachings',
indicators: ['Questions attachments and aversions', 'Observes impermanence in all phenomena', 'Analyzes suffering and its causes']
},
{
name: 'Learning Orientation',
definition: 'Studying the Dharma and learning from meditation practice and life experiences',
indicators: ['Studies Buddhist texts regularly', 'Learns from meditation insights', 'Seeks teachings from qualified teachers']
},
{
name: 'Practical Judgment',
definition: 'Applying Buddhist principles to daily decisions with mindfulness and compassion',
indicators: ['Makes choices that reduce suffering', 'Considers the interconnectedness of all beings', 'Acts from mindfulness rather than reactivity']
}
]
},
{
name: 'Compassion',
definition: 'Loving-kindness and understanding toward all beings, seeking to relieve suffering wherever found',
priority_weight: 0.95,
template_source: 'buddhist',
emoji: 'β€οΈ',
sub_dimensions: [
{
name: 'Empathy',
definition: 'Understanding the suffering of all beings and recognizing our shared nature',
indicators: ['Feels genuine concern for others\' suffering', 'Recognizes interconnectedness of all beings', 'Practices loving-kindness meditation']
},
{
name: 'Kindness',
definition: 'Acting with metta (loving-kindness) toward all beings without attachment',
indicators: ['Treats all beings with gentleness', 'Offers help without expecting reward', 'Practices patience with difficult people']
},
{
name: 'Service',
definition: 'Working for the liberation of all beings from suffering through skillful means',
indicators: ['Dedicates merit to all beings', 'Teaches or shares the Dharma when appropriate', 'Engages in compassionate action']
}
]
},
{
name: 'Integrity',
definition: 'Right speech and action - truthful, harmonious communication and non-harmful behavior',
priority_weight: 0.9,
template_source: 'buddhist',
emoji: 'π',
sub_dimensions: [
{
name: 'Honesty',
definition: 'Speaking truthfully while avoiding harmful or unnecessary speech',
indicators: ['Speaks truthfully without harsh words', 'Avoids gossip and divisive speech', 'Uses speech to bring harmony']
},
{
name: 'Authenticity',
definition: 'Acting in accordance with your Buddha nature and true understanding',
indicators: ['Lives according to Buddhist principles consistently', 'Expresses genuine compassion and wisdom', 'Maintains mindful awareness in daily life']
},
{
name: 'Reliability',
definition: 'Maintaining consistent practice and keeping ethical precepts',
indicators: ['Keeps the five precepts faithfully', 'Maintains regular meditation practice', 'Shows up consistently for spiritual commitments']
}
]
},
{
name: 'Justice',
definition: 'Right intention and mindful action that considers the wellbeing of all sentient beings',
priority_weight: 0.85,
template_source: 'buddhist',
emoji: 'βοΈ',
sub_dimensions: [
{
name: 'Fairness',
definition: 'Treating all beings with equal compassion and without discrimination',
indicators: ['Shows equal concern for all beings', 'Acts without favoritism or prejudice', 'Considers the needs of all affected by decisions']
},
{
name: 'Advocacy',
definition: 'Speaking and acting to prevent harm and promote liberation for all beings',
indicators: ['Defends those who suffer from injustice', 'Works to reduce systemic causes of suffering', 'Uses voice to promote peace and understanding']
},
{
name: 'Responsibility',
definition: 'Taking responsibility for one\'s karma and its effects on all beings',
indicators: ['Accepts consequences of actions mindfully', 'Considers impact of choices on all beings', 'Takes responsibility for creating positive conditions']
}
]
},
{
name: 'Courage',
definition: 'Right effort and mindfulness - the bravery to face difficult truths and maintain practice through challenges',
priority_weight: 0.8,
template_source: 'buddhist',
emoji: 'π¦',
sub_dimensions: [
{
name: 'Moral Courage',
definition: 'Facing the truth of suffering and impermanence with equanimity',
indicators: ['Confronts difficult emotions without aversion', 'Faces the reality of death and impermanence', 'Maintains practice despite obstacles']
},
{
name: 'Resilience',
definition: 'Maintaining steady practice and mindfulness through life\'s changes',
indicators: ['Continues meditation practice through difficulties', 'Maintains equanimity during pleasant and unpleasant experiences', 'Returns to mindfulness after distraction']
},
{
name: 'Initiative',
definition: 'Taking right action and making right effort toward liberation',
indicators: ['Actively pursues spiritual development', 'Takes steps to reduce suffering for self and others', 'Initiates positive changes in accordance with the Dharma']
}
]
}
]
},
christian: {
name: 'βοΈ Christian Virtues',
description: 'Cardinal and theological virtues from Christian tradition',
virtues: [
{
name: 'Compassion',
definition: 'Charity - selfless love of God and neighbor, reflecting divine love in caring for others',
priority_weight: 1.0,
template_source: 'christian',
emoji: 'β€οΈ',
sub_dimensions: [
{
name: 'Empathy',
definition: 'Understanding others as beloved children of God, worthy of compassion',
indicators: ['Sees Christ in others, especially the suffering', 'Shows patience with human weakness', 'Listens with compassion to others\' struggles']
},
{
name: 'Kindness',
definition: 'Acting with gentle love and mercy, following Christ\'s example',
indicators: ['Performs acts of mercy and kindness', 'Forgives others readily', 'Shows special care for the poor and marginalized']
},
{
name: 'Service',
definition: 'Serving God through service to others, especially those in need',
indicators: ['Volunteers time and resources for others', 'Puts others\' needs before own comfort', 'Serves the Church and community faithfully']
}
]
},
{
name: 'Wisdom',
definition: 'Prudence - right reason applied to practice, discerning God\'s will and the true good',
priority_weight: 0.95,
template_source: 'christian',
emoji: 'π§ ',
sub_dimensions: [
{
name: 'Critical Thinking',
definition: 'Discerning truth and God\'s will through prayer, Scripture, and reason',
indicators: ['Studies Scripture and Church teaching', 'Prays for guidance in decisions', 'Seeks wise counsel from spiritual mentors']
},
{
name: 'Learning Orientation',
definition: 'Growing in faith and understanding through study and spiritual practice',
indicators: ['Engages in ongoing spiritual education', 'Learns from spiritual reading and meditation', 'Seeks to grow in holiness and understanding']
},
{
name: 'Practical Judgment',
definition: 'Applying Christian principles to daily decisions and moral choices',
indicators: ['Makes decisions guided by Christian values', 'Considers eternal consequences of choices', 'Seeks to do God\'s will in practical matters']
}
]
},
{
name: 'Courage',
definition: 'Fortitude - bravery in facing trials and perseverance in faith despite suffering',
priority_weight: 0.9,
template_source: 'christian',
emoji: 'π¦',
sub_dimensions: [
{
name: 'Moral Courage',
definition: 'Standing for Christian values even when facing opposition or persecution',
indicators: ['Defends Christian principles in secular contexts', 'Resists moral compromises for social acceptance', 'Witnesses to faith despite potential consequences']
},
{
name: 'Resilience',
definition: 'Enduring suffering and trials with faith, trusting in God\'s providence',
indicators: ['Maintains faith during personal trials', 'Finds meaning in suffering through union with Christ', 'Perseveres in prayer and practice during dark times']
},
{
name: 'Initiative',
definition: 'Taking bold action to advance God\'s kingdom and serve others',
indicators: ['Takes initiative in serving others', 'Actively shares the Gospel when appropriate', 'Steps forward to lead in Church and community']
}
]
},
{
name: 'Integrity',
definition: 'Faithfulness and honesty in all dealings, living authentically according to Christian values',
priority_weight: 0.85,
template_source: 'christian',
emoji: 'π',
sub_dimensions: [
{
name: 'Honesty',
definition: 'Speaking truth in love and living transparently before God and others',
indicators: ['Tells the truth even when costly', 'Avoids deception and false witness', 'Lives transparently, hiding nothing from God']
},
{
name: 'Authenticity',
definition: 'Living consistently with Christian identity in all circumstances',
indicators: ['Maintains Christian character in private and public', 'Expresses genuine faith, not mere performance', 'Integrates faith into all areas of life']
},
{
name: 'Reliability',
definition: 'Being faithful in commitments to God, family, and community',
indicators: ['Keeps promises and commitments faithfully', 'Maintains regular spiritual practices', 'Can be counted on by Church and community']
}
]
},
{
name: 'Justice',
definition: 'Treating all people fairly as children of God, working for social justice and equality',
priority_weight: 0.8,
template_source: 'christian',
emoji: 'βοΈ',
sub_dimensions: [
{
name: 'Fairness',
definition: 'Treating all people with dignity as beings created in God\'s image',
indicators: ['Shows respect for human dignity in all interactions', 'Avoids favoritism and discrimination', 'Seeks fair outcomes in conflicts and decisions']
},
{
name: 'Advocacy',
definition: 'Speaking for the voiceless and defending the vulnerable, following Christ\'s example',
indicators: ['Advocates for the poor and marginalized', 'Defends human rights and dignity', 'Works for systemic change to help the oppressed']
},
{
name: 'Responsibility',
definition: 'Stewarding resources and gifts for the common good and God\'s glory',
indicators: ['Uses talents and resources for others\' benefit', 'Takes responsibility for community welfare', 'Practices good stewardship of God\'s creation']
}
]
}
]
},
confucian: {
name: 'β―οΈ Confucian Values',
description: 'Traditional Chinese virtues emphasizing social harmony and personal cultivation',
virtues: [
{
name: 'Compassion',
definition: 'Ren (δ») - benevolence, humaneness, and care for others as the foundation of moral character',
priority_weight: 1.0,
template_source: 'confucian',
emoji: 'β€οΈ',
sub_dimensions: [
{
name: 'Empathy',
definition: 'Understanding others\' feelings and treating them as you would wish to be treated',
indicators: ['Practices the golden rule in relationships', 'Shows sensitivity to others\' emotions and needs', 'Considers how actions affect others\' wellbeing']
},
{
name: 'Kindness',
definition: 'Acting with gentleness and care, especially toward family and community',
indicators: ['Shows special care for parents and elders', 'Treats everyone with courtesy and respect', 'Acts generously within appropriate social bounds']
},
{
name: 'Service',
definition: 'Fulfilling social roles and duties for the harmony and wellbeing of society',
indicators: ['Serves family and community faithfully', 'Puts collective good above personal desires', 'Contributes to social harmony through proper conduct']
}
]
},
{
name: 'Justice',
definition: 'Yi (δΉ) - righteousness and moral duty, doing what is right regardless of personal cost',
priority_weight: 0.95,
template_source: 'confucian',
emoji: 'βοΈ',
sub_dimensions: [
{
name: 'Fairness',
definition: 'Treating people according to their proper relationships and social positions',
indicators: ['Respects hierarchical relationships appropriately', 'Gives everyone their due according to their role', 'Maintains justice while preserving social harmony']
},
{
name: 'Advocacy',
definition: 'Speaking up for righteousness and proper conduct in society',
indicators: ['Promotes moral behavior in community', 'Gently corrects improper conduct', 'Advocates for virtuous governance and leadership']
},
{
name: 'Responsibility',
definition: 'Fulfilling moral duties and obligations to family, community, and state',
indicators: ['Meets obligations to parents, spouse, and children', 'Serves community and state with loyalty', 'Takes responsibility for moral cultivation']
}
]
},
{
name: 'Integrity',
definition: 'Xin (δΏ‘) - trustworthiness, sincerity, and reliability in word and deed',
priority_weight: 0.9,
template_source: 'confucian',
emoji: 'π',
sub_dimensions: [
{
name: 'Honesty',
definition: 'Speaking truthfully and avoiding deception in all relationships',
indicators: ['Keeps word and promises faithfully', 'Speaks honestly even when difficult', 'Avoids flattery and false speech']
},
{
name: 'Authenticity',
definition: 'Being genuine in character and consistent in moral cultivation',
indicators: ['Maintains consistent character in public and private', 'Expresses true feelings appropriately', 'Cultivates virtue for its own sake, not for show']
},
{
name: 'Reliability',
definition: 'Being dependable in fulfilling roles and maintaining relationships',
indicators: ['Can be counted on by family and friends', 'Maintains steady character over time', 'Follows through on commitments consistently']
}
]
},
{
name: 'Wisdom',
definition: 'Zhi (ζΊ) - knowledge and understanding applied to moral situations and social harmony',
priority_weight: 0.85,
template_source: 'confucian',
emoji: 'π§ ',
sub_dimensions: [
{
name: 'Critical Thinking',
definition: 'Reflecting deeply on moral principles and their application to social situations',
indicators: ['Studies classical texts and moral teachings', 'Reflects on proper conduct in different relationships', 'Analyzes social situations for moral implications']
},
{
name: 'Learning Orientation',
definition: 'Continuously studying and cultivating moral knowledge and understanding',
indicators: ['Pursues education and self-cultivation throughout life', 'Learns from teachers, books, and experience', 'Seeks to understand the way of the ancients']
},
{
name: 'Practical Judgment',
definition: 'Applying moral knowledge skillfully to maintain harmony and righteousness',
indicators: ['Makes decisions that promote social harmony', 'Balances competing moral demands wisely', 'Acts appropriately according to social context']
}
]
},
{
name: 'Courage',
definition: 'Li (η€Ό) - proper conduct and courage to maintain social harmony through righteous action',
priority_weight: 0.8,
template_source: 'confucian',
emoji: 'π¦',
sub_dimensions: [
{
name: 'Moral Courage',
definition: 'Standing for righteousness and proper conduct even when it requires personal sacrifice',
indicators: ['Maintains moral principles despite social pressure', 'Corrects wrongdoing respectfully but firmly', 'Puts righteousness above personal advantage']
},
{
name: 'Resilience',
definition: 'Persevering in moral cultivation despite setbacks and difficulties',
indicators: ['Continues self-improvement through challenges', 'Maintains composure during social conflicts', 'Perseveres in fulfilling duties despite obstacles']
},
{
name: 'Initiative',
definition: 'Taking action to promote virtue and social harmony when needed',
indicators: ['Takes leadership in promoting moral conduct', 'Initiates positive changes in community', 'Acts to prevent or resolve social conflicts']
}
]
}
]
},
modern: {
name: 'π Modern Integration',
description: 'Contemporary synthesis drawing from multiple traditions',
virtues: [
{
name: 'Wisdom',
definition: 'Intellectual honesty and systems thinking - pursuing truth through reason, evidence, and understanding interconnections',
priority_weight: 1.0,
template_source: 'modern',
emoji: 'π§ ',
sub_dimensions: [
{
name: 'Critical Thinking',
definition: 'Analyzing information objectively, questioning assumptions, and thinking systemically',
indicators: ['Questions sources and checks for bias', 'Considers multiple perspectives before judging', 'Thinks about complex systems and unintended consequences']
},
{
name: 'Learning Orientation',
definition: 'Embracing lifelong learning, intellectual curiosity, and evidence-based understanding',
indicators: ['Actively seeks new knowledge and perspectives', 'Updates beliefs based on new evidence', 'Maintains intellectual humility and curiosity']
},
{
name: 'Practical Judgment',
definition: 'Making decisions based on evidence, reason, and consideration of complex factors',
indicators: ['Uses data and evidence to inform decisions', 'Considers short and long-term consequences', 'Balances competing values and priorities thoughtfully']
}
]
},
{
name: 'Compassion',
definition: 'Emotional intelligence and compassionate action - understanding emotions and translating empathy into concrete help',
priority_weight: 0.95,
template_source: 'modern',
emoji: 'β€οΈ',
sub_dimensions: [
{
name: 'Empathy',
definition: 'Understanding others\' experiences and emotions, especially across different backgrounds',
indicators: ['Actively listens to understand others\' perspectives', 'Shows awareness of privilege and different life experiences', 'Demonstrates emotional intelligence in relationships']
},
{
name: 'Kindness',
definition: 'Acting with genuine care and consideration for others\' wellbeing',
indicators: ['Offers help and support to those in need', 'Shows patience and understanding with others', 'Practices random acts of kindness regularly']
},
{
name: 'Service',
definition: 'Contributing to community wellbeing and addressing systemic issues affecting others',
indicators: ['Volunteers time or resources for community causes', 'Works on issues that affect marginalized communities', 'Uses skills and privilege to help others']
}
]
},
{
name: 'Integrity',
definition: 'Authentic expression while respecting boundaries - being genuine and consistent with values',
priority_weight: 0.9,
template_source: 'modern',
emoji: 'π',
sub_dimensions: [
{
name: 'Honesty',
definition: 'Speaking truthfully while being sensitive to context and others\' wellbeing',
indicators: ['Tells the truth in ways that are constructive', 'Avoids deception while respecting privacy', 'Admits mistakes and uncertainties openly']
},
{
name: 'Authenticity',
definition: 'Being genuine and true to your values while adapting appropriately to different contexts',
indicators: ['Expresses genuine thoughts and feelings appropriately', 'Maintains core values across different situations', 'Shows vulnerability and real humanity when appropriate']
},
{
name: 'Reliability',
definition: 'Following through on commitments while maintaining healthy boundaries',
indicators: ['Keeps promises and meets commitments consistently', 'Communicates clearly about capabilities and limits', 'Shows up consistently for important relationships']
}
]
},
{
name: 'Justice',
definition: 'Working toward equity and systemic change, understanding how personal actions affect larger systems',
priority_weight: 0.85,
template_source: 'modern',
emoji: 'βοΈ',
sub_dimensions: [
{
name: 'Fairness',
definition: 'Treating people equitably while acknowledging different starting points and needs',
indicators: ['Considers historical and systemic advantages in interactions', 'Advocates for equal opportunities for all', 'Challenges unfair systems and practices']
},
{
name: 'Advocacy',
definition: 'Using voice and privilege to address systemic injustices and support marginalized voices',
indicators: ['Speaks up against discrimination and injustice', 'Amplifies marginalized voices rather than speaking over them', 'Uses resources and platform to promote equity']
},
{
name: 'Responsibility',
definition: 'Taking personal responsibility for creating more just and sustainable systems',
indicators: ['Makes consumer choices that reflect values', 'Takes responsibility for personal impact on environment and society', 'Works to understand and address systemic problems']
}
]
},
{
name: 'Courage',
definition: 'Mindful presence and brave action - staying present with difficult truths and acting despite uncertainty',
priority_weight: 0.8,
template_source: 'modern',
emoji: 'π¦',
sub_dimensions: [
{
name: 'Moral Courage',
definition: 'Standing up for values and speaking truth even when it\'s difficult or unpopular',
indicators: ['Speaks up against wrongdoing even when costly', 'Maintains principles despite social pressure', 'Takes moral stands based on evidence and values']
},
{
name: 'Resilience',
definition: 'Bouncing back from setbacks while learning and maintaining mental health',
indicators: ['Processes difficult emotions healthily', 'Learns and grows from failures and setbacks', 'Maintains hope and agency during challenging times']
},
{
name: 'Initiative',
definition: 'Taking action on important issues despite uncertainty and complexity',
indicators: ['Starts projects and initiatives that align with values', 'Takes calculated risks for important goals', 'Acts despite imperfect information when action is needed']
}
]
}
]
}
};
//# sourceMappingURL=philosophical-templates.js.map