Mentorship Meeting Agenda
Generate structured agendas for mentor-student one-on-one meetings to ensure productive discussions.
Usage
CODEBLOCK0
Parameters
- -
--student: Student name - INLINECODE1 : Career phase (early/mid/late)
- INLINECODE2 : Specific topics to cover
- INLINECODE3 : Output file
Agenda Sections
- 1. Progress updates (5 min)
- Current challenges (10 min)
- Goal setting (10 min)
- Resource needs (5 min)
- Action items (5 min)
Output
- - Structured meeting agenda
- Time allocations
- Discussion prompts
- Follow-up tracker
Risk Assessment
| Risk Indicator | Assessment | Level |
|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access |
No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
Security Checklist
- - [ ] No hardcoded credentials or API keys
- [ ] No unauthorized file system access (../)
- [ ] Output does not expose sensitive information
- [ ] Prompt injection protections in place
- [ ] Input file paths validated (no ../ traversal)
- [ ] Output directory restricted to workspace
- [ ] Script execution in sandboxed environment
- [ ] Error messages sanitized (no stack traces exposed)
- [ ] Dependencies audited
Prerequisites
No additional Python packages required.
Evaluation Criteria
Success Metrics
- - [ ] Successfully executes main functionality
- [ ] Output meets quality standards
- [ ] Handles edge cases gracefully
- [ ] Performance is acceptable
Test Cases
- 1. Basic Functionality: Standard input → Expected output
- Edge Case: Invalid input → Graceful error handling
- Performance: Large dataset → Acceptable processing time
Lifecycle Status
- - Current Stage: Draft
- Next Review Date: 2026-03-06
- Known Issues: None
- Planned Improvements:
- Performance optimization
- Additional feature support
导师会议议程
为导师与学生的一对一会议生成结构化议程,确保讨论富有成效。
使用方法
bash
python scripts/main.py --student Alice --phase early --output agenda.md
参数
- - --student:学生姓名
- --phase:职业阶段(早期/中期/后期)
- --topics:需涵盖的具体主题
- --output:输出文件
议程板块
- 1. 进展汇报(5分钟)
- 当前挑战(10分钟)
- 目标设定(10分钟)
- 资源需求(5分钟)
- 行动事项(5分钟)
输出内容
- - 结构化会议议程
- 时间分配方案
- 讨论引导问题
- 后续跟进追踪表
风险评估
| 风险指标 | 评估内容 | 等级 |
|---|
| 代码执行 | 本地运行Python/R脚本 | 中 |
| 网络访问 |
无外部API调用 | 低 |
| 文件系统访问 | 读取输入文件,写入输出文件 | 中 |
| 指令篡改 | 标准提示词指南 | 低 |
| 数据泄露 | 输出文件保存至工作区 | 低 |
安全检查清单
- - [ ] 无硬编码凭证或API密钥
- [ ] 无未授权文件系统访问(../)
- [ ] 输出内容不泄露敏感信息
- [ ] 已实施提示注入防护
- [ ] 输入文件路径已校验(无../路径遍历)
- [ ] 输出目录限制在工作区内
- [ ] 脚本在沙盒环境中执行
- [ ] 错误信息已清理(不暴露堆栈跟踪)
- [ ] 依赖项已审计
前置条件
无需额外Python包。
评估标准
成功指标
- - [ ] 成功执行主要功能
- [ ] 输出内容符合质量标准
- [ ] 优雅处理边缘情况
- [ ] 性能可接受
测试用例
- 1. 基本功能:标准输入 → 预期输出
- 边缘情况:无效输入 → 优雅错误处理
- 性能测试:大数据集 → 可接受处理时间
生命周期状态
- - 当前阶段:草稿
- 下次评审日期:2026-03-06
- 已知问题:无
- 计划改进:
- 性能优化
- 新增功能支持