How can I turn a “do more mentoring†objective into a something SMART?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
15
down vote
favorite
I am writing objectives for one of my developers at the moment and we want him to take on some of the mentoring of a more-junior developer, partly as a means of increasing his seniority and partly because mentoring benefits both parties, so he'll learn something from the experience too.
The team in question is relatively small and they are going to be meeting regularly to peer-mentor and walk through project show-and-tells, for example, so how he might achieve this objective isn't too much of an issue. The problem I'm having, though, is that I'm struggling to work out how to make such an objective be measurable — in the sense of SMART objectives.
What sort of criteria would people here use in order to measure the success or failure of an objective around "having a greater input in the mentoring of junior members of staff"?
management mentoring
add a comment |Â
up vote
15
down vote
favorite
I am writing objectives for one of my developers at the moment and we want him to take on some of the mentoring of a more-junior developer, partly as a means of increasing his seniority and partly because mentoring benefits both parties, so he'll learn something from the experience too.
The team in question is relatively small and they are going to be meeting regularly to peer-mentor and walk through project show-and-tells, for example, so how he might achieve this objective isn't too much of an issue. The problem I'm having, though, is that I'm struggling to work out how to make such an objective be measurable — in the sense of SMART objectives.
What sort of criteria would people here use in order to measure the success or failure of an objective around "having a greater input in the mentoring of junior members of staff"?
management mentoring
add a comment |Â
up vote
15
down vote
favorite
up vote
15
down vote
favorite
I am writing objectives for one of my developers at the moment and we want him to take on some of the mentoring of a more-junior developer, partly as a means of increasing his seniority and partly because mentoring benefits both parties, so he'll learn something from the experience too.
The team in question is relatively small and they are going to be meeting regularly to peer-mentor and walk through project show-and-tells, for example, so how he might achieve this objective isn't too much of an issue. The problem I'm having, though, is that I'm struggling to work out how to make such an objective be measurable — in the sense of SMART objectives.
What sort of criteria would people here use in order to measure the success or failure of an objective around "having a greater input in the mentoring of junior members of staff"?
management mentoring
I am writing objectives for one of my developers at the moment and we want him to take on some of the mentoring of a more-junior developer, partly as a means of increasing his seniority and partly because mentoring benefits both parties, so he'll learn something from the experience too.
The team in question is relatively small and they are going to be meeting regularly to peer-mentor and walk through project show-and-tells, for example, so how he might achieve this objective isn't too much of an issue. The problem I'm having, though, is that I'm struggling to work out how to make such an objective be measurable — in the sense of SMART objectives.
What sort of criteria would people here use in order to measure the success or failure of an objective around "having a greater input in the mentoring of junior members of staff"?
management mentoring
asked Apr 9 '14 at 10:43
Owen Blacker
20829
20829
add a comment |Â
add a comment |Â
6 Answers
6
active
oldest
votes
up vote
6
down vote
The answers so far suggesting X number of meetings are not very specific, which is required by SMART. At best you're measuring how many meetings have taken place and not whether the meeting actually accomplished anything.
Feedback is more specific, but it is not likely to be accurate if the mentors are liked by the developers being mentored. The results might be similar to students rating teachers.
Do the developers being mentored have SMART goals related to the walk through project show-and-tells? They should.
How about getting the mentor to describe in her SMART goals specifically what she will do to help each developer achieve his goals. This could / should obviously be different for each developer and therefore the mentor would have different goals too for each developer.
A concrete example, but not related to project show and tells. Let's say Sarah has the SMART goal of: show five examples of js prototypical inheritance used appropriately in your own code within the next month. Appropriate use will be determined by a senior developer.
Sarah's mentor Billyboy could then have goals such as
- Explain one example each of appropriate and inappropriate js prototypical inheritance with Sarah by next week
- Create four quiz like questions around the Douglas Crockford chapter from Javascript The Good Parts and review answers
- etc.
I don't think the above is a perfect example, but I hope you get the idea: you need to decide specifically what it is you are hoping to achieve with the mentoring before you can measure it. And one final idea, since mentoring is very much like teaching I wonder if you could draw from that discipline? What are effective ways of measuring teachers?
add a comment |Â
up vote
3
down vote
There are two approaches (IMO) to Measurable.
- Self Recording. That is, the person has an aim of running X mentoring sessions with Y members of staff - and they simply records the number that they did.
- Feedback. Implement a feedback system (even a Google Doc or email will do) and have the Measurable as "I will receive feedback from 3 junior staff members. The average score for my performance will be 7 / 10"
1. That just measures how many meetings. What if nothing is achieved in those meetings? 2. Sort of like students grading teachers. You might not be measuring what you think you are measuring.
– Todd Chaffee
Apr 9 '14 at 15:35
add a comment |Â
up vote
2
down vote
When I've had goals like this, I have used feedback from staff as a measure of improvement, as other answer mentions, but you could also use a measure of time. If you're recording time spent on tasks, and can categorise some of those tasks as "mentoring", then you could have a target of "at least 5 hours a month" or "spend 5% of project time mentoring" or similar, that you can then track via timesheets/agile tools.
Please see my questions on the other answer. Neither of these measure whether or not something was achieved.
– Todd Chaffee
Apr 9 '14 at 15:37
add a comment |Â
up vote
1
down vote
Based on your stated goals in the first paragraph, increasing seniority and both parties learn, I'm not sure you can make this a SMART goal for exactly the reason you are struggling.
How do you intend to measure "increasing his seniority" and how do you determine that any improvement is based on the mentoring? How will you measure the learning from both parties and you determine whether the success or failure is because of the mentor, the mentee or the pairing?
There are so many influences in a team work setting that influence the how and the what of our work, the mentor, another developer on the project, the developer who sits next to you, etc. The challenge for you in making a SMART goal from the mentoring will be determining how to measure the exact impact of the mentoring while excluding the impact of all of these other factors.
Having said all that, I still think it is a good idea to do mentoring for all of the reasons you stated. Having been both a mentor and mentee at various stages of my career, I believe this is an excellent way to help work new members into the team.
add a comment |Â
up vote
0
down vote
The unfortunate thing about SMART is that it encourages people to believe that all worthwhile endeavors are objectively measurable. Not everything is like that.
I think that "mentoring effectiveness" is one of those things that is ALWAYS going to be intrinsically subjective. Perhaps the best course of action is to keep it simple: ensure that meetings are occurring and chat with the mentees. You can then judge SUBJECTIVELY if the person is diligent and effective about their mentoring.
Yes, it does mean that the person has to be likable and someone who can relate to the mentees. The mentor relationship is something that is personal and different for each person-- you can't put a score on it.
this does not seem to offer anything substantial over a prior answer that has been posted few hours before
– gnat
Apr 9 '14 at 19:49
Who said the measure needs to be objective? There is a great deal of value in subjective measurements too. With that said, I'll give an upvote because subjective / objective adds to the discussion.
– Todd Chaffee
Apr 10 '14 at 7:49
add a comment |Â
up vote
-1
down vote
All projects should already have milestones to mark various stages of completion. One or more projects gets assigned to the developer, with explicit instruction that the developer delegate completion of parts or all of the projects to the trainee. I'd make the working assumption that every time the trainee completes a milestone of a project, the trainee has learned something new, or solidified some current understanding. And the more milestones the trainee completes, the more the trainee has learned - I hope.
If you ever taught a course, the course has objectives and a final project. And the final project is graded on its degree of completion. Think of projects as courses. The milestones completed determine the degree of completion.
One advantage of the trainee completing milestones is that you gain a degree of confidence that the trainee will be able to complete parts or all of similar projects in the future. You get a two-fer:
(1) the projects are all work related and parts or all of these projects will recur in the future, so any training the trainee gets on the way to completing the milestones is relevant.
(2) the more milestones the trainee completes, the more confident you can get about the trainee as an employee asset.
At the end of the day, you measure what the trainee knows or has learned by measuring what the trainee has done. I personally like this solution because it is simple and effective. Having said that, somebody else may have a better solution.
I like this idea. But what if the trainee completes everything without having ever interacted with the mentor?
– Todd Chaffee
Apr 9 '14 at 15:35
@ToddChaffee: Then we have a smart cookie for a trainee :) The mentor should interact regularly with the trainee, if only to make sure that the projects are on track - there is no way for you as a mentor to know if the projects are on track and what issues/challenges the trainee is encountering if you don't ask. A trainee may complete a milestone on their own but the method the trainee used without consulting you may be suboptimal, or it may violate the design policies of the firm. You, as a mentor, must interact with the trainee - you are also training the trainee to work with you and others.
– Vietnhi Phuvan
Apr 9 '14 at 15:45
@ToddChaffee: tasks must not only be completed but completed in the right way. I have had a ton of grief from having to deal with tasks that were not completed in the right way. That's why I hate eager beavers and workaholics - the sheer pain of having to clean up after them after they rushed headlong in the wrong direction ... :)
– Vietnhi Phuvan
Apr 9 '14 at 15:52
add a comment |Â
StackExchange.ready(function ()
$("#show-editor-button input, #show-editor-button button").click(function ()
var showEditor = function()
$("#show-editor-button").hide();
$("#post-form").removeClass("dno");
StackExchange.editor.finallyInit();
;
var useFancy = $(this).data('confirm-use-fancy');
if(useFancy == 'True')
var popupTitle = $(this).data('confirm-fancy-title');
var popupBody = $(this).data('confirm-fancy-body');
var popupAccept = $(this).data('confirm-fancy-accept-button');
$(this).loadPopup(
url: '/post/self-answer-popup',
loaded: function(popup)
var pTitle = $(popup).find('h2');
var pBody = $(popup).find('.popup-body');
var pSubmit = $(popup).find('.popup-submit');
pTitle.text(popupTitle);
pBody.html(popupBody);
pSubmit.val(popupAccept).click(showEditor);
)
else
var confirmText = $(this).data('confirm-text');
if (confirmText ? confirm(confirmText) : true)
showEditor();
);
);
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
The answers so far suggesting X number of meetings are not very specific, which is required by SMART. At best you're measuring how many meetings have taken place and not whether the meeting actually accomplished anything.
Feedback is more specific, but it is not likely to be accurate if the mentors are liked by the developers being mentored. The results might be similar to students rating teachers.
Do the developers being mentored have SMART goals related to the walk through project show-and-tells? They should.
How about getting the mentor to describe in her SMART goals specifically what she will do to help each developer achieve his goals. This could / should obviously be different for each developer and therefore the mentor would have different goals too for each developer.
A concrete example, but not related to project show and tells. Let's say Sarah has the SMART goal of: show five examples of js prototypical inheritance used appropriately in your own code within the next month. Appropriate use will be determined by a senior developer.
Sarah's mentor Billyboy could then have goals such as
- Explain one example each of appropriate and inappropriate js prototypical inheritance with Sarah by next week
- Create four quiz like questions around the Douglas Crockford chapter from Javascript The Good Parts and review answers
- etc.
I don't think the above is a perfect example, but I hope you get the idea: you need to decide specifically what it is you are hoping to achieve with the mentoring before you can measure it. And one final idea, since mentoring is very much like teaching I wonder if you could draw from that discipline? What are effective ways of measuring teachers?
add a comment |Â
up vote
6
down vote
The answers so far suggesting X number of meetings are not very specific, which is required by SMART. At best you're measuring how many meetings have taken place and not whether the meeting actually accomplished anything.
Feedback is more specific, but it is not likely to be accurate if the mentors are liked by the developers being mentored. The results might be similar to students rating teachers.
Do the developers being mentored have SMART goals related to the walk through project show-and-tells? They should.
How about getting the mentor to describe in her SMART goals specifically what she will do to help each developer achieve his goals. This could / should obviously be different for each developer and therefore the mentor would have different goals too for each developer.
A concrete example, but not related to project show and tells. Let's say Sarah has the SMART goal of: show five examples of js prototypical inheritance used appropriately in your own code within the next month. Appropriate use will be determined by a senior developer.
Sarah's mentor Billyboy could then have goals such as
- Explain one example each of appropriate and inappropriate js prototypical inheritance with Sarah by next week
- Create four quiz like questions around the Douglas Crockford chapter from Javascript The Good Parts and review answers
- etc.
I don't think the above is a perfect example, but I hope you get the idea: you need to decide specifically what it is you are hoping to achieve with the mentoring before you can measure it. And one final idea, since mentoring is very much like teaching I wonder if you could draw from that discipline? What are effective ways of measuring teachers?
add a comment |Â
up vote
6
down vote
up vote
6
down vote
The answers so far suggesting X number of meetings are not very specific, which is required by SMART. At best you're measuring how many meetings have taken place and not whether the meeting actually accomplished anything.
Feedback is more specific, but it is not likely to be accurate if the mentors are liked by the developers being mentored. The results might be similar to students rating teachers.
Do the developers being mentored have SMART goals related to the walk through project show-and-tells? They should.
How about getting the mentor to describe in her SMART goals specifically what she will do to help each developer achieve his goals. This could / should obviously be different for each developer and therefore the mentor would have different goals too for each developer.
A concrete example, but not related to project show and tells. Let's say Sarah has the SMART goal of: show five examples of js prototypical inheritance used appropriately in your own code within the next month. Appropriate use will be determined by a senior developer.
Sarah's mentor Billyboy could then have goals such as
- Explain one example each of appropriate and inappropriate js prototypical inheritance with Sarah by next week
- Create four quiz like questions around the Douglas Crockford chapter from Javascript The Good Parts and review answers
- etc.
I don't think the above is a perfect example, but I hope you get the idea: you need to decide specifically what it is you are hoping to achieve with the mentoring before you can measure it. And one final idea, since mentoring is very much like teaching I wonder if you could draw from that discipline? What are effective ways of measuring teachers?
The answers so far suggesting X number of meetings are not very specific, which is required by SMART. At best you're measuring how many meetings have taken place and not whether the meeting actually accomplished anything.
Feedback is more specific, but it is not likely to be accurate if the mentors are liked by the developers being mentored. The results might be similar to students rating teachers.
Do the developers being mentored have SMART goals related to the walk through project show-and-tells? They should.
How about getting the mentor to describe in her SMART goals specifically what she will do to help each developer achieve his goals. This could / should obviously be different for each developer and therefore the mentor would have different goals too for each developer.
A concrete example, but not related to project show and tells. Let's say Sarah has the SMART goal of: show five examples of js prototypical inheritance used appropriately in your own code within the next month. Appropriate use will be determined by a senior developer.
Sarah's mentor Billyboy could then have goals such as
- Explain one example each of appropriate and inappropriate js prototypical inheritance with Sarah by next week
- Create four quiz like questions around the Douglas Crockford chapter from Javascript The Good Parts and review answers
- etc.
I don't think the above is a perfect example, but I hope you get the idea: you need to decide specifically what it is you are hoping to achieve with the mentoring before you can measure it. And one final idea, since mentoring is very much like teaching I wonder if you could draw from that discipline? What are effective ways of measuring teachers?
edited Apr 9 '14 at 17:42
answered Apr 9 '14 at 12:18


Todd Chaffee
1614
1614
add a comment |Â
add a comment |Â
up vote
3
down vote
There are two approaches (IMO) to Measurable.
- Self Recording. That is, the person has an aim of running X mentoring sessions with Y members of staff - and they simply records the number that they did.
- Feedback. Implement a feedback system (even a Google Doc or email will do) and have the Measurable as "I will receive feedback from 3 junior staff members. The average score for my performance will be 7 / 10"
1. That just measures how many meetings. What if nothing is achieved in those meetings? 2. Sort of like students grading teachers. You might not be measuring what you think you are measuring.
– Todd Chaffee
Apr 9 '14 at 15:35
add a comment |Â
up vote
3
down vote
There are two approaches (IMO) to Measurable.
- Self Recording. That is, the person has an aim of running X mentoring sessions with Y members of staff - and they simply records the number that they did.
- Feedback. Implement a feedback system (even a Google Doc or email will do) and have the Measurable as "I will receive feedback from 3 junior staff members. The average score for my performance will be 7 / 10"
1. That just measures how many meetings. What if nothing is achieved in those meetings? 2. Sort of like students grading teachers. You might not be measuring what you think you are measuring.
– Todd Chaffee
Apr 9 '14 at 15:35
add a comment |Â
up vote
3
down vote
up vote
3
down vote
There are two approaches (IMO) to Measurable.
- Self Recording. That is, the person has an aim of running X mentoring sessions with Y members of staff - and they simply records the number that they did.
- Feedback. Implement a feedback system (even a Google Doc or email will do) and have the Measurable as "I will receive feedback from 3 junior staff members. The average score for my performance will be 7 / 10"
There are two approaches (IMO) to Measurable.
- Self Recording. That is, the person has an aim of running X mentoring sessions with Y members of staff - and they simply records the number that they did.
- Feedback. Implement a feedback system (even a Google Doc or email will do) and have the Measurable as "I will receive feedback from 3 junior staff members. The average score for my performance will be 7 / 10"
answered Apr 9 '14 at 10:55
Terence Eden
10.3k43350
10.3k43350
1. That just measures how many meetings. What if nothing is achieved in those meetings? 2. Sort of like students grading teachers. You might not be measuring what you think you are measuring.
– Todd Chaffee
Apr 9 '14 at 15:35
add a comment |Â
1. That just measures how many meetings. What if nothing is achieved in those meetings? 2. Sort of like students grading teachers. You might not be measuring what you think you are measuring.
– Todd Chaffee
Apr 9 '14 at 15:35
1. That just measures how many meetings. What if nothing is achieved in those meetings? 2. Sort of like students grading teachers. You might not be measuring what you think you are measuring.
– Todd Chaffee
Apr 9 '14 at 15:35
1. That just measures how many meetings. What if nothing is achieved in those meetings? 2. Sort of like students grading teachers. You might not be measuring what you think you are measuring.
– Todd Chaffee
Apr 9 '14 at 15:35
add a comment |Â
up vote
2
down vote
When I've had goals like this, I have used feedback from staff as a measure of improvement, as other answer mentions, but you could also use a measure of time. If you're recording time spent on tasks, and can categorise some of those tasks as "mentoring", then you could have a target of "at least 5 hours a month" or "spend 5% of project time mentoring" or similar, that you can then track via timesheets/agile tools.
Please see my questions on the other answer. Neither of these measure whether or not something was achieved.
– Todd Chaffee
Apr 9 '14 at 15:37
add a comment |Â
up vote
2
down vote
When I've had goals like this, I have used feedback from staff as a measure of improvement, as other answer mentions, but you could also use a measure of time. If you're recording time spent on tasks, and can categorise some of those tasks as "mentoring", then you could have a target of "at least 5 hours a month" or "spend 5% of project time mentoring" or similar, that you can then track via timesheets/agile tools.
Please see my questions on the other answer. Neither of these measure whether or not something was achieved.
– Todd Chaffee
Apr 9 '14 at 15:37
add a comment |Â
up vote
2
down vote
up vote
2
down vote
When I've had goals like this, I have used feedback from staff as a measure of improvement, as other answer mentions, but you could also use a measure of time. If you're recording time spent on tasks, and can categorise some of those tasks as "mentoring", then you could have a target of "at least 5 hours a month" or "spend 5% of project time mentoring" or similar, that you can then track via timesheets/agile tools.
When I've had goals like this, I have used feedback from staff as a measure of improvement, as other answer mentions, but you could also use a measure of time. If you're recording time spent on tasks, and can categorise some of those tasks as "mentoring", then you could have a target of "at least 5 hours a month" or "spend 5% of project time mentoring" or similar, that you can then track via timesheets/agile tools.
edited Apr 13 '17 at 12:48
Community♦
1
1
answered Apr 9 '14 at 11:02
Craig.Nicol
1212
1212
Please see my questions on the other answer. Neither of these measure whether or not something was achieved.
– Todd Chaffee
Apr 9 '14 at 15:37
add a comment |Â
Please see my questions on the other answer. Neither of these measure whether or not something was achieved.
– Todd Chaffee
Apr 9 '14 at 15:37
Please see my questions on the other answer. Neither of these measure whether or not something was achieved.
– Todd Chaffee
Apr 9 '14 at 15:37
Please see my questions on the other answer. Neither of these measure whether or not something was achieved.
– Todd Chaffee
Apr 9 '14 at 15:37
add a comment |Â
up vote
1
down vote
Based on your stated goals in the first paragraph, increasing seniority and both parties learn, I'm not sure you can make this a SMART goal for exactly the reason you are struggling.
How do you intend to measure "increasing his seniority" and how do you determine that any improvement is based on the mentoring? How will you measure the learning from both parties and you determine whether the success or failure is because of the mentor, the mentee or the pairing?
There are so many influences in a team work setting that influence the how and the what of our work, the mentor, another developer on the project, the developer who sits next to you, etc. The challenge for you in making a SMART goal from the mentoring will be determining how to measure the exact impact of the mentoring while excluding the impact of all of these other factors.
Having said all that, I still think it is a good idea to do mentoring for all of the reasons you stated. Having been both a mentor and mentee at various stages of my career, I believe this is an excellent way to help work new members into the team.
add a comment |Â
up vote
1
down vote
Based on your stated goals in the first paragraph, increasing seniority and both parties learn, I'm not sure you can make this a SMART goal for exactly the reason you are struggling.
How do you intend to measure "increasing his seniority" and how do you determine that any improvement is based on the mentoring? How will you measure the learning from both parties and you determine whether the success or failure is because of the mentor, the mentee or the pairing?
There are so many influences in a team work setting that influence the how and the what of our work, the mentor, another developer on the project, the developer who sits next to you, etc. The challenge for you in making a SMART goal from the mentoring will be determining how to measure the exact impact of the mentoring while excluding the impact of all of these other factors.
Having said all that, I still think it is a good idea to do mentoring for all of the reasons you stated. Having been both a mentor and mentee at various stages of my career, I believe this is an excellent way to help work new members into the team.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Based on your stated goals in the first paragraph, increasing seniority and both parties learn, I'm not sure you can make this a SMART goal for exactly the reason you are struggling.
How do you intend to measure "increasing his seniority" and how do you determine that any improvement is based on the mentoring? How will you measure the learning from both parties and you determine whether the success or failure is because of the mentor, the mentee or the pairing?
There are so many influences in a team work setting that influence the how and the what of our work, the mentor, another developer on the project, the developer who sits next to you, etc. The challenge for you in making a SMART goal from the mentoring will be determining how to measure the exact impact of the mentoring while excluding the impact of all of these other factors.
Having said all that, I still think it is a good idea to do mentoring for all of the reasons you stated. Having been both a mentor and mentee at various stages of my career, I believe this is an excellent way to help work new members into the team.
Based on your stated goals in the first paragraph, increasing seniority and both parties learn, I'm not sure you can make this a SMART goal for exactly the reason you are struggling.
How do you intend to measure "increasing his seniority" and how do you determine that any improvement is based on the mentoring? How will you measure the learning from both parties and you determine whether the success or failure is because of the mentor, the mentee or the pairing?
There are so many influences in a team work setting that influence the how and the what of our work, the mentor, another developer on the project, the developer who sits next to you, etc. The challenge for you in making a SMART goal from the mentoring will be determining how to measure the exact impact of the mentoring while excluding the impact of all of these other factors.
Having said all that, I still think it is a good idea to do mentoring for all of the reasons you stated. Having been both a mentor and mentee at various stages of my career, I believe this is an excellent way to help work new members into the team.
answered Apr 9 '14 at 16:31


cdkMoose
9,29822042
9,29822042
add a comment |Â
add a comment |Â
up vote
0
down vote
The unfortunate thing about SMART is that it encourages people to believe that all worthwhile endeavors are objectively measurable. Not everything is like that.
I think that "mentoring effectiveness" is one of those things that is ALWAYS going to be intrinsically subjective. Perhaps the best course of action is to keep it simple: ensure that meetings are occurring and chat with the mentees. You can then judge SUBJECTIVELY if the person is diligent and effective about their mentoring.
Yes, it does mean that the person has to be likable and someone who can relate to the mentees. The mentor relationship is something that is personal and different for each person-- you can't put a score on it.
this does not seem to offer anything substantial over a prior answer that has been posted few hours before
– gnat
Apr 9 '14 at 19:49
Who said the measure needs to be objective? There is a great deal of value in subjective measurements too. With that said, I'll give an upvote because subjective / objective adds to the discussion.
– Todd Chaffee
Apr 10 '14 at 7:49
add a comment |Â
up vote
0
down vote
The unfortunate thing about SMART is that it encourages people to believe that all worthwhile endeavors are objectively measurable. Not everything is like that.
I think that "mentoring effectiveness" is one of those things that is ALWAYS going to be intrinsically subjective. Perhaps the best course of action is to keep it simple: ensure that meetings are occurring and chat with the mentees. You can then judge SUBJECTIVELY if the person is diligent and effective about their mentoring.
Yes, it does mean that the person has to be likable and someone who can relate to the mentees. The mentor relationship is something that is personal and different for each person-- you can't put a score on it.
this does not seem to offer anything substantial over a prior answer that has been posted few hours before
– gnat
Apr 9 '14 at 19:49
Who said the measure needs to be objective? There is a great deal of value in subjective measurements too. With that said, I'll give an upvote because subjective / objective adds to the discussion.
– Todd Chaffee
Apr 10 '14 at 7:49
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The unfortunate thing about SMART is that it encourages people to believe that all worthwhile endeavors are objectively measurable. Not everything is like that.
I think that "mentoring effectiveness" is one of those things that is ALWAYS going to be intrinsically subjective. Perhaps the best course of action is to keep it simple: ensure that meetings are occurring and chat with the mentees. You can then judge SUBJECTIVELY if the person is diligent and effective about their mentoring.
Yes, it does mean that the person has to be likable and someone who can relate to the mentees. The mentor relationship is something that is personal and different for each person-- you can't put a score on it.
The unfortunate thing about SMART is that it encourages people to believe that all worthwhile endeavors are objectively measurable. Not everything is like that.
I think that "mentoring effectiveness" is one of those things that is ALWAYS going to be intrinsically subjective. Perhaps the best course of action is to keep it simple: ensure that meetings are occurring and chat with the mentees. You can then judge SUBJECTIVELY if the person is diligent and effective about their mentoring.
Yes, it does mean that the person has to be likable and someone who can relate to the mentees. The mentor relationship is something that is personal and different for each person-- you can't put a score on it.
answered Apr 9 '14 at 19:13
teego1967
10.3k42845
10.3k42845
this does not seem to offer anything substantial over a prior answer that has been posted few hours before
– gnat
Apr 9 '14 at 19:49
Who said the measure needs to be objective? There is a great deal of value in subjective measurements too. With that said, I'll give an upvote because subjective / objective adds to the discussion.
– Todd Chaffee
Apr 10 '14 at 7:49
add a comment |Â
this does not seem to offer anything substantial over a prior answer that has been posted few hours before
– gnat
Apr 9 '14 at 19:49
Who said the measure needs to be objective? There is a great deal of value in subjective measurements too. With that said, I'll give an upvote because subjective / objective adds to the discussion.
– Todd Chaffee
Apr 10 '14 at 7:49
this does not seem to offer anything substantial over a prior answer that has been posted few hours before
– gnat
Apr 9 '14 at 19:49
this does not seem to offer anything substantial over a prior answer that has been posted few hours before
– gnat
Apr 9 '14 at 19:49
Who said the measure needs to be objective? There is a great deal of value in subjective measurements too. With that said, I'll give an upvote because subjective / objective adds to the discussion.
– Todd Chaffee
Apr 10 '14 at 7:49
Who said the measure needs to be objective? There is a great deal of value in subjective measurements too. With that said, I'll give an upvote because subjective / objective adds to the discussion.
– Todd Chaffee
Apr 10 '14 at 7:49
add a comment |Â
up vote
-1
down vote
All projects should already have milestones to mark various stages of completion. One or more projects gets assigned to the developer, with explicit instruction that the developer delegate completion of parts or all of the projects to the trainee. I'd make the working assumption that every time the trainee completes a milestone of a project, the trainee has learned something new, or solidified some current understanding. And the more milestones the trainee completes, the more the trainee has learned - I hope.
If you ever taught a course, the course has objectives and a final project. And the final project is graded on its degree of completion. Think of projects as courses. The milestones completed determine the degree of completion.
One advantage of the trainee completing milestones is that you gain a degree of confidence that the trainee will be able to complete parts or all of similar projects in the future. You get a two-fer:
(1) the projects are all work related and parts or all of these projects will recur in the future, so any training the trainee gets on the way to completing the milestones is relevant.
(2) the more milestones the trainee completes, the more confident you can get about the trainee as an employee asset.
At the end of the day, you measure what the trainee knows or has learned by measuring what the trainee has done. I personally like this solution because it is simple and effective. Having said that, somebody else may have a better solution.
I like this idea. But what if the trainee completes everything without having ever interacted with the mentor?
– Todd Chaffee
Apr 9 '14 at 15:35
@ToddChaffee: Then we have a smart cookie for a trainee :) The mentor should interact regularly with the trainee, if only to make sure that the projects are on track - there is no way for you as a mentor to know if the projects are on track and what issues/challenges the trainee is encountering if you don't ask. A trainee may complete a milestone on their own but the method the trainee used without consulting you may be suboptimal, or it may violate the design policies of the firm. You, as a mentor, must interact with the trainee - you are also training the trainee to work with you and others.
– Vietnhi Phuvan
Apr 9 '14 at 15:45
@ToddChaffee: tasks must not only be completed but completed in the right way. I have had a ton of grief from having to deal with tasks that were not completed in the right way. That's why I hate eager beavers and workaholics - the sheer pain of having to clean up after them after they rushed headlong in the wrong direction ... :)
– Vietnhi Phuvan
Apr 9 '14 at 15:52
add a comment |Â
up vote
-1
down vote
All projects should already have milestones to mark various stages of completion. One or more projects gets assigned to the developer, with explicit instruction that the developer delegate completion of parts or all of the projects to the trainee. I'd make the working assumption that every time the trainee completes a milestone of a project, the trainee has learned something new, or solidified some current understanding. And the more milestones the trainee completes, the more the trainee has learned - I hope.
If you ever taught a course, the course has objectives and a final project. And the final project is graded on its degree of completion. Think of projects as courses. The milestones completed determine the degree of completion.
One advantage of the trainee completing milestones is that you gain a degree of confidence that the trainee will be able to complete parts or all of similar projects in the future. You get a two-fer:
(1) the projects are all work related and parts or all of these projects will recur in the future, so any training the trainee gets on the way to completing the milestones is relevant.
(2) the more milestones the trainee completes, the more confident you can get about the trainee as an employee asset.
At the end of the day, you measure what the trainee knows or has learned by measuring what the trainee has done. I personally like this solution because it is simple and effective. Having said that, somebody else may have a better solution.
I like this idea. But what if the trainee completes everything without having ever interacted with the mentor?
– Todd Chaffee
Apr 9 '14 at 15:35
@ToddChaffee: Then we have a smart cookie for a trainee :) The mentor should interact regularly with the trainee, if only to make sure that the projects are on track - there is no way for you as a mentor to know if the projects are on track and what issues/challenges the trainee is encountering if you don't ask. A trainee may complete a milestone on their own but the method the trainee used without consulting you may be suboptimal, or it may violate the design policies of the firm. You, as a mentor, must interact with the trainee - you are also training the trainee to work with you and others.
– Vietnhi Phuvan
Apr 9 '14 at 15:45
@ToddChaffee: tasks must not only be completed but completed in the right way. I have had a ton of grief from having to deal with tasks that were not completed in the right way. That's why I hate eager beavers and workaholics - the sheer pain of having to clean up after them after they rushed headlong in the wrong direction ... :)
– Vietnhi Phuvan
Apr 9 '14 at 15:52
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
All projects should already have milestones to mark various stages of completion. One or more projects gets assigned to the developer, with explicit instruction that the developer delegate completion of parts or all of the projects to the trainee. I'd make the working assumption that every time the trainee completes a milestone of a project, the trainee has learned something new, or solidified some current understanding. And the more milestones the trainee completes, the more the trainee has learned - I hope.
If you ever taught a course, the course has objectives and a final project. And the final project is graded on its degree of completion. Think of projects as courses. The milestones completed determine the degree of completion.
One advantage of the trainee completing milestones is that you gain a degree of confidence that the trainee will be able to complete parts or all of similar projects in the future. You get a two-fer:
(1) the projects are all work related and parts or all of these projects will recur in the future, so any training the trainee gets on the way to completing the milestones is relevant.
(2) the more milestones the trainee completes, the more confident you can get about the trainee as an employee asset.
At the end of the day, you measure what the trainee knows or has learned by measuring what the trainee has done. I personally like this solution because it is simple and effective. Having said that, somebody else may have a better solution.
All projects should already have milestones to mark various stages of completion. One or more projects gets assigned to the developer, with explicit instruction that the developer delegate completion of parts or all of the projects to the trainee. I'd make the working assumption that every time the trainee completes a milestone of a project, the trainee has learned something new, or solidified some current understanding. And the more milestones the trainee completes, the more the trainee has learned - I hope.
If you ever taught a course, the course has objectives and a final project. And the final project is graded on its degree of completion. Think of projects as courses. The milestones completed determine the degree of completion.
One advantage of the trainee completing milestones is that you gain a degree of confidence that the trainee will be able to complete parts or all of similar projects in the future. You get a two-fer:
(1) the projects are all work related and parts or all of these projects will recur in the future, so any training the trainee gets on the way to completing the milestones is relevant.
(2) the more milestones the trainee completes, the more confident you can get about the trainee as an employee asset.
At the end of the day, you measure what the trainee knows or has learned by measuring what the trainee has done. I personally like this solution because it is simple and effective. Having said that, somebody else may have a better solution.
answered Apr 9 '14 at 15:28
Vietnhi Phuvan
68.9k7118254
68.9k7118254
I like this idea. But what if the trainee completes everything without having ever interacted with the mentor?
– Todd Chaffee
Apr 9 '14 at 15:35
@ToddChaffee: Then we have a smart cookie for a trainee :) The mentor should interact regularly with the trainee, if only to make sure that the projects are on track - there is no way for you as a mentor to know if the projects are on track and what issues/challenges the trainee is encountering if you don't ask. A trainee may complete a milestone on their own but the method the trainee used without consulting you may be suboptimal, or it may violate the design policies of the firm. You, as a mentor, must interact with the trainee - you are also training the trainee to work with you and others.
– Vietnhi Phuvan
Apr 9 '14 at 15:45
@ToddChaffee: tasks must not only be completed but completed in the right way. I have had a ton of grief from having to deal with tasks that were not completed in the right way. That's why I hate eager beavers and workaholics - the sheer pain of having to clean up after them after they rushed headlong in the wrong direction ... :)
– Vietnhi Phuvan
Apr 9 '14 at 15:52
add a comment |Â
I like this idea. But what if the trainee completes everything without having ever interacted with the mentor?
– Todd Chaffee
Apr 9 '14 at 15:35
@ToddChaffee: Then we have a smart cookie for a trainee :) The mentor should interact regularly with the trainee, if only to make sure that the projects are on track - there is no way for you as a mentor to know if the projects are on track and what issues/challenges the trainee is encountering if you don't ask. A trainee may complete a milestone on their own but the method the trainee used without consulting you may be suboptimal, or it may violate the design policies of the firm. You, as a mentor, must interact with the trainee - you are also training the trainee to work with you and others.
– Vietnhi Phuvan
Apr 9 '14 at 15:45
@ToddChaffee: tasks must not only be completed but completed in the right way. I have had a ton of grief from having to deal with tasks that were not completed in the right way. That's why I hate eager beavers and workaholics - the sheer pain of having to clean up after them after they rushed headlong in the wrong direction ... :)
– Vietnhi Phuvan
Apr 9 '14 at 15:52
I like this idea. But what if the trainee completes everything without having ever interacted with the mentor?
– Todd Chaffee
Apr 9 '14 at 15:35
I like this idea. But what if the trainee completes everything without having ever interacted with the mentor?
– Todd Chaffee
Apr 9 '14 at 15:35
@ToddChaffee: Then we have a smart cookie for a trainee :) The mentor should interact regularly with the trainee, if only to make sure that the projects are on track - there is no way for you as a mentor to know if the projects are on track and what issues/challenges the trainee is encountering if you don't ask. A trainee may complete a milestone on their own but the method the trainee used without consulting you may be suboptimal, or it may violate the design policies of the firm. You, as a mentor, must interact with the trainee - you are also training the trainee to work with you and others.
– Vietnhi Phuvan
Apr 9 '14 at 15:45
@ToddChaffee: Then we have a smart cookie for a trainee :) The mentor should interact regularly with the trainee, if only to make sure that the projects are on track - there is no way for you as a mentor to know if the projects are on track and what issues/challenges the trainee is encountering if you don't ask. A trainee may complete a milestone on their own but the method the trainee used without consulting you may be suboptimal, or it may violate the design policies of the firm. You, as a mentor, must interact with the trainee - you are also training the trainee to work with you and others.
– Vietnhi Phuvan
Apr 9 '14 at 15:45
@ToddChaffee: tasks must not only be completed but completed in the right way. I have had a ton of grief from having to deal with tasks that were not completed in the right way. That's why I hate eager beavers and workaholics - the sheer pain of having to clean up after them after they rushed headlong in the wrong direction ... :)
– Vietnhi Phuvan
Apr 9 '14 at 15:52
@ToddChaffee: tasks must not only be completed but completed in the right way. I have had a ton of grief from having to deal with tasks that were not completed in the right way. That's why I hate eager beavers and workaholics - the sheer pain of having to clean up after them after they rushed headlong in the wrong direction ... :)
– Vietnhi Phuvan
Apr 9 '14 at 15:52
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f22423%2fhow-can-i-turn-a-do-more-mentoring-objective-into-a-something-smart%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password