senior-prompt-engineer

Design prompts and evaluation frameworks for LLM workflows.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill senior-prompt-engineer-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-prompt-engineer
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/senior-prompt-engineer
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill senior-prompt-engineer-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prompt engineers and AI teams often struggle to craft reliable prompts, systematically evaluate outputs, and design robust AI workflows.

Core Features & Use Cases

  • Prompts and templates for patterns like Zero-shot, Few-shot, Chain-of-Thought, ReAct, and Tree of Thoughts.
  • LLM evaluation frameworks and measurement setups (faithfulness, relevance, coherence) with reproducible baselines.
  • Agent architectures and tool-use patterns (ReAct, Plan-Execute, Tool Use) with structured output design.

Quick Start

Provide a sample prompt and run the optimization workflow to generate an enhanced prompt.

Frequently Asked Questions about senior-prompt-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate LLM outputs for faithfulness and relevance systematically?

Chain-of-Thought and ReAct patterns structure LLM reasoning and tool-use by guiding the model through explicit steps. These prompt engineering patterns enable robust agent architectures and scalable agent-based solutions for complex AI workflows.

What is the best way to design structured outputs for AI agent architectures?

The best way to design structured outputs for agent architectures is combining ReAct, Plan-Execute, and Tool Use patterns. This structured output design ensures reproducible prompts and scalable agent-based solutions across your AI workflows.

How do I optimize an existing prompt to improve its quality and reliability?

To optimize an existing prompt, provide your sample prompt and run an optimization workflow to generate an enhanced prompt. This process improves prompt quality and enables reproducible prompts for reliable AI systems.

When do I need few-shot prompting versus zero-shot prompting for LLM workflows?

You need few-shot prompting when providing examples to guide LLM behavior, whereas zero-shot prompting relies on direct instructions without examples. Both are prompt engineering patterns used to achieve reproducible prompts and standardized assessments.

Can I use Tree of Thoughts patterns for complex LLM reasoning tasks?

Yes, you can use Tree of Thoughts patterns alongside Zero-shot, Few-shot, and Chain-of-Thought for complex LLM reasoning tasks. These patterns enable reproducible prompts and robust agent architectures for scalable agent-based solutions.