New job 30 / 60 / 90 day plan generator with editable markdown output
Views
3.9K
Copies
859
Likes
429
Comments
0
Copy rate
22.0%
Prompt
Write a Python CLI tool that generates a personalized 30/60/90 day plan for someone starting a new job. It should produce well-structured Markdown output ready to share with a manager.
Requirements:
1. Take inputs via CLI args or interactive mode
2. Accept role, seniority, team size, industry, and top 2 known priorities
3. Generate clear 30/60/90 day sections with 4-6 goals each
4. Each goal must have a measurable success criterion
5. Include a stakeholder-mapping section
6. Include a "questions to ask my manager in week 1" section
7. Include a risks/unknowns section with mitigations
8. Output to stdout and optionally to a file
Inputs:
- Role: [role]
- Seniority: [seniority]
- Team size: [team_size]
- Known priorities: [known_priorities]Customise this prompt
Fill in 4 variables to personalise this prompt
Preview
Write a Python CLI tool that generates a personalized 30/60/90 day plan for someone starting a new job. It should produce well-structured Markdown output ready to share with a manager.
Requirements:
1. Take inputs via CLI args or interactive mode
2. Accept role, seniority, team size, industry, and top 2 known priorities
3. Generate clear 30/60/90 day sections with 4-6 goals each
4. Each goal must have a measurable success criterion
5. Include a stakeholder-mapping section
6. Include a "questions to ask my manager in week 1" section
7. Include a risks/unknowns section with mitigations
8. Output to stdout and optionally to a file
Inputs:
- Role: [role]
- Seniority: [seniority]
- Team size: [team_size]
- Known priorities: [known_priorities]
Example output