一键导入
implementation-planning
Use when producing a scoped implementation plan from approved priorities. Creates file-level specificity with parallelization analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when producing a scoped implementation plan from approved priorities. Creates file-level specificity with parallelization analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when creating a local agent for a pas-clief workspace. Walks the user through naming the agent, defining its role, listing its skills, and writing CLAUDE.md and CONTEXT.md from templates. The agent lands in `library/agents/<name>/`.
Use when drafting and publishing a newsletter issue. Walks research → draft → publish phases, using the writer agent. Example library process for pas-clief — copy or extend it for your own use.
Use when applying a workspace's drafting conventions to written output — voice, format, sentence rhythm, the things that make output feel like it belongs to this project. Reads the workspace's style notes if any and adjusts the draft accordingly.
Use when line-editing a draft for clarity and economy. Tightens sentences, removes filler, rewrites awkward constructions, ensures every sentence earns its keep. Apply this skill on the final pass before output.
Use when an agent needs to gather sources or background information from the web for a topic. Produces a concise sources file with URLs, summaries, and the most relevant excerpts.
Use when checking that a pas-clief workspace is current with the latest plugin conventions, or when migrating from an older version. Walks a checklist of structural and template changes and offers to apply each.
| name | implementation-planning |
| description | Use when producing a scoped implementation plan from approved priorities. Creates file-level specificity with parallelization analysis. |
Take approved priorities from Discovery and produce a concrete, scoped implementation plan that specifies exactly what changes to make, to which files, in what order, and what can be parallelized.
workspace/pas-development/{slug}/discovery/priorities.mdpas-create-* command with all flags. Scripts live at
plugins/pas/processes/pas/agents/orchestrator/skills/creating-{type}/scripts/pas-create-{type}.
Use --base-dir to target the correct root. If the creation scripts themselves are the change
target, note this as a bootstrap exception and create manually.# Implementation Plan
## Priorities Addressed
{List from Discovery, with reference}
## Changes
### Change 1: {description}
**Priority:** {which Discovery priority this addresses}
**Agent:** {who implements this}
**Files:**
- Modify: `{path}` — {what changes}
- Create: `{path}` — {what this is}
Command: `bash plugins/pas/.../pas-create-{type} --name ... --base-dir ...` (for PAS artifacts)
**Depends on:** {other change numbers, or "none"}
### Change 2: ...
## Execution Order
### Parallel Group 1 (no dependencies)
- Change 1 → Framework Architect
- Change 3 → DX Specialist
### Parallel Group 2 (depends on Group 1)
- Change 2 → Framework Architect
### Sequential
- Change 4 → Feedback Analyst (after all other changes)
## Out of Scope
{Anything considered but deferred, with reasoning}
pas-create-* scripts. The scripts guarantee
correct structure (SKILL.md frontmatter, changelog.md, feedback/backlog/.gitkeep). Manual
creation risks missing convention requirements.pas-create-skill outputs to processes/{p}/agents/{a}/skills/{name}/ — there
is no --library flag. For library skills, create under a temporary agent path then move to
library/, or scaffold the directory manually following the same structure.