一键导入
plan
Plan mode for Husky — inspect context, write a markdown plan into the active workspace's `.husky/plans/` directory, and do not execute the work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan mode for Husky — inspect context, write a markdown plan into the active workspace's `.husky/plans/` directory, and do not execute the work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.
Use browser tools to test and inspect interactive web pages.
| name | plan |
| description | Plan mode for Husky — inspect context, write a markdown plan into the active workspace's `.husky/plans/` directory, and do not execute the work. |
| version | 1.0.0 |
| author | Husky Agent |
| license | MIT |
| metadata | {"husky":{"tags":["planning","plan-mode","implementation","workflow"],"related_skills":["writing-plans","subagent-driven-development"]}} |
Use this skill when the user wants a plan instead of execution.
For this turn, you are planning only.
.husky/plans/.todo tool to create a task list for the planning steps themselves (explore, analyze, write plan). Mark each step completed as you go.Write a markdown plan that is concrete and actionable.
Include, when relevant:
If the task is code-related, include exact file paths, likely test targets, and verification steps.
Save the plan with write_file under:
.husky/plans/YYYY-MM-DD_HHMMSS-<slug>.mdTreat that as relative to the active working directory / backend workspace. Husky file tools are backend-aware, so using this relative path keeps the plan with the workspace on local, docker, ssh, modal, and daytona backends.
If the runtime provides a specific target path, use that exact path.
If not, create a sensible timestamped filename yourself under .husky/plans/.
/plan, infer the task from the current conversation context.