基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ptreezh/sscisubagent-skills --skill planning-with-files命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | planning-with-files |
| description | 基于文件的规划和进度跟踪技能,为研究项目提供结构化的任务规划、进度监控和发现记录功能 |
| version | 1.0.0 |
| author | socienceAI.com |
| license | MIT |
| tags | ["planning","project-management","progress-tracking","research-methodology","file-based-workflow"] |
| compatibility | Claude 3.5 Sonnet and above |
| metadata | {"domain":"research-project-management","methodology":"file-based-planning","complexity":"intermediate","integration_type":"supporting_tool","last_updated":"2026-01-23"} |
| allowed-tools | ["python","bash","read_file","write_file"] |
Planning with Files 技能为研究项目提供基于文件的规划和进度跟踪功能。该技能遵循 "planning with files" 理念,通过三个核心文件(任务计划、进度跟踪、发现记录)来管理系统性研究项目的执行过程。
当用户请求以下操作时使用此技能:
当用户请求项目规划时:
action: 执行的操作 (initialize, update-task, log-progress, record-finding, get-status)research_topic: 研究主题methodology: 研究方法论 (grounded-theory, field-analysis, ant, etc.)workspace_dir: 工作空间目录task_description: 任务描述time_spent: 花费时间(小时)finding: 记录的发现category: 发现类别User: "为'中国科技企业创新策略'扎根理论研究创建规划" Response: 初始化工作空间,生成三文件结构,制定GT特化任务计划。
User: "记录今天完成了开放编码的前两轮" Response: 更新进度文件,标记相关任务完成,记录时间投入。
User: "记录在访谈中发现的'面子文化'影响因素" Response: 在发现记录文件中添加新条目,分类为理论洞察。
{
"summary": {
"action_performed": "initialize",
"workspace_location": "./planning_workspace",
"files_created": 3,
"completion_percentage": 0
},
"details": {
"task_plan": {
"file_path": "task_plan.md",
"tasks_total": 24,
"tasks_completed": 0
},
"progress_tracker": {
"file_path": "progress.md",
"milestones": ["Phase 1: Literature Review"]
},
"findings_log": {
"file_path": "findings.md",
"entries_count": 0
}
},
"metadata": {
"timestamp": "2026-01-23T10:30:00",
"version": "1.0.0"
}
}
完成 Planning with Files 集成应包括:
此技能为研究项目提供结构化的规划和跟踪框架,确保研究过程的系统性和可追溯性。