将长期复杂任务拆分为可执行小步骤,减少上下文超限与遗漏
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "handle-large-tasks" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/FluidFramework/main/.agency/plugins/nori/skills/handle-large-tasks/SKILL.md 2. 保存为 ~/.claude/skills/handle-large-tasks/SKILL.md 3. 装好后重载技能,告诉我可以用了
请把“重构我们的用户认证系统”拆分成可执行的小阶段。按阶段列出目标、输入、输出、风险、依赖和完成标准,并说明每一步如何控制上下文长度。
一份分阶段的执行计划,包含清晰子任务、依赖关系与上下文管理建议。
我需要完成一份“AI 客服工具市场调研报告”。请将整个任务拆成多个研究模块,每个模块包含研究问题、资料来源、产出格式、预计时长,以及进入下一步前的检查点。
一个模块化研究路线图,便于逐步推进并避免任务过大导致混乱。
请把“撰写一份 5000 字行业白皮书”拆分为若干写作阶段,包括提纲、资料收集、章节草稿、审校和终稿。每阶段请给出可直接继续对话的上下文摘要模板。
一套可续接的写作分工方案,并附带每阶段的上下文摘要模板。
Use subagents to manage your context. Each subagent has its own limited context window. Subagents perform best when they have clear implementation guidelines. Each subagent should be given a small and precise task. Create tests for each subagent and explicitly tell the subagent that it is responsible for making sure that test passes. The tests should test behavior. You are responsible for the final output. That means you MUST ensure that everything runs as expected. You should create high level tests that validate overall behavior.
用四阶段系统化排查框架定位缺陷根因,再制定可靠修复方案。
将当前对话中的可复用流程整理并保存为可反复调用的技能文件