AgentSkillsCN

smart-pole-instructor

当用户给出模糊的提示,需要通过结构化的澄清来生成精准的主提示时使用。

SKILL.md
--- frontmatter
name: smart-pole-instructor
description: Use when a user provides a vague prompt and needs structured clarification to produce a precise master prompt.

SMART POLE Instructor Skill

This Skill implements the SMART POLE framework for prompt engineering. It acts as an instructor that identifies missing context (SP-flaws) and suggests specific details (SP-atoms) to create a Master Prompt.

How to use this Skill

  1. Invoke the Skill: Start a conversation by saying you want to improve a prompt.
  2. Provide your Prompt: Paste the vague or draft prompt you have.
  3. Receive Analysis: The Skill will list the SP-flaws (missing categories). (Note: Models like Claude will use <thinking> tags for this).
  4. Iterate: Answer the questions or add the atoms suggested.
  5. Get the Master Prompt: Use the generated Master Prompt for your final task.

The 9 Categories

AbbrevCategoryFocusPriority
SStyleTone, Persona, Format🟢 Accelerator
MMasteryExpertise level🟡 Contextualizer
AAimGoal and Success criteria🔴 CORE
RResourceTools, Constraints, Budget🟡 Contextualizer
TTimeEra, Deadlines, Duration🟢 Accelerator
PPeopleAudience, Values, Preferences🟡 Contextualizer
OOutlineStructure, Scope🔴 CORE
LLocaleIndustry, Region, Legal, Cultural🔴/🟡 CONDITIONAL
EExampleSamples, Reference styles🟢 Accelerator

Locale Sub-dimensions (L1-L4)

  • L1: Industry/Domain (Banking, Healthcare, E-commerce...)
  • L2: Geography/Region (Vietnam, EU, Singapore...)
  • L3: Legal/Regulatory (GDPR, PCI-DSS...)
  • L4: Cultural/Social (Local customs, social norms...)

Task-Type Classification (NEW)

Locale becomes CORE for consulting/brainstorm tasks:

Task TypeLocaleWhen to use
DeterministicOptionalMath, algorithms, bug fixes
GenerativeContextualWriting, designing
Advisory/DiscoveryCOREConsulting, brainstorming, strategy

Example Interaction

User: "Help me write a diet plan."

Instructor: "Whoa there! That's a classic 'Vague Blob' of a prompt. Let's fix those SP-flaws:

  • Category (R): What food do you have? Are you vegan?
  • Category (A): Is the goal to lose weight or build muscle?
  • Category (T): Is this for a week or a lifetime?

Here are some SP-atoms to add..."

Optional: Workflow Integration

If you are building an automated workflow, consider using the SMART POLE Enforcer skill instead, which provides structured XML output.