원클릭으로
dashboard
Use when the user says '/dashboard', 'open the learning dashboard', 'show learning dashboard', or wants to review project learnings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user says '/dashboard', 'open the learning dashboard', 'show learning dashboard', or wants to review project learnings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when executing a preflight checklist. Triggers: 'fly', 'launch execution', 'run the checklist', or when given a preflight checklist file path.
Use when the user says '/learn', 'learn this', 'document this', 'capture this', 'remember this for next time', 'update the docs', asks to capture a durable project learning, or after fixes/reviews reveal reusable patterns.
Use when the user asks to merge, land, rebase before landing, resolve landing conflicts, or advance an integration branch such as main, master, or m3.
Use when the user asks to close, end, clean up, tear down, or finish a worktree/session after work is landed.
Use when starting an interactive parent task session, when the user gives feedback about agent behavior, or when the user asks about observations, skill improvements, or observation logs. Skip delegated/non-interactive subagents, review-only workers, verify-only workers, Codex/Claude print-mode reviewers, and sessions that only report back to a parent agent.
Use when the user says 'deep review', 'thorough review', 'full review', 'triple review', or 'ultra review'.
| name | dashboard |
| description | Use when the user says '/dashboard', 'open the learning dashboard', 'show learning dashboard', or wants to review project learnings. |
| user-invocable | true |
| argument-hint | [optional repo path] |
Read docs/ai/learning-system.md, then open the repo's learning dashboard as the review control center.
Use the served finish loop by default:
learn --repo "$PWD" dashboard --serve --execute-on-finish --host 127.0.0.1 --port 0
Open the URL in the available browser tool when possible; otherwise give the user the URL. Wait for them to review, and when they click Finish or say they are done, make sure decisions are executed, regenerate the dashboard, and summarize what changed.
If this dashboard was opened by daily triage and the user says done, run the executor phase immediately for the relevant repo, append a same-day manual-executor-ran: YYYY-MM-DD audit marker to docs/learnings/auto-actions.md, and tell the user the scheduled 9pm executor can skip that repo.
Do not expose lower-level CLI verbs unless the user asks for internals.