skills/status/SKILL.md
현재 상태 대시보드 — 진행 현황, 시그널, 도구, 리더보드. 진행 상태 확인 시 사용.
npx skillsauth add october-academy/agnt statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
현재 상태 대시보드. 프로젝트 진행 현황, 시그널, 도구를 한 눈에 보여줍니다.
.claude/agnt/state.json을 Read 시도 → 성공하면 AGNT_DIR = .claude/agnt~/.claude/agnt/state.json Read 시도 → 성공하면 AGNT_DIR = ~/.claude/agnt.codex/agnt/state.json Read 시도 → 성공하면 AGNT_DIR = .codex/agnt~/.codex/agnt/state.json Read 시도 → 성공하면 AGNT_DIR = ~/.codex/agnt/agnt:start로 시작하세요." 출력 후 종료내부 로직 무음 처리. 대시보드를 즉시 출력.
{AGNT_DIR}/state.json Read.
meta.schema_version != 3 → /agnt:start로 안내 후 종료meta.started_at이 있으면:
D = floor((now - meta.started_at) / 86400000) + 1
remaining = max(0, 30 - D)
없으면 카운트다운 미표시.
ToolSearch로 +agentic30 검색.
도구 발견 시:
get_links → signals.link_clicks 갱신get_leaderboard → 리더보드 데이터 획득identity.mode == "synced" AND sync.pending_events.length > 0인 경우:
+agentic30 확인 (이미 3단계에서 검색했으면 재사용)pending_events 순서대로 submit_practice(quest_id) 호출
sync.last_synced_at = now(), state.json 저장Sync 패널의 미동기화 수는 플러시 후 남은 sync.pending_events.length로 표시.
══════════════════════════════════════════
{project.name || "프로젝트 미설정"}
Day {D}/30 · 남은 {remaining}일
══════════════════════════════════════════
📌 프로젝트
문제: {project.problem || "미정의"}
ICP: {project.icp || "미정의"}
가설: {project.hypothesis || "미정의"}
{audit_result가 있으면}
──────────────────────────────────────────
🔍 Audit
Track: {audit_result.track} ({track 설명: A=바로 빌드, B=검증 필요, C=문제 탐색})
Verdict: {audit_result.verdict}
자기 평가: {audit_result.user_confidence}/5
진단일: {audit_result.completed_at}
──────────────────────────────────────────
📦 산출물
인터뷰 {artifacts.interviews}/3 {progressBar}
SPEC v{artifacts.spec_versions} {✅ or ⬜}
채널 {artifacts.channels_active}/2 {progressBar}
콘텐츠 {artifacts.content_planned ? "준비됨" : "미준비"}
오퍼 {artifacts.offer_drafted ? "설계됨" : "미설계"}
──────────────────────────────────────────
📡 시그널
링크 클릭 {signals.link_clicks}
결제 시도 {signals.payment_intents}
매출 {signals.revenue > 0 ? "₩" + signals.revenue : "아직 없음"}
──────────────────────────────────────────
🔧 도구
결제: {tools.payment || "미선택"}
분석: {tools.analytics || "미선택"}
채널: {tools.marketing_channels.join(", ") || "미선택"}
──────────────────────────────────────────
📈 활동
총 액션: {meta.total_actions}
마지막: {meta.last_action || "없음"}
시작일: {meta.started_at ? 날짜만 : "미시작"}
──────────────────────────────────────────
🔄 Sync
상태: {identity.mode == "synced" ? "✅ 연결됨" | identity.mode == "registered" ? "⚠️ 가입만 완료" | "❌ 미연결"}
미동기화: {sync.pending_events.length}건
마지막 동기화: {sync.last_synced_at ?? "없음"}
연결: {identity.mode != "synced" ? "/agnt:connect" : "https://agentic30.app/dashboard"}
{MCP 연결되어 있고 리더보드 데이터가 있으면}
──────────────────────────────────────────
🏆 리더보드 (Top 5)
{리더보드 데이터}
══════════════════════════════════════════
다음 행동 추천: /agnt:next
도구 비교: /agnt:tools
══════════════════════════════════════════
{N}/{max} 형태의 필드에 진행률 바를 추가:
인터뷰 2/3 [████████░░░░] 67%
10칸 바, filled = round(N/max * 10), █ = filled, ░ = empty
/agnt:status는 state를 읽기만 한다 (MCP 시그널 동기화 및 Sync 패널 플러시 제외)identity, sync 필드가 state에 없으면 navigator-engine.md 기본값 사용tools
도구 비교 가이드 — 결제, 마케팅, 분석, 광고 도구. 도구 비교, 결제 솔루션 선택 시 사용.
testing
구독 전략 설계 — niche, paywall, pricing, trial, 플랫폼, 웹 병행 전략을 정한다. 앱/구독형 제품 monetization 설계 시 사용.
data-ai
Agentic30 온보딩 + 상태 초기화. 시작하기, 프로젝트 시작 시 사용.
tools
SPEC 작성/이터레이션. 제품 스펙 작성, SPEC 반복 수정 시 사용.