/install cycle
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
- Goal — What does this cycle produce? Be specific.
- Map — How does user currently do it? Where do they get stuck?
- Phases — 3-6 sequential steps with clear input/output each
- Handoffs — Automatic, gated (needs user), or conditional
- 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
| Cycle | Loop |
|---|---|
| Different phases in sequence | Same action repeated |
| Produces complete output | Refines until criteria |
| Design once, use many times | Created 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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cycle - After installation, invoke the skill by name or use
/cycle - Provide required inputs per the skill's parameter spec and get structured output
What is Cycle?
Design custom workflow cycles for any domain. Create structured, repeatable processes that become persistent skills. It is an AI Agent Skill for Claude Code / OpenClaw, with 970 downloads so far.
How do I install Cycle?
Run "/install cycle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cycle free?
Yes, Cycle is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Cycle support?
Cycle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cycle?
It is built and maintained by Iván (@ivangdavila); the current version is v1.1.0.