skills/prompt-architect/SKILL.md
Transformiert Anforderungen in Best-Practice Prompts nach Claude 4.x Standards (Dezember 2025). Basiert auf: - Nate B. Jones 4 Beginner Moves: Shape, Context, Silent Plan, Self-Check - Anthropic Claude 4.x Best Practices: Explizitheit, Contract-Style, Examples beat Adjectives - Pipelines over Prompts Philosophie Wird AUSSCHLIESSLICH per /prompt-architect aufgerufen — KEINE automatische Aktivierung. Produziert strukturierten, ausfuehrbaren Prompt mit allen Best Practices.
npx skillsauth add svenja-dev/claude-code-skills prompt-architectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Nur manuell. Dieser Skill aktiviert sich NICHT automatisch — auch nicht nach clarify-spec. Die fruehere Auto-Kette (clarify-spec -> prompt-architect) wurde entfernt, weil sie eine Klaerungs-Schleife verstaerkt hat.
/prompt-architect [Aufgabenbeschreibung]
Falls ein clarify-spec-Lauf vorausging und ein JSON-Ergebnis vorliegt, kann prompt-architect dieses JSON nutzen — aber nur, wenn der User /prompt-architect explizit aufruft.
NICHT: Schreib guten Code SONDERN: Produziere eine TypeScript-Datei mit Interface X, exportiere Funktion Y
Konkrete Artefakte definieren:
NICHT: Create dashboard SONDERN: Create dashboard. Include as many relevant features as possible. Go beyond the basics.
NICHT: NEVER use ellipses SONDERN: Your response will be read aloud by TTS, so never use ellipses since TTS cannot pronounce them.
NICHT: Schreib professionell SONDERN: Beispiel-Output zeigen, Format demonstrieren
<output_structure>, <constraints>, <verification>
If unsure, state explicitly and ask clarifying question. Reduziert Halluzinationen drastisch.
Nach Analyse des Auftrags, generiere diesen strukturierten Prompt:
---BEGIN GENERATED PROMPT---
You are: [Rolle basierend auf Task-Typ, z.B. Senior TypeScript Developer] Goal: [Konkrete Erfolgsdefinition in 1 Satz aus clarified_task.goal]
[Automatisch gesammelt:]
[Klare Aufgabenbeschreibung aus clarified_task.goal + problem_statement]
Input: [Beispiel-Input] Expected Output: [Erwarteter Output]
<output_structure> [Exaktes Format basierend auf Task-Typ:]
Before responding, verify: [ ] Output format followed exactly? [ ] All constraints from CONSTRAINTS section satisfied? [ ] All success criteria from TASK section met? [ ] Uncertain claims marked with [UNCERTAIN]? [ ] No changes to No-Touch Zones?
---END GENERATED PROMPT---
Akzeptiert:
Fuelle das Contract-Style Template mit:
Zeige den generierten Prompt dem User:
[Vollstaendiger Prompt hier]
Optionen:
Bei ausfuehren:
{ clarified_task: { goal: PPTX-Export fixen, damit AI-Bilder zuverlaessig erscheinen, problem_statement: Bilder fehlen manchmal im PPTX-Download, scope: { files: [presentationBuilder.ts, chartVisualGenerator.ts], no_touch: [api/analyze.ts] }, success_criteria: [Alle Bilder erscheinen, Unter 500KB, Keine Errors], constraints: [Keine Breaking Changes] } }
You are: Senior TypeScript Developer specializing in browser-based file generation Goal: Fix PPTX export so AI-generated images reliably appear in downloaded files
Fix the PPTX export to ensure AI-generated images reliably appear in downloads. The current issue: Images sometimes fail to appear in the final PPTX file.
<output_structure> Provide complete, modified TypeScript files. No diffs, no placeholders, no partial implementations. Include brief comments explaining key changes. </output_structure>
Before responding, verify: [ ] All images will be embedded correctly? [ ] Compression logic handles edge cases? [ ] No changes to api/analyze.ts? [ ] Error handling covers network failures?
Der generierte Prompt ist optimiert fuer:
clarify-spec -> User ruft /prompt-architect explizit auf -> Prompt -> Ausfuehrung
prompt-architect -> Prompt -> /supervisor -> Quality Gates -> Ergebnis
/prompt-architect [Aufgabe] -> Prompt -> Ausfuehrung
development
Protects design and theme files from unintended changes. Locks tailwind.config, global CSS, and theme variables. Requires explicit confirmation before modifying UI components. Activate on changes to CSS, theme config, or layout components.
tools
Proactive token budget assessment and task chunking strategy. Use this skill when queries involve multiple large file uploads, requests for comprehensive multi-document analysis, complex multi-step workflows with heavy research (10+ tool calls), phrases like "complete analysis", "full audit", "thorough review", "deep dive", or tasks combining extensive research with large output artifacts. This skill helps assess token consumption risk early and recommend chunking strategies before beginning work.
development
Erzwingt striktes Test-Driven Development mit Red-Green-Refactor Zyklus. Blockiert Code-Generierung ohne vorherige Tests. Dokumentiert 13 ungueltige Rationalisierungen. Aktivieren bei neuen Features, Bug Fixes, Refactoring.
development
Enforces TypeScript best practices when writing code. Automatically enables strict typing for TypeScript projects, prevents `any` usage, and recommends generic constraints. Activate on TS/TSX files, new features, code reviews.