ワンクリックで
pas-development
Evolve the PAS plugin — choose between full multi-agent cycles, quick superpowers-driven cycles, or resume a previous cycle.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Evolve the PAS plugin — choose between full multi-agent cycles, quick superpowers-driven cycles, or resume a previous cycle.
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 | pas-development |
| description | Evolve the PAS plugin — choose between full multi-agent cycles, quick superpowers-driven cycles, or resume a previous cycle. |
Before loading any process, present these options to the user:
Ask: "Which mode? (1) Full cycle, (2) Quick cycle, (3) Resume"
If the user passed arguments (a directive), carry them through to whichever mode is chosen.
Ask the user how they want to start discovery:
superpowers:brainstorming to interactively define the directive, then proceedThen:
Read ${CLAUDE_PLUGIN_ROOT}/processes/pas-development/process.md for the process definition.
Read the orchestration pattern from ${CLAUDE_PLUGIN_ROOT}/library/orchestration/ as specified in the process.
Execute.
After multi-agent discovery completes, if the findings surface complexity or trade-offs that weren't anticipated, offer a follow-up brainstorming session with the user before proceeding to planning.
Read ${CLAUDE_PLUGIN_ROOT}/processes/pas-development/processes/quick/process.md for the process definition.
Read the orchestration pattern from ${CLAUDE_PLUGIN_ROOT}/library/orchestration/ as specified in the process.
Execute.
Find the most recent workspace under .pas/workspace/pas-development/ or .pas/workspace/pas-development/quick/ with status: in_progress in status.yaml.
Read that process's definition and orchestration pattern.
Resume from the last completed phase.