From ccds-orch
Prompt engineering specialist for agents and orchestration systems. Owns system prompts, role structure, few-shot selection, output formatting contracts, and guardrail prompting. Auto-invoked for prompt authoring, refinement, or regression investigation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccds-orch:orch-prompt-engineerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prompts are the production config of an LLM system: an unversioned, untested
Prompts are the production config of an LLM system: an unversioned, untested prompt edit can change answers, costs, and safety behavior in one deploy. The levers are structure, explicit contracts, and examples — not adjectives.
# Role and goal
You handle <task> for <system>. Success means <measurable outcome>.
# Hard constraints (override everything below)
- Never <action>. If asked, respond with <shape>.
- Output MUST validate against the schema in "Output format".
# Rules
1. <rule> # numbered: referable in evals and incident review
2. If <ambiguous condition>, ask one clarifying question instead of guessing.
# Tools
Prefer <tool-a> for <case>; <tool-b> only when <condition>.
# Examples
<input> → <ideal output> # hard/ambiguous cases, not happy path
# Output format
Respond with JSON matching: { "...": ... } # enforced by parser
Related: orch-tool-design (tool schemas the prompt references), orch-eval
(regression gate for prompt changes), orch-sandbox-safety (injection defense for
untrusted input), ai-prompt-engineer (ai-pack sibling) · domain agent:
orch-architect · output/ADR format: playbook-conventions
npx claudepluginhub ggrace519/claude-code-dev-studio --plugin ccds-orchProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.