Skip to main content
GitHub-Repository

design-drafts

design-drafts enthält 3 gesammelte Skills von AgentEnder, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
3
Stars
0
aktualisiert
2026-06-10
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

design-drafts-brief
Grafikdesigner

Interview the user about a draft they want to create — audience, intent, must-include / must-not-look-likes, voice, and visual references — and write a structured brief to `references/brief.md` in the draft directory. If `references/explore.md` exists (from `design-drafts:explore`), use it to seed the interview instead of cold-asking. Use when starting a new design draft from a clear premise, when an explore session has already produced concept picks, when a draft directory is missing `references/brief.md`, or any time another draft-producing skill (e.g. `design-drafts:variants`, `frontend-design`) needs a brief to consume. Triggers include "start a new draft", "brief me on this draft", "I need help shaping this draft", "write the brief", "we finished exploring, write the brief", or being invoked from inside a directory that contains a `design-drafts.config.json` but no `references/brief.md`.

2026-06-10
design-drafts-explore
Grafikdesigner

Brainstorm a draft from a vague seed (project name, half-formed pitch, "I dunno, something for incident timelines") into named concept options per axis, captured into `references/explore.md` so the brief skill can consume them. Use when the user has a draft name or rough idea but does not yet have answers to "who, what, why, what should it not look like" — i.e. before `design-drafts:brief`. Triggers include "I'm starting a new draft and only have the name", "let's brainstorm what this could be", "give me theme/layout/voice ideas for X", or being invoked from inside a directory that contains a `design-drafts.config.json` but no `references/brief.md` and no `references/explore.md`.

2026-06-10
design-drafts-variants
Webentwickler

Generate an actual design draft — semantic, multi-page HTML plus a valid `design-drafts.config.json` — from a `references/brief.md` (and the references gathered alongside it). Reads the brief, the annotated `links.md`, and the `inspiration/` screenshots, plans a small set of axes and pages, and writes complete HTML files wired to the toolbar and annotate overlays. Use when a draft directory has a `references/brief.md` but no pages yet, when the user says "build the draft", "generate the variants", "turn the brief into pages", "make the draft from this brief", or when `design-drafts:brief` has just finished and the user wants the actual design. Do NOT use to write the brief itself — that is `design-drafts:brief`.

2026-06-10