← ClaudeAtlas

wishket-pipelinelisted

Track Wishket application pipeline. Manages project stages across the 10 Wishket phases in the pipeline store (state.db), calculating conversion and win rates. 위시켓 지원 파이프라인 추적. 관심 공고 관리 및 10단계 상태 갱신, 수주율/전환율 계산. "위시켓 지원했어", "지원 현황", "파이프라인 보여줘", "미팅 잡혔어", "계약했어", "떨어졌어", "탈락" 등에 사용.
epicsagas/wishket-radar · ★ 0 · Data & Documents · score 70
Install: claude install-skill epicsagas/wishket-radar
# wishket-pipeline — Wishket Application Pipeline Tracker ## Data Schema `~/.wishket-radar/state.db`의 `applications` 테이블 (v0.4부터 SQLite가 정규 소스. 구 `applications.yaml`이 있으면 첫 기동에 자동 이관되고 `applications.yaml.migrated`로 보존된다. 필드 스키마는 아래와 동일): ```yaml applications: - id: "12345" # Wishket project ID title: Project Title url: https://wishket.com/project/12345 grade: A # Scout evaluation grade at application time quote_manwon: 3000 # Proposed amount in 10k KRW (null if negotiable) applied_at: 2026-09-02 deadline: 2026-09-10 # Project deadline (if present) status: 지원 # One of the 10 official stages below status_at: 2026-09-02 # Last status change date next_action: Review follow-up message # Next action item (or null) note: | Freeform notes (meeting logs, feedback, etc.) ``` ## Overall Workflow ```mermaid flowchart LR A[Scan] --> B[Inbox: Untriaged] B -->|Interested| C[관심 (Interested)] B -->|Skip| Z[Excluded] C -->|Draft proposal & Apply| D[지원 (Applied)] D --> E{Screening} E -->|Rejected| X[탈락 (Rejected)] E -->|Passed| F[상담 (Consulting)] --> G[미팅 (Meeting)] --> H{Contract} H -->|Uncontracted| Y[미체결 (Uncontracted)] H -->|Contracted| I[체결 (Contracted)] --> J[진행 중 (In Progress)] --> K[완료 (Completed)] ``` Scan results accumulate in `seen` inside `state.db` (SQLite, WAL). Items without a `triage` field remain in the Inbox. When the user marks an item as Interes