/vt-c-kw-prototype¶
Generate a deployable HTML/React prototype following VisiTrans Corporate Design
Plugin: core-standards
Usage: /vt-c-kw-prototype
/vt-c-kw-prototype¶
Create production-quality HTML/React prototypes that developers can reuse (95% code retention).
Usage¶
/vt-c-kw-prototype # Create new prototype project
/vt-c-kw-prototype --feature NAME # Add feature to existing prototype
/vt-c-kw-prototype --deploy # Deploy for sharing
What It Does¶
- Creates Git repo in [Project]/04-prototyp/
- Applies VisiTrans CD:
- Colors: Black #1F1F1F, Orange #FF6600, White, Magenta #E6007E
- Font: Inter (all weights)
- Component patterns
- Generates structure:
- Next.js + TypeScript setup
- Tailwind CSS with CD tokens
- Mock data fixtures
- Responsive layouts
- Creates components following PRD features
- Deploys (optional) for stakeholder/user sharing
Output Structure¶
04-prototyp/
├── src/
│ ├── app/ # Next.js pages
│ ├── components/ # Reusable components
│ └── lib/ # Mock data, utilities
├── tailwind.config.js # VisiTrans tokens
└── package.json
Development Handoff¶
Prototype code is designed for 95% reuse: - Components follow production patterns - Mock data matches API contracts - Styling aligns with production needs
Execution¶
Invoke the kw-prototype skill:
→ Load skill from skills/vt-c-kw-prototype/SKILL.md