一键导入
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 the user says they are stepping away and the agent should continue without interactive approvals
Use when running e2e tests, debugging test failures, or fixing flaky tests. Covers failure taxonomy, fix rules, and workflow. Never changes source code logic or API without spec backing.
Use when auditing how well the shared agent instructions (AGENTS.md, skills) hold up in real sessions — sampling transcripts via recall, scoring them against the gap rubric, and turning findings into ratified amendments
Use when preparing clean, logical git commits from an existing working tree
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:
If the request covers multiple independent changes, split it into separate plans or clearly separated task groups.
When a LOOP.md charter exists for the branch, the plan lives in its "Work plan" section, not a separate doc.
Otherwise, 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:
Independent sidecar work may run as parallel bounded subagents with non-overlapping ownership; the critical path defaults to the packetized delegation stream (rules of engagement).