ソース情報
- リポジトリ
- WellApp-ai/Well
- ソースの最終更新活動
- 2026年1月13日 16:42
- 検出された SKILL.md の言語
- 英語
- スター
- 341
- フォーク
- 47
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/WellApp-ai/Well --skill session-statusコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Connect and verify the Well MCP — authenticate, confirm the tools work, and show what to ask. Use when the user runs /well:connect, just installed the Well plugin, or says the Well connection/MCP "isn't working" / "nothing happened".
Produce an accounts-receivable aging report and surface overdue invoices for a Well workspace. Use when the user asks who owes them money, an AR aging report, overdue invoices, days sales outstanding (DSO), or which customers to chase.
Forecast cash flow and runway for a Well workspace from booked invoices and collected bank transactions. Use when the user asks for a cash-flow forecast, runway, how long until they run out of cash, projected balance, or expected inflows/outflows.
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 |