Use this skill for actual frontend development based on approved docs and prototype references.
The purpose is to turn document intent into real routes, components, pages, and UI behavior, not just placeholder screens.
Workflow
Read the source documents first.
planning or requirements docs
IA or route structure docs
screen design docs
approved prototype screens when they define the intended UI
Apply the frontend rule:
기획 -> 디자인 -> 개발 -> 검증
If the request changes frontend behavior, update planning and design before code.
Build real frontend implementation.
routes
page components
reusable UI components
interaction flow
local mock data only when backend is not available
Verify locally.
run npm run build
run npm run lint
keep npm run dev available when UI review is needed
use Playwright when browser confirmation helps
What This Skill Covers
src/pages
src/components
src/layouts
src/lib
src/routes
frontend state, validation, navigation, and interaction rules
What This Skill Does Not Cover
backend API implementation
database schema work
auth server implementation
queue, worker, or cron setup
If backend is required, use a backend-oriented workflow separately.
Output Pattern
When reporting progress, use this order:
planning docs updated
design docs updated
frontend code changed
verification results
commit/push status under ask-before-push rules
Notes
This skill is for real frontend implementation.
Placeholder-only prototype creation belongs in prototype-builder.
1---2name: frontend-spec-builder3description: Frontend Spec Builder4---56# Frontend Spec Builder78## Overview910Use this skill for actual frontend development based on approved docs and prototype references.1112The purpose is to turn document intent into real routes, components, pages, and UI behavior, not just placeholder screens.1314## Workflow15161. Read the source documents first.17- planning or requirements docs18- IA or route structure docs19- screen design docs20- approved prototype screens when they define the intended UI21222. Apply the frontend rule:23- `기획 -> 디자인 -> 개발 -> 검증`24- If the request changes frontend behavior, update planning and design before code.25263. Build real frontend implementation.27- routes28- page components29- reusable UI components30- interaction flow31- local mock data only when backend is not available32334. Verify locally.34- run `npm run build`35- run `npm run lint`36- keep `npm run dev` available when UI review is needed37- use Playwright when browser confirmation helps3839## What This Skill Covers4041- `src/pages`42- `src/components`43- `src/layouts`44- `src/lib`45- `src/routes`46- frontend state, validation, navigation, and interaction rules4748## What This Skill Does Not Cover4950- backend API implementation51- database schema work52- auth server implementation53- queue, worker, or cron setup5455If backend is required, use a backend-oriented workflow separately.5657## Output Pattern5859When reporting progress, use this order:60611. planning docs updated622. design docs updated633. frontend code changed644. verification results655. commit/push status under ask-before-push rules6667## Notes6869- This skill is for real frontend implementation.70- Placeholder-only prototype creation belongs in `prototype-builder`.
Run npx skillmds@latest add kim-dh2417/frontend-spec-builder in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Frontend Spec Builder It is listed under Web & Frontend on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
kim-dh2417 (@kim-dh2417) published this skill. Their other Agent Skills are listed on their SkillMD profile.