Files

75 lines
995 B
Markdown

<%*
const employees = [ "Habiba", "Binta", "Slimane", "Jean-Claude", "Joel", "Valery", "Hajar" ];
const employee = await tp.system.suggester( employees, employees, false, "Choose employee" );
if (!employee) return;
const date = tp.date.now("YYYY-MM-DD");
const filename = `${date} - ${employee} 1-1`;
await tp.file.move( `20 Work/Team/${employee}/${employee} 1-1/${filename}` );
-%>
**Date:** <% tp.date.now("YYYY-MM-DD") %>
**Duration:** 30 min
**Employee:** [[<% employee %>]]
## Check-in
How are things?
-
## Current Work
### Projects
-
### Operations
-
## Biggest Blocker
What's getting in the way?
-
## Concerns / Frustrations
Anything frustrating or not working well?
-
## Feedback
### Feedback for them
-
### Feedback for me
-
## Growth
_Only when relevant. Doesn't need to be discussed every 1-1._
-
## Commitments
### Employee
- [ ]
### Manager Commitments
- [ ]
## Follow-up from Previous 1-1
- [ ]
## Notes
-
<% tp.file.cursor() %>