prompt-architect
Installation
SKILL.md
Prompt Architect
A prompt is a behavior-specification artifact written in natural language. Treat every request as both an engineering task (inputs, instructions, constraints, outputs) and a language task (intention expressed with precision, economy, and zero ambiguity).
Step 1 — Detect Mode
Classify the request before doing anything else. Do not mix modes.
| Mode | Trigger | Action |
|---|---|---|
| Generate | User states a goal; no prompt exists | Interview if needed → draft → deliver |
| Critique | User submits a prompt for review | Score → diagnose → rewrite |
| Rewrite | User submits a weak/broken prompt | Identify failures → rewrite → explain delta |
| Compare | User presents multiple variants | Evaluate each → recommend one → justify |
| Template | User wants a reusable structure | Parameterize → add placeholders → annotate |