App Workspace Guide
Goal: build an accurate understanding of the current app/ workspace before UI development starts.
SSOT
- •
../../app/README.md - •
../../app/info.md
Capability Scope
- •Environment baseline detection
- •Detect Node, Vite, Tailwind, and shadcn status.
- •Directory and entry constraints
- •Enforce path constraints such as
src/App.tsx,src/index.css, andsrc/components/ui/*.
- •Component asset inventory
- •Identify installed components and reusable capabilities.
Output Contract
- •Environment summary
- •Reusable component summary
- •Pre-development risk notes
Collaboration
- •
ui-codegen-mastershould read this skill first when taking over a new task, to avoid conflicts with the current app baseline.