Relentless
Autonomous coding loops with smart model routing and cost control
All Skills in This Repository (13)
Pure Emerald Level Indicatorstasks
Generate dependency-ordered user stories and tasks from spec.md and plan.md.
learn
Extract patterns and propose amendments to constitution.md and prompt.md after feature completion.
plan
Convert feature specifications into implementation plans with TDD and governance requirements.
clarify
Clarify ambiguous feature specifications into testable requirements with a clarification log.
constitution
Create or update a project constitution defining coding principles and governance rules.
relentless
Convert markdown or text PRDs into structured relentless/prd.json files.
prd
Generate a structured PRD with goals, user stories, and acceptance criteria.
implement
Automate TDD-driven feature implementation with quality gates and PRD alignment.
analyze
Validate cross-artifact consistency across spec, plan, tasks, and checklist.
taskstoissues
Convert user stories from tasks.md into GitHub issues via the gh CLI.
specify
Convert natural language feature descriptions into structured SpecKit-style specifications.
convert
Convert tasks.md into prd.json with routing metadata via relentless CLI.
Frequently Asked Questions
FAQPage SchemaHow to install Relentless?โผ
Run `npx skills add ArvorCo/Relentless --all -g -y` in your terminal to install all skills in this suite globally.
How does Relentless keep coding agents running?โผ
It spawns a fresh agent with clean context each iteration, persists memory through git commits and progress files, and switches agents automatically when one hits a rate limit.
How does Relentless reduce AI coding costs?โผ
Auto mode classifies each task's complexity and routes it to the cheapest suitable model, escalating only on failure, which typically saves 50-75% compared to using one premium model.
Which coding agents does Relentless support?โผ
It works with Claude Code, Amp, OpenCode, Codex, Droid, and Gemini, with full skill support for the first three and manual workflows for the rest.
Do I need to write specs before running Relentless?โผ
No. The built-in specify, plan, tasks, and convert skills turn a plain-English feature description into a structured PRD with testable acceptance criteria automatically.
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