بنقرة واحدة
nezam-wireframe-to-spec-converter
Convert low-fidelity wireframes into implementation-ready component specifications.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Convert low-fidelity wireframes into implementation-ready component specifications.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Workspace-level visual asset and canvas pipeline for generating documents, slides, and posters with rich layouts.
Enforces the full-width header / max-width body / full-width footer chrome pattern. Implements the filter+split rendering technique so background bleeds reach the viewport edge while inner content stays constrained.
Apply high-quality frontend design patterns with token-first implementation rules and NEZAM gate compliance.
Run before any design work on an unfamiliar codebase — extracts full UI context (components, layouts, routes, tokens, pages, extractable components) into 6 structured files in .cursor/context/design-init/.
Enforces the two-step design discipline: Step A pixel-perfect ground-truth reproduction → Step B exactly 2 branch variations. Applies to all design work in NEZAM.
Orchestrates high-performance infinite canvas systems, viewport transforms, and spatial indexing.
| skill_id | nezam-wireframe-to-spec |
| name | nezam-Wireframe To Spec Converter |
| tier | 3 |
| description | Convert low-fidelity wireframes into implementation-ready component specifications. |
| version | 1.0.0 |
| updated | "2026-05-08T00:00:00.000Z" |
| changelog | [] |
[!CAUTION] DEPRECATED: This skill has been merged into
wireframe-pipeline. Please useskills/design/wireframe-pipeline/SKILL.mdinstead.
Use during /PLAN design when layouts must be translated into deterministic build specs.
Transform wireframes or textual page drafts into explicit component contracts developers can implement without ambiguity.
Create or update:
.nezam/core/plans/04-design/WIREFRAMES.md.nezam/templates/ui-ux/COMPONENT_BLUEPRINT.md (for reusable API patterns)For each screen/section include:
screen_id: nezam-"home-hero"
layout_intent: "what this section must achieve"
components:
- name: "nezam-"nezam-Hero"
variants: ["default", "compact"]
states: ["default", "loading", "error", "empty"]
props_contract:
- "title"
- "subtitle"
- "cta"
responsive_rules:
- "mobile/tablet/desktop behavior"
- "container-query behavior and media-query fallback"
interaction_notes:
- "hover/focus/click expectations"
accessibility_notes:
- "landmarks, labels, keyboard behavior"
direction_notes:
- "rtl/ltr behavior, mirrored transforms, directional icon handling"
user-flow-mapperdesign-mdWhen mcp figma is active in workspace settings:
DESIGN.md.WIREFRAMES.md YAML blocks from Figma frame data.
Command: /Settings mcp on figma to activate.When user uploads or pastes an Excalidraw .excalidraw JSON or Penpot export:
WIREFRAMES.md YAML blocks from parsed structure.When no tool is connected:
WIREFRAMES.md YAML blocks from interview answers.source: text-interview so reviewers know it needs visual validation.