원클릭으로
schedule-planner
Plan daily, weekly, or project schedules from user goals, tasks, deadlines, availability, priorities, and constraints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Plan daily, weekly, or project schedules from user goals, tasks, deadlines, availability, priorities, and constraints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Extract structured contract fields from existing contract text or already parsed contract content according to a configured field list. Use when the user asks for 合同字段抽取, 合同信息抽取, 合同关键信息提取, 合同台账, contract field extraction, contract metadata extraction, contract ledger data, or extracting parties, amount, dates, term, payment terms, renewal terms, breach clauses, or other configured contract fields. This skill does not parse uploaded files directly; it works only after contract text is available from another system or parser.
Design structured user clarification flows with the existing request_user_input capability so the assistant asks stable, focused questions with usable quick options instead of plain natural-language follow-up. Use when the user or another skill needs 问答交互, 表单交互, 结构化质询, 弹出输入框, 选项框, 单选, 多选, 补充信息, 确认参数, 文件上传提示, 表单填写, questionnaire, form interaction, structured clarification, user input, quick replies, or parameter confirmation.
Plan precise slide-by-slide PPT structures from a topic, text content, requirements, or uploaded-material summaries, and prepare a file-generator-ready PPTX payload for downstream generation. Use when the user asks for PPT planning, PowerPoint outline, slide planning, page-by-page PPT requirements, presentation storyboard, report deck structure, pitch deck outline, training deck plan, proposal slides, project report slides, business review slides, or when the user asks to first create a precise outline before generating a PPT file. This skill is the planning and layout layer, not the PPTX file generator.
Rewrite existing assistant replies, service replies, workplace messages, or explanatory answers to sound more natural, human, warm, polite, concise, professional, empathetic, and easy to understand while preserving the original facts and boundaries. Use when the user asks for 回复口吻优化, 语气优化, 改得自然一点, 去 AI 味, 减少机械感, 像正常人说话, 温和一点, 亲切一点, 礼貌一点, 客服话术优化, 办公回复优化, 心理关怀回复, 面向普通用户, polish response, rewrite tone, make it natural, make it warmer, make it less robotic, or humanize this reply.
Generate downloadable SVG and HTML technical diagrams from natural language or structured data, including system architecture, AI Agent architecture, data flow, flowchart, comparison matrix, sequence, state, and ER diagrams.
Generate downloadable SVG charts from structured data, including radar, bar, line, pie, doughnut, scatter, and score distribution charts.
| name | schedule-planner |
| description | Plan daily, weekly, or project schedules from user goals, tasks, deadlines, availability, priorities, and constraints. |
| when_to_use | Use this skill when the user asks to plan a day, arrange a week, schedule tasks, optimize workload, create a study plan, prepare a meeting agenda, or turn tasks and deadlines into a structured timetable. |
| runtime_type | prompt |
| max_calls_per_turn | 5 |
| timeout_seconds | 5 |
| display | {"icon":"calendar-days","category":"productivity","label":{"en_US":"Schedule Planner","zh_Hans":"日程规划"},"description":{"en_US":"Turns goals, tasks, deadlines, and availability into practical schedules and agendas.","zh_Hans":"将目标、任务、截止时间和可用时间整理成可执行的日程计划。"},"when_to_use":{"en_US":"Use for planning days, weeks, task schedules, meeting agendas, study plans, or workload arrangements.","zh_Hans":"用于规划每日安排、每周计划、任务排期、会议议程、学习计划或工作负载。"},"tags":{"en_US":["Schedule","Planning","Productivity"],"zh_Hans":["日程","计划","效率"]}} |
Use this skill to turn goals, tasks, deadlines, priorities, and availability into a practical schedule. This skill plans and explains schedules only; it does not create, update, delete, or sync real calendar events.
Use this skill for:
Do not use this skill to claim that events, reminders, or meetings have been created in Google Calendar, Outlook, Apple Calendar, or any other calendar system.
Use Markdown by default.
For day plans, prefer:
# Daily Schedule
| Time | Item | Notes |
| --- | --- | --- |
| 09:00-10:30 | Deep work | ... |
For week plans, prefer:
# Weekly Schedule
| Day | Focus | Key Tasks | Notes |
| --- | --- | --- | --- |
| Monday | ... | ... | ... |
For meeting agendas, prefer:
# Meeting Agenda
## Objective
## Agenda
| Time | Topic | Owner |
| --- | --- | --- |
## Decisions Needed
## Follow-ups
User input:
"帮我安排明天的工作:上午要完成需求文档,下午 3 点有评审会,还要留 1 小时处理线上问题。"
Expected shape:
# Daily Schedule
Assumption: "Tomorrow" refers to the user's intended local date.
| Time | Item | Notes |
| --- | --- | --- |
| 09:00-10:30 | Draft requirements document | Focus on structure and key decisions. |
| 10:30-10:45 | Buffer | Short break and context reset. |
| 10:45-12:00 | Finish requirements document | Prepare review-ready version. |
| 14:00-15:00 | Handle production issues | Reserve one focused hour before the review. |
| 15:00-16:00 | Review meeting | Capture decisions and action items. |
| 16:00-16:30 | Follow-up notes | Update owners, risks, and next steps. |