ソース情報
- リポジトリ
- deathrashed/agents
- ソースの最終更新活動
- 2026年7月28日 18:05
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/deathrashed/agents --skill pmコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Control the in-app Browser for opening, navigating, inspecting visible or interactive page state, clicking, typing, screenshots, and local web testing. It can have existing signed-in sessions. For semantic operations on linked resources, prefer a purpose-built connector, API, or CLI when available.
Control the user's Chrome browser for tasks that depend on existing Chrome state: tabs, logged-in sessions, or extensions. Prefer purpose-built connectors, APIs, or CLIs when available.
Control local Mac apps through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.
| name | pm |
| description | Project management and orchestration (Project Manager Agent) |
PM task:
Task: {{args}}
| Mode | Trigger | Action |
|---|---|---|
| STATUS | "status", "watzup", "report" | Weekly status report |
| REVIEW | "review", "verify" | Feature completion check |
| PLAN | "sprint", "plan", "velocity" | Sprint planning |
| COORD | "coordinate", "orchestrate" | Multi-agent coordination |
| BLOCKER | "blocked", "issue" | Escalation & timeline adjust |
| Metric | Value | Target | Status |
|---|---|---|---|
| Features completed | X | Y | ✅/⚠️ |
| Story points | X | Y | ✅/⚠️ |
| Test coverage | X% | 80% | ✅/⚠️ |
| Open blockers | X | 0 | ✅/⚠️ |
❌ Not ready / ⚠️ Needs work / ✅ Ready to deploy
| Sprint | Points | Completed | Velocity |
|---|---|---|---|
| Week -2 | 20 | 18 | 90% |
| Week -1 | 22 | 20 | 91% |
| Current | 24 | ? | ? |
Avg Velocity: X points/week Recommendation: Y points capacity
1. /scout "find relevant files" 5
2. /plan feature implementation
3. /code implement feature
4. /test run tests
5. /review code quality
6. /docs update documentation
7. /git commit changes
plans/reports/YYMMDD-from-[agent]-to-pm-[task]-report.md
docs/project-roadmap.md# Project Roadmap
## Current Sprint (Week X)
- [x] Feature A
- [ ] Feature B (in progress)
- [ ] Feature C (blocked)
## Next Sprint
- Feature D
- Feature E
## Backlog
- Feature F
- Feature G
## Milestones
| Milestone | Target | Status |
|-----------|--------|--------|
| MVP | Jan 15 | 🔄 |
| Beta | Feb 1 | ⏳ |
project-roadmap.md onlyKey Takeaway: PM tracks, reports, delegates. Never codes directly—orchestrates other agents.