Проектирование чётких инструкций для LLM и агентов

★ 7.1 · vibe-coding

prompt-architect is a Claude Code skill that turns vague intent into clear, testable prompt instructions for agent workflows and LLM systems. It follows a five-step build sequence: defining the objective and success criteria, capturing hard constraints such as format, safety, and style, specifying reasoning boundaries and output structure, adding verification and failure-handling instructions, and iterating with concrete examples and observed errors. Built-in quality checks verify that task scope is explicit, required outputs are unambiguous, constraints are actionable rather than aspirational, and a fallback exists when information is missing. The skill suits anyone creating prompts from scratch, refining weak instructions, or establishing reusable prompting patterns — reference.md provides compact templates, anti-patterns, and refinement loops.