用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/WellApp-ai/Well --skill session-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | session-status |
| description | Generate breadcrumb headers/footers with takt time tracking and muda metrics |
Generate consistent navigation breadcrumbs showing current position, takt time, and session metrics.
Collect current session state:
| Data | Source |
|---|---|
| Feature name | From init context or branch name |
| Current phase | DIVERGE / CONVERGE / DEFINE / AGENT |
| Loop count | Incremented on each user feedback cycle |
| Progress | Validated items / total items |
| Duration | Time since phase started |
| Status | G (flow) / Y (waiting) / R (stopped) |
Compare duration against targets from 03-shared.mdc:
| Phase | Target | Warning | Stop |
|---|---|---|---|
| DIVERGE (per loop) | 15min | 30min | 60min |
| CONVERGE | 20min | 40min | 90min |
| DEFINE | 10min | 20min | 45min |
| Commit (each) | 10min | 20min | 30min |
Determine suffix:
!!!Generate single-line breadcrumb:
Format: [STATUS] | [Feature] | [PHASE_PROGRESS] | L[N] | [X]/[Y] | [TIME]
Examples by phase:
G | Collaboration | DIVERGE ###....... | L3 | 5/9 | 18mG | Collaboration | DIVERGE OK | CONVERGE ##.... | L1 | 22mG | Collaboration | DIVERGE OK | CONVERGE OK | DEFINE ###.. | L2 | 35mG | Collaboration | AGENT | C2/5 | 45mY | Collaboration | DIVERGE ###....... | L3 | 5/9 | 32m!R | Collaboration | AGENT | JIDOKA STOPProgress bar: 10 chars, # filled, . empty, proportional to completion.
Generate context-specific footer:
---
Next: [action prompt]
Dynamic prompts by context:
| Context | Footer Prompt |
|---|---|
| DIVERGE with DIG | Provide OK/KO/DIG for: #4, #6, #7 |
| Gate 1 passed | All validated. Say "converge" to proceed. |
| Gate 2 | Choose option: A / B / C |
| Gate 3 | Approve phasing: OK / REORDER / SPLIT |
| AGENT | Commit 2/5 in progress... |
| Jidoka stop | Reply with A, B, C, or D |
| Autonomous | Iteration 3/5... |
Update session metrics in memory:
| Metric | Tracking Rule |
|---|---|
| Loop count | Increment on user feedback |
| Waiting time | Time between user responses |
| Rework | Items DIG'd 3+ times |
| RED count | qa-commit failures |
| Escalations | Jidoka Tier 2/3 events |
## Session Status
**Header:** [formatted header string]
**Footer:** [formatted footer string]
### Metrics (Silent)
- Duration: [N]min
- Loops: [N]
- Rework: [N]
- Waiting: [N]min
- RED count: [N]
Header:
G | Collaboration | DIVERGE ###....... | L3 | 5/9 | 18m
Footer:
---
Next: Provide OK/KO/DIG for: #4, #6, #7
Header:
G | Collaboration | DIVERGE OK | CONVERGE #......... | L1 | 22m
Footer:
---
Next: All wireframes validated. Say "converge" to proceed.
Header:
G | Collaboration | AGENT | C2/5 | 45m
Footer:
---
Next: Implementing Commit 2: Add workspace membership entity...
Header:
R | Collaboration | AGENT | JIDOKA STOP
Footer:
---
Next: Reply with A (different approach), B (skip), C (pause), or D (abort)
This skill is invoked by:
ask.mdc - At start and end of every responseagent.mdc - At start and end of every responseplan.mdc - At start and end of every responsepush-pr.mdc - Collects final metrics for session-journal syncAuto-invoked by modes. Manual trigger: "show session status"
| Tool | Purpose |
|---|---|
| (none) | Pure calculation, no external tools |