← スキル一覧に戻る

pm-status-trigger
by grandinh
Multi-agent orchestration framework with cc-sessions. Some pipelines awaken. This one hungers.
⭐ 2🍴 0📅 2025年12月6日
SKILL.md
name: pm-status-trigger description: Natural language wrapper for PM status commands - automatically triggers /pm:status, /pm:next, /pm:blocked, /pm:in-progress when users ask about project status, next tasks, or blockers schema_version: 1.0
pm-status-trigger
Type: ANALYSIS-ONLY DAIC Modes: DISCUSS, ALIGN, IMPLEMENT, CHECK (all modes) Priority: High
Trigger Reference
This skill activates on:
- Keywords: "project status", "what's in progress", "what next", "what's blocked", "current work", "next task", "show status", "what am I working on", "what should I work on", "work status", "task status", "blockers", "blocked items"
- Intent Patterns:
(project|work).*(status|progress),what.*(next|work on|in progress|blocked),(show|display).*(status|progress|blockers),what.*(should I|am I).*work,current.*(work|task|status)
From: skill-rules.json - pm-status-trigger configuration
Purpose
Automatically trigger PM status commands (/pm:status, /pm:next, /pm:blocked, /pm:in-progress) when users ask about project status, next tasks, or blockers using natural language.
Core Behavior
In any DAIC mode:
-
Status Query Detection
- Detect project status queries from natural language
- Examples: "What's in progress?", "What should I work on next?", "What's blocked?"
- Route to appropriate PM status command
-
Command Routing
- Next task: "what next" →
/pm:next - In progress: "what's in progress" →
/pm:in-progress - Blockers: "what's blocked" →
/pm:blocked - General status: "project status" →
/pm:status
- Next task: "what next" →
-
Result Display
- Invoke appropriate PM command
- Return formatted status information
- Provide actionable next steps
Natural Language Examples
Triggers this skill:
- ✓ "What should I work on next?"
- ✓ "What's in progress?"
- ✓ "Show me what's blocked"
- ✓ "Project status"
- ✓ "What am I currently working on?"
- ✓ "Next task"
- ✓ "Show blockers"
- ✓ "Current work status"
Safety Guardrails
ANALYSIS-ONLY RULES:
- ✓ NEVER call write tools
- ✓ Only invokes PM status commands (read-only)
- ✓ Safe to run in any DAIC mode
PM Commands Invoked
| Intent | Command | Purpose |
|---|---|---|
| Next task | /pm:next | Show highest priority next task |
| In progress | /pm:in-progress | List all active work |
| Blockers | /pm:blocked | Show blocked items |
| Status | /pm:status | General project overview |
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です