.agents/skills/capnhat-dashboard/SKILL.md
Update AI dashboard tracking files for whiteboard-engine, including progress, next task, and prompt snapshot, without changing source code.
npx skillsauth add thaivankhuong/VdeoScribe-Automation capnhat-dashboardInstall 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.
Maintain dashboard continuity after a completed or partially completed step by updating progress tracking and next-step handoff artifacts.
docs/ai/project-progress.md.docs/ai/next-task.md.docs/ai/project-progress.md:
docs/ai/next-task.md with a clear, copy/paste-ready task prompt for the next step.docs/ai/prompts/ using the repository naming convention.project-progress.md, next-task.md, and the saved prompt.AGENTS.md.docs/ai/project-progress.mddocs/ai/next-task.mddocs/ai/prompts/docs/ai/project-progress.md.docs/ai/next-task.md.docs/ai/prompts/.documentation
Continue the current active whiteboard-engine step by reading progress, locating the matching prompt in docs/ai/prompts, and executing safely.
testing
Define SVG path reveal logic, draw-order behavior, handwriting-like animation constraints, and path-based rendering rules for the whiteboard engine. Use when planning SVG draw animation behavior. Do not use for module architecture decisions, full render-pipeline orchestration, generic text animation outside SVG/path handling, or final video export design.
data-ai
Resume whiteboard-engine work by reading AI dashboard files, summarizing status, identifying the active step, planning briefly, and executing the current next task.
testing
Plan deterministic, frame-based rendering flow, timeline processing, object state resolution, camera timing integration, and render sequencing for the engine. Use when defining rendering pipeline behavior. Do not use for module architecture decisions, SVG draw-path specifics, or final video export design.