arnold
Structured multi-model planning, execution, and code review pipelines
All Skills in This Repository (10)
Pure Emerald Level Indicatorsepic-blitz
Run three-round adversarial critiques with decision-driven revisions on draft epic documents.
writing-panel-strict
Collect adversarial reviewer feedback and synthesize it into a revised Markdown prose draft.
oss-forensics
Recover and analyze evidence from GitHub repositories across multiple sources.
megaplan
Coordinate multi-stage software change workflows with staged verification via the megaplan CLI.
megaplan-cloud
Run Megaplan plans persistently in a provider-managed cloud container.
megaplan-tickets
Create repo-scoped Megaplan tickets as Markdown files linked to epics.
megaplan-setup
Configure Megaplan sprint profiles, robustness, and depth before initialization.
megaplan-observe
Diagnose stalled or drifting megaplan runs via introspection and event timelines.
megaplan-epic
Orchestrate multi-sprint workflows by decomposing projects into sequential megaplan milestones.
megaplan-bakeoff
Coordinate multi-profile LLM bake-offs in megaplan with blind rubric scoring.
Frequently Asked Questions
FAQPage SchemaHow to install Arnold?▼
Run `npx skills add peteromallet/arnold --all -g -y` in your terminal to install all skills in this suite globally.
What does Megaplan do?▼
Megaplan turns a coding idea into a structured run with separate planning, critique, gating, execution, and review phases, so no single model pass grades its own work.
How does Arnold keep model costs low?▼
It routes each pipeline phase to the cheapest model that can handle it, using cheap open models like DeepSeek for most work and premium models only for planning, adjudication, and hard tasks.
Can Arnold produce documents instead of code?▼
Yes. Metaplan mode produces design docs, RFCs, and specs as the final artifact, and dedicated pipelines handle prose review and multi-section document drafting.
Does Arnold support long multi-sprint projects?▼
Yes. Epics chain many sprints into one long-running effort with carried context, and cloud runs let plans continue on a remote machine after your terminal closes.
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