ソース情報
- リポジトリ
- WeZZard/amplify
- ソースの最終更新活動
- 2026年7月1日 19:06
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/WeZZard/amplify --skill write-planコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
<EXTREMELY_IMPORTANT>You MUST use be-thorough when debugging, diagnosing causes, reviewing uncertain claims, or whenever shallow reasoning would be unacceptable.</EXTREMELY_IMPORTANT>
<EXTREMELY_IMPORTANT>You MUST use brainstorming when the user wants to explore ideas, discuss approaches, research a topic, or has been stuck on a problem. Always brainstorm before beginning implementation.</EXTREMELY_IMPORTANT>
<EXTREMELY_IMPORTANT>You MUST use divide-and-conquer when the user wants to break a large job into a parallel, subagent-driven workflow — either decomposing a bare prompt into a reviewable graph (Mode A) or running a skill that ships its own workflow graph plus helper code (Mode B). Use it for wide fan-outs (e.g. "research all of these", "process each of these in its own context") where one long context would degrade.</EXTREMELY_IMPORTANT>
SOC 職業分類に基づく
SKILL.md を表示中
| name | write-plan |
| description | <MANDATORY>You MUST use write-plan when write or update the plan.</MANDATORY> |
Announce at start: "I'm using the write-plan skill to plan."
You MUST set $SESSION_PLAN_FILE to the Claude Code session plan file mentioned in the latest EnterPlanMode tool response.
Computer-Use:
true if all of the following conditions were met:
false if any of the previous conditions were not met.Computer-Use-CUA:
true if all of the following conditions were met:
cua-driver CLI is installed (command -v cua-driver succeeds on macOS/Linux; where cua-driver on Windows).cua-driver MCP server is registered and reachable as cua-driver.cua-driver daemon runs — a local desktop login (macOS Aqua/WindowServer; Windows interactive session, not Session 0; Linux user session) or a cua-sandbox/Lume VM.false if any of the previous conditions were not met.Browser-Use:
true if the chrome-devtools MCP is available, else set false.true if the Playwright MCP is available, else set false.External Agents:
true if the Codex CLI is checked available, else set false.true if the Kimi CLI is checked available, else set false.
<EXAMPLE_COMMANDS>
macOS/BSD/UNIX/Linux: command -v codex
macOS/BSD/UNIX/Linux: command -v kimi
</EXAMPLE_COMMANDS>$AMPLIFY_USE_CODEX_APPROVED to false when $AMPLIFY_CODEX_AVAILABLE is false and $AMPLIFY_USE_CODEX_APPROVED happened to be true. You MUST prompt user about this change (Codex is no longer available in this session since the executable cannot be found.) in the assistant message.$AMPLIFY_USE_KIMI_APPROVED to false when $AMPLIFY_KIMI_AVAILABLE is false and $AMPLIFY_USE_KIMI_APPROVED happened to be true. You MUST prompt user about this change (Kimi is no longer available in this session since the executable cannot be found.) in the assistant message.Assume the user has zero context for the codebase and questionable taste. Document everything they need to know:
This section covers two kinds of autonomy decisions made once per session: which external-agent CLIs the agent may run on your task, and which gated-action categories (subjective, financial, security-sensitive) the agent may perform automatically instead of stopping for a human (see Appendix C: Identify Human Checkpoints).
The five session flags governing these decisions are all tri-state: unset = never asked, true = agent proceeds automatically (human gate: No), false = keep a human gate (human gate: Yes):
$AMPLIFY_USE_CODEX_APPROVED — agent may invoke the Codex CLI.$AMPLIFY_USE_KIMI_APPROVED — agent may invoke the Kimi CLI.$AMPLIFY_SUBJECTIVE_JUDGMENT_APPROVED — agent may make subjective judgments (UX, aesthetics) automatically.$AMPLIFY_FINANCIAL_AUTHORIZATION_APPROVED — agent may perform paid actions (money / credits) automatically.$AMPLIFY_SECURITY_SENSITIVE_ACTION_APPROVED — agent may perform security-sensitive actions automatically.MUST:
MUST NOT:
$AMPLIFY_COMPUTER_USE_AVAILABLE or $AMPLIFY_CUA_AVAILABLE is true).$AMPLIFY_CHROME_DEVTOOLS_AVAILABLE or $AMPLIFY_PLAYWRIGHT_AVAILABLE is true).Process:
$AMPLIFY_CODEX_AVAILABLE or $AMPLIFY_KIMI_AVAILABLE is true and the corresponding approved flag is unset): "Which external agents may be used to implement this plan?" (multi-select: Codex / Kimi). Set the value (true/false) of $AMPLIFY_USE_CODEX_APPROVED and $AMPLIFY_USE_KIMI_APPROVED based on whether the corresponding option is selected.$AMPLIFY_SUBJECTIVE_JUDGMENT_APPROVED is unset): "May the agent make subjective judgments (UX, aesthetics) automatically?" — (•) Keep a human gate ( ) Let the agent judge automatically. Approved → $AMPLIFY_SUBJECTIVE_JUDGMENT_APPROVED = true; dismissed or kept gate → false.$AMPLIFY_FINANCIAL_AUTHORIZATION_APPROVED is unset): "May the agent perform paid actions (money / credits) automatically?" — (•) Keep a human gate ( ) Let the agent proceed automatically. Approved → $AMPLIFY_FINANCIAL_AUTHORIZATION_APPROVED = true; dismissed or kept gate → false.$AMPLIFY_SECURITY_SENSITIVE_ACTION_APPROVED is unset): "May the agent perform security-sensitive actions automatically?" — (•) Keep a human gate ( ) Let the agent proceed automatically. Approved → $AMPLIFY_SECURITY_SENSITIVE_ACTION_APPROVED = true; dismissed or kept gate → false.true (human gate: No); dismissed or kept gate → flag = false (human gate: Yes).When design/update/write the $SESSION_PLAN_FILE:
MUST:
<WRITING_REFERENCES> English: The Elements of Style by E. B. White and William Strunk Jr. Chinese: 語文常談 by 呂叔湘 Japanese: 日本語の作文技術 by 本多勝一, 文章読本 by 谷崎潤一郎, 理科系の作文技術 by 木下是雄 </WRITING_REFERENCES>
MUST NOT:
You MUST NOT miss points in the $SESSION_PLAN_FILE to be written. You MUST NOT include HTML comment blocks () inside the plan file unless it is an intent HTML comment.
Run this after the plan file is written or updated, before the plan is handed back for human review (ExitPlanMode).
When to run:
Spawn the Design Auditors:
You MUST read the plan's Rationale and its Design to develop the audit points yourself before spawning any auditor. Develop as many points as apply, each naming a design element and covering one of:
You MUST spawn one blind auditor per point, in parallel, under the same blindness and read-only discipline as the coverage auditors above (its prompt carries only the plan file path and its one point; you MUST NOT pass your own reasoning; it reads the plan and the repository read-only and changes nothing). Each auditor judges the Design against its one point and returns exactly:
VERDICT: PASS | RISK | FAIL
EVIDENCE: <design element(s) + reasoning, 1–2 lines>
GAP: <one line: what must change, or none>
Use FAIL when the element cannot meet its point unconditionally, RISK when a latent flaw defeats the purpose only under adverse conditions, and PASS otherwise. These per-point verdicts feed the design-audit table and the hard-block loop in Act on the results below.
Act on the results:
You MUST collect the design-audit verdicts into a design-audit table and show both to the user:
Point Kind Verdict Gap
P1 <names a design element> alignment PASS —
P2 <names a design element> soundness RISK add a cap sized to the story's limit
P3 <names a design element> feasibility FAIL depends on a capability the stack lacks
You MUST treat any RISK or FAIL as a design gap and resolve it only by editing the Design — redesign the element, or add an explicit bound/mitigation and update the Rationale — never by overriding the verdict. Then re-develop the points when the Design's shape changed, or otherwise re-run only the affected point.
You MUST repeat until every design-audit row reads PASS. Only then is the plan ready for human review.
MUST NOT:
Spawn the Coverage Auditors:
subagent(general-purpose) per unit, in the background, in parallel (single message, multiple tool calls).Act on the results:
You MUST collect the coverage verdicts into a coverage table and show both to the user:
Story / Task / Step Verdict Built by Proven by Gap
1. <story> MET T2, T5 V1 —
2. <story> PARTIAL T3 — benefit "…" not delivered; no E2E case
3. <story> MISSED none none no task builds <capability>
T7 <task> ORPHAN — — serves no story
Step "<step>" GAP — — no story under this step
You MUST treat any MISSED, PARTIAL, ORPHAN, or GAP as a coverage gap and fix the plan: add the missing task or verification case, attach the orphan task to a story or remove it, or add the missing story. Then re-spawn only the coverage auditors whose units you changed.
You MUST repeat until every coverage row reads MET / SERVES / HAS STORY. Only then is the plan ready for human review.
MUST NOT:
# [Plan Title]
> **For Claude:**
>
> <EXTREMELY_IMPORTANT>
>
> You **MUST** use amplify:execute-plan to execute this plan.
>
> </EXTREMELY_IMPORTANT>
**Goal:** <!-- One sentence describing what this plan achieves. Write in line. -->
## Rationale
<!-- Explain why we are here and why the design takes this approach: the problem this plan addresses, and how each major design choice serves the purpose and why this approach over the obvious alternative. The Design Audit develops its alignment points against this section. -->
---
## Design
<!-- Structured contents to articulate the design.
**MUST:**
You **MUST** read ${CLAUDE_PLUGIN_ROOT}/references/plan-design-guidelines.md and follow the steps mentioned in this document to present the plan's design.
**MUST NOT:**
You **MUST NOT** invent contents beyond the guidelines in ${CLAUDE_PLUGIN_ROOT}/references/plan-design-guidelines.md
-->
---
## Tasks
<!-- Tasks that implement the design.
**MUST:**
1. You **MUST** read ${CLAUDE_PLUGIN_ROOT}/references/task-design-guidelines.md and follow the steps mentioned in this document to design the tasks that implement the plan's design.
2. You **MUST** ensure contents in **Tasks** section align to the latest design each time you update the plan file.
**MUST NOT:**
You **MUST NOT** invent contents beyond the guidelines in ${CLAUDE_PLUGIN_ROOT}/references/task-design-guidelines.md
-->
This appendix contains the identification criteria used during the self-check steps in SECTION 1 and SECTION 2. It is NOT a workflow — it is consulted during confidence gating and self-checks.
Any points from reasoning but without ground truths get from web search, web fetch, successful build, tests and user verification are assumptions.
You MUST ALWAYS not jump to conclusion when any assumptions are not validated in the plan.
You MUST identify which part of the plan requires human checkpoint with the following criteria.
Before applying these criteria, you MUST explore this computer to find available tools to determine actual capabilities. Do not assume limitations — verify them.
No Browser-use — Agent lacks browser-use capability such that it cannot continue the action.
IS: $AMPLIFY_CHROME_DEVTOOLS_AVAILABLE is false and $AMPLIFY_PLAYWRIGHT_AVAILABLE is false (browser-use absent; the limitation applies).
IS NOT: $AMPLIFY_CHROME_DEVTOOLS_AVAILABLE is true or $AMPLIFY_PLAYWRIGHT_AVAILABLE is true.
Agent Autonomy Request: Silent — never raise a question; the affected check silently falls back to a Manual / human gate.
No Computer-use — Agent lacks computer-use capability such that it cannot continue the action.
IS: $AMPLIFY_COMPUTER_USE_AVAILABLE is false and $AMPLIFY_CUA_AVAILABLE is false (computer-use absent; the limitation applies).
IS NOT: $AMPLIFY_COMPUTER_USE_AVAILABLE is true or $AMPLIFY_CUA_AVAILABLE is true.
Agent Autonomy Request: Silent — never raise a question; the affected check silently falls back to a Manual / human gate.
Subjective Judgment — Requires human opinion or preference
IS: User experience quality, design aesthetics, "feels right" assessments, intuitive vs confusing evaluation
IS NOT: Test pass/fail results, performance benchmarks, code coverage metrics, linting results
Agent Autonomy Request: Askable, but only when any of the following conditions hold:
1. Subjective judgment in the plan can be delegated to computer-use AND the computer-use is available ($AMPLIFY_COMPUTER_USE_AVAILABLE or $AMPLIFY_CUA_AVAILABLE is true)
2. Subjective judgment in the plan can be delegated to browser-use AND browser-use is available ($AMPLIFY_CHROME_DEVTOOLS_AVAILABLE or $AMPLIFY_PLAYWRIGHT_AVAILABLE is true); otherwise silent.
Financial/Credit Authorization — Action costs money or consumes paid credits
IS: Cloud service charges, paid API calls (e.g., OpenAI, AWS), purchasing resources, consuming metered quotas, subscription activations IS NOT: Free-tier usage, local compute resources, development sandboxes with no billing Agent Autonomy Request: Always askable.
Security Sensitive - Affects real credentials or production access
IS: Production credentials, live auth tokens, real user sessions, access control changes in production IS NOT: Test credentials, mock auth, local dev tokens, sandboxed security testing Agent Autonomy Request: Always askable.
Per-story auditor prompt:
<PLAN_STORY_AUDIT_PROMPT>
PLAN FILE: <absolute path to $SESSION_PLAN_FILE>
STORY: <one user story, verbatim: "As a <role>, I want <capability>, so that <benefit>">
You are a blind auditor. Read ONLY the plan file. Change nothing.
Do not assume any task implements this story — find the evidence yourself.
For this one story, check:
1. Built — does at least one task build this story's capability? Cite task ids.
2. Benefit — do those tasks deliver the "so that <benefit>" part, not just the capability? Name any benefit no task delivers.
3. Proven — does at least one Verification case prove this story works end to end? Cite the case id.
Return exactly:
VERDICT: MET | PARTIAL | MISSED
BUILT-BY: <task ids, or none>
PROVEN-BY: <verification case ids, or none>
GAP: <one line naming the missing piece, or none>
</PLAN_STORY_AUDIT_PROMPT>
Reverse auditor prompt:
<PLAN_REVERSE_AUDIT_PROMPT>
PLAN FILE: <absolute path to $SESSION_PLAN_FILE>
You are a blind auditor. Read ONLY the plan file. Change nothing.
For every task in the Tasks section, name the user story it serves.
A task may serve no story only if the plan gives an explicit non-story reason (for example a required setup or refactor step).
Return one line per task:
<task id>: SERVES <story number> | ORPHAN (<why no story>)
</PLAN_REVERSE_AUDIT_PROMPT>
Journey auditor prompt:
<PLAN_JOURNEY_AUDIT_PROMPT>
PLAN FILE: <absolute path to $SESSION_PLAN_FILE>
You are a blind auditor. Read ONLY the plan file's User Story Map. Change nothing.
For every Activity and every Step in the map, check that at least one Story sits under it.
Return one line per Activity/Step:
<activity or step name>: HAS STORY | GAP (no story under it)
</PLAN_JOURNEY_AUDIT_PROMPT>