원클릭으로
loongflow
// PEES (Plan-Execute-Evaluate-Summary) iterative problem-solving methodology with LoongFlow engine for complex tasks. Use when tasks need structured iteration, optimization, evolution, or when user mentions loongflow/PEES/PES.
// PEES (Plan-Execute-Evaluate-Summary) iterative problem-solving methodology with LoongFlow engine for complex tasks. Use when tasks need structured iteration, optimization, evolution, or when user mentions loongflow/PEES/PES.
Code review and debugging assistant. Identifies bugs, performance issues, security vulnerabilities, and suggests optimizations.
Data file processing utilities for CSV, JSON, and text files. Provides helpers for reading, transforming, and validating structured data.
| name | loongflow |
| description | PEES (Plan-Execute-Evaluate-Summary) iterative problem-solving methodology with LoongFlow engine for complex tasks. Use when tasks need structured iteration, optimization, evolution, or when user mentions loongflow/PEES/PES. |
Use this skill when the user wants to iteratively improve a solution — optimization, evolution, structured retries with learning, or any task that benefits from multiple rounds of refinement rather than a one-shot attempt.
Before starting, analyze the task and advise the user on which mode to use. Present both options clearly:
Native PEES (recommended for simple tasks):
LoongFlow Engine (recommended for complex tasks):
general_agent task, runs evolutionary optimization in the background, monitors via cronANTHROPIC_API_KEY and ANTHROPIC_BASE_URL, setup time, runs as background processAsk the user which mode they prefer before proceeding.
Once the user chooses, read the corresponding reference file for detailed instructions:
references/native-pees.md and follow itreferences/engine-mode.md and follow itLoongFlow supports three tiers for agent projects:
| Tier | Description | Best For |
|---|---|---|
| Simple | ReAct loop + persistent memory | Chatbots, tool calling, format conversion |
| Standard | ReAct + self-evaluation + iterative improvement | Code review, document generation, data analysis |
| Advanced | PEES evolution loop with loongflow-memory | Math optimization, algorithm design, NP-hard problems |
Task Analysis
├── Only needs conversation + simple tools? → SIMPLE
├── Needs file operations or code generation?
│ ├── Has numerical evaluation metric? → ADVANCED
│ └── No numerical metric? → STANDARD
└── Needs iterative optimization?
├── Has clear scoring function? → ADVANCED
└── Qualitative improvement? → STANDARD