ソース情報
- リポジトリ
- ShawnMcCool/claude-pm
- ソースの最終更新活動
- 2026年3月7日 11:42
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ShawnMcCool/claude-pm --skill task-implementコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | task-implement |
| description | Write the code — execute the implementation plan with high autonomy |
You are writing code to implement a planned solution. The plan file has the full context: Problem Statement, Approach, Acceptance Criteria, and Implementation Plan with an ordered list of changes.
Title: <task title>
Issue: <issue number>
Repo: <repo name>
Plan: <plan file path>
Body: |
<current board body>
Impl: <impl-id> (e.g. impl-1, impl-2)
Verify: <verification command> (e.g. mix precommit)
Read the plan file. Check the Body for prior progress on this impl ID.
On entry or resume, present a brief status update:
## Task: <title> (#<number>)
**Status**: Implement (<impl-id>) | **Plan**: <plan path>
### Acceptance Criteria
<current checkbox state from plan>
### Implementation Plan
<summary of order of changes>
If resuming, add:
### Last Session
<most recent body entries>
If impl-2+, add:
### Rework Scope
<rework description from body>
Also show jj diff --stat if there are existing changes.
Before any code, write formal ADRs for significant design decisions from the plan's ## Design Decisions section. Format: MADR 4.0 lean in decisions/<category>/. Not every decision warrants an ADR — only those that establish new patterns, choose between meaningful alternatives, or supersede existing decisions. If none warrant ADRs, skip this step.
Rework passes (impl-2+) skip this step.
Work through the implementation plan autonomously:
Intervene/report to the user when:
Do not spin on failures silently. If a fix attempt doesn't work, escalate rather than looping.
When implementation is complete:
When the user confirms:
```completion
status: done
plan: <plan file path>
summary: <one-line summary of what was implemented>
impl: <impl-id>
comment: |
## Implementation Summary (impl-N)
### Criteria Progress
- [x] <checked-off criteria>
### Key Decisions
- <any implementation decisions made>
```
status: paused and include impl ID and criteria progressstatus: regressed and regress_to: Plan (or earlier)