跳至主要内容
小龙虾小龙虾AI
🤖

Cycle

Design custom workflow cycles for any domain. Create structured, repeatable processes that become persistent skills.

下载1.4k
星标2
版本1.1.0
设计媒体
安全通过

技能说明


name: Cycle description: Design custom workflow cycles for any domain. Create structured, repeatable processes that become persistent skills.

What is a Cycle?

A structured workflow optimized for a specific goal. Examples:

  • code — Request → Plan → Execute → Verify → Deliver
  • research — Question → Search → Synthesize → Report
  • content — Idea → Draft → Critique → Refine → Publish

When to Propose

  • User repeats similar multi-step processes
  • Current workflow has inefficiencies or skipped steps
  • User asks "how should I approach X every time?"

Design Process

  1. Goal — What does this cycle produce? Be specific.
  2. Map — How does user currently do it? Where do they get stuck?
  3. Phases — 3-6 sequential steps with clear input/output each
  4. Handoffs — Automatic, gated (needs user), or conditional
  5. Memory — Preferences, patterns, things to avoid

Check discovery.md for questions to ask users when designing.

Phase Structure

Each phase needs: clear input → output, validation before proceeding, can delegate to sub-agent.

Check implementation.md for how to structure cycle skills.

Cycle vs Loop

CycleLoop
Different phases in sequenceSame action repeated
Produces complete outputRefines until criteria
Design once, use many timesCreated per task

They combine: cycles can use loops within phases. Check examples.md for cycle patterns.


Related: For iterating until success criteria are met (same action repeated), see the loop skill.

如何使用「Cycle」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Cycle技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能