一键导入
dashboard
Project orientation, status overview, and skill/agent discovery. Shows metrics, blockers, available skills, agents, and quick-start actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Project orientation, status overview, and skill/agent discovery. Shows metrics, blockers, available skills, agents, and quick-start actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| auto-generated | true |
| name | dashboard |
| description | Project orientation, status overview, and skill/agent discovery. Shows metrics, blockers, available skills, agents, and quick-start actions. |
The Dashboard skill gives you a comprehensive view of the project's current state: available skills and agents, task metrics, blockers, and suggested next actions.
Invoke with /dashboard.
Present all available skills, grouped by scope:
| Skill | Command | Purpose |
|---|---|---|
| Multi-File Changes | /multi-file-changes | Methodology for 3+ file changes, vendored code, cross-crate work |
| Task Runner | /task | Pick and start the next task from @tasks |
| Dashboard | /dashboard | This skill - orientation and project overview |
| Skill | Command | Purpose |
|---|---|---|
| Architect | /architect | Create architectural plans with alternatives analysis and edge cases |
| Feature Dev | /feature-dev | Guided feature development with codebase understanding |
| Find Skills | /find-skills | Discover and install new agent skills |
| Veo Video Generation | /veo-video-generation | Generate videos from images or text using Google Veo API |
To discover more installable skills, use /find-skills.
Present all 5 project agents with their domains and assignment guidance:
| Agent | Domain | Assign When |
|---|---|---|
| svelte-developer | Svelte 5 UI, runes, Tauri IPC | Pages, components, stores, frontend IPC |
| rust-architect | Tauri commands, module design, async | Backend commands, module architecture, traits |
| testing-engineer | Vitest, Playwright, integration | Unit tests, E2E tests, test infrastructure |
| lexical-specialist | Lexical editor, custom nodes, Markdown | Editor plugins, custom nodes, transformers |
| writing-app-designer | Feature specs, UX, entity schemas | Specifications, UX flows, data models, file formats |
Agent definitions live in @tasks/agents/*.org. For the full assignment matrix, see Agent Registry: Assignment Matrix.
Query the PRD system for current metrics:
emacsclient -s sakya -e '(prd-dashboard-cli)'
Present the metrics clearly:
Show totals from the dashboard JSON:
For each category (PROJ-001 through PROJ-006, any BUG-, IMP-):
From the agents section of the dashboard JSON:
If emacsclient is unavailable, fall back to direct file scanning:
@tasks/{projects,bugfixes,improvements}/*.org filesITEM, DOING, REVIEW, DONE, BLOCKEDQuery for blocked tasks:
emacsclient -s sakya -e '(prd-list-blocked)'
For each blocked item, show:
Highlight critical blockers: items that block many downstream tasks.
Query velocity data:
emacsclient -s sakya -e '(prd-velocity-report 7)'
Show:
Based on the current state, suggest contextual next actions:
Suggest: "Unblock ITEM-XXX by completing ITEM-YYY (currently DOING, agent: rust-architect)"
Suggest: "Start on ITEM-XXX (Priority #A, effort: 1h) — use /task ITEM-XXX"
Suggest: "PROJ-XXX is 90% complete — 2 items remaining to finish"
Suggest: "All tasks are blocked or complete. Consider:"
/find-skills to discover new capabilities/task to pick your next task"emacsclient -s sakya -e '(prd-validate-all-cli)' to check for validation issues"Methodology for complex changes spanning 3+ files, vendored code, or cross-crate boundaries. Consult before any multi-file change.
Creating plans with 5+ items, phased checkpoints, orchestration
Pick and start the next task from @tasks. Queries status, presents available work, sets up context, and transitions to DOING.
When and how to use visual regression tests and AI-readable screenshots.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.