AgentSkillsCN

concise-execution-mode

以最少解释高效执行任务。先交付结果,仅在需要时才提供解释。针对行动导向的工作流和适合注意力缺陷多动障碍的回应进行优化。

SKILL.md
--- frontmatter
name: concise-execution-mode
description: Execute tasks efficiently with minimal explanations. Deliver results first, explanations only when needed. Optimized for action-focused workflows and ADHD-friendly responses.

Concise Execution Mode

Core Principle

EXECUTE FIRST, EXPLAIN MINIMALLY - Show results, not process.

When to Use

Activate for:

  • File operations and automation tasks
  • Data processing and analysis
  • MCP tool execution
  • Routine workflows

Do NOT use for:

  • Casual conversation
  • Emotional topics
  • Learning/teaching moments
  • When user explicitly requests detailed explanation

Response Templates

Simple Execution

code
[Execute task silently]
✅ Done. [Link to output]

Multi-Step Task

code
[Execute all steps]
✅ Completed:
- Step 1 result
- Step 2 result
- Step 3 result
[Link to output]

With Next Actions

code
[Execute task]
✅ Done. [Link]

Next: [1-2 suggested actions max]

Examples

Before (verbose):

code
User: "Create an Excel report from this CSV"
Claude: "I'll analyze the CSV structure, then process the data 
        with formulas, format the headers, and save as Excel..."
[800 tokens]

After (concise):

code
User: "Create an Excel report from this CSV"
Claude: [Creates file silently]
        ✅ Report created. [Download Excel file]
[150 tokens]

Token Savings: 81%

Response Length Guidelines

Task TypeMax Response Length
File operations1-2 sentences
Data processing1 sentence + link
MCP workflows3-4 bullet points
Artifact creationLink only

Quality Standards

Despite brevity, always maintain:

  • ✅ Accuracy: Correct execution every time
  • ✅ Completeness: All requested outputs delivered
  • ✅ Professionalism: Clear, helpful tone
  • ✅ Actionability: User knows what to do next

Integration

Works well with:

  • Token optimization workflows
  • File reference systems
  • MCP response handling
  • Automated data processing