Using References
Reference
Senge, P. (2006). The fifth discipline: The art and practice of the learning organization (Rev. and updated. ed.). New York: Doubleday/Currency.
Senge, P. M. (1994). The Fifth discipline Fieldbook: Strategies and tools for building a learning organization. New York: Currency, Doubleday.
PERSONAL MASTERY ASSIGNMENT
150 Points: Personal Mastery Plan and Practice
Due: Sunday midnight, Week Three
Length: 5 pages (excluding title and reference pages), APA formatting
Your personal mastery plan and paper consists of four parts: your values, vision, purpose and a practice. In your
introduction define personal mastery and explain why it is important to your leadership development. Throughout your
paper discuss any mental models that have impacted your choices of your values, purpose, vision and practice.
There is a list of values in the Fieldbook (p. 210). You may use this to narrow down your values to your top three to
five values. Discuss your values and how they impact your decision-making, choices and leadership. Also, consider
how they impact your vision and purpose. What mental models may have impacted your choice of values?
Using Senge (2006, p. 136), define and describe the difference between purpose and vision.
Identify your personal purpose and vision and explain why these are important to your leadership. Make sure you are clear on the difference
between a purpose statement and a vision statement. A vision statement is a concrete snapshot or picture of your
desired future state. This includes what you are doing, with whom, where etc.
A practice is anything done consistently and regularly that will enhance your personal mastery. Starting to Run in order to loose weight. (if you are not now doing it). You may choose any of the practices in
Senge including balancing inquiry and advocacy, weekly team dialogues, or, something from the list of questions in
the mental models section of the Fieldbook as long as you can do it during this term. This is Running and excising in order to loose weight.
Outline
I. Personal Mastery (PM)
Define (What is personal mastery?)
Why is PM important to your growth as a leader?
II. Define and discuss each element of your plan
Values (Your top three to five values)
Purpose (What do you see as the rationale, reason for being, or point of your life?)
Vision (What is your desired future state? Be specific. You will be where, doing what and with whom?)
Practice (One thing you can do now to achieve the above.)
III. Summary/Next Steps
IV. References
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

