소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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 직업 분류 기준
SKILL.md 표시 중
| 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 |