一键导入
writing-plans
Use when requirements are clear enough to plan and the work spans multiple steps, files, or verification stages
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when requirements are clear enough to plan and the work spans multiple steps, files, or verification stages
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when creating, reviewing, or updating a BRIEF.md (the quality law for a surface), defining what "good"/shippable means, or setting up a verified autonomous loop.
Use when checking deployment health, investigating errors, reading logs, or working with Tiltfiles. Queries Tilt resource status, logs, and manages dev environments.
Use when starting tilt, debugging Tiltfile errors, or bootstrapping a dev environment. Starts Tilt in zmx, monitors bootstrap to healthy state, fixes Tiltfile bugs without hard-coding or fallbacks.
Use when creating commits, managing branches, opening PRs, or rewriting history. Not for non-git implementation tasks or repo-specific release policy decisions.
Use when syncing a feature branch onto the latest origin base branch via git rebase.
Fetch latest from origin, prune remote-tracking refs, delete stale local branches and worktrees, and fast-forward important branches. Use when tidying up a worktree-based repo layout.
| name | writing-plans |
| description | Use when requirements are clear enough to plan and the work spans multiple steps, files, or verification stages |
Turn requirements into an executable plan with concrete files, tests, and verification. A good plan removes guesswork without pretending the implementation is already done.
Core principle: Every task should be specific enough that an engineer can execute it without inventing missing requirements.
Use this skill when:
Do not use this skill when:
update_planIf the request covers multiple independent changes, split it into separate plans or clearly separated task groups.
Save the plan where the user asked. If they did not specify a location, use:
docs/plans/YYYY-MM-DD-<topic>.md
Start with:
# <Topic> Implementation Plan
**Goal:** <one sentence>
**Scope:** <what this plan covers>
**Non-goals:** <what this plan intentionally avoids>
**Risks:** <key technical or rollout risks>
Then include:
path/to/new_filepath/to/existing_filepath/to/test_fileexact commandTask N-1 or nonefoo.ts", not "improve parsing".If the plan will be executed in the same session:
update_planin_progressIf the plan has independent sidecar work:
dispatching-parallel-agents for bounded, non-overlapping subtasks