trycycle
Autonomous code planning, building, testing, and review loops
All Skills in This Repository (5)
Pure Emerald Level Indicatorstrycycle
Coordinate planning, execution, and review phases with AI agents.
trycycle-executing
Execute plan tasks sequentially and report genuine blockers.
trycycle-planning
Generates step-by-step implementation plans with file modifications, tests, and execution commands.
trycycle-finishing
Verify tests and execute selected completion workflows for development branches.
trycycle-worktrees
Manage isolated Git worktrees with automated project setup for multiple languages.
Frequently Asked Questions
FAQPage SchemaHow to install Trycycle?โผ
Run `npx skills add danshapiro/trycycle --all -g -y` in your terminal to install the skill globally for your coding agent.
What does Trycycle do?โผ
It takes a plain-English build request and automatically plans, implements, tests, and reviews the code in repeated improvement rounds until it converges.
Which coding agents work with Trycycle?โผ
It works with Claude Code, Codex CLI, Kimi CLI, and OpenCode, using native subagent support when available or a bundled Python fallback runner otherwise.
Does Trycycle need constant user input?โผ
No. It is fire-and-forget by default and only asks questions when a wrong guess could cause real harm or when you must approve the testing strategy.
How does Trycycle keep my main branch safe?โผ
It does all work in an isolated git worktree on a separate branch, verifies tests pass, then lets you merge, open a pull request, keep, or discard the work.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core