rudder
Coordinate autonomous work teams with goals, budgets, and reviews
All Skills in This Repository (25)
Pure Emerald Level Indicatorsbuild-advisor
Diagnose built UI, workflow, spec, or implementation issues with criteria and options.
rudder-data-path-diagnostician-maintainer
Trace Rudder UI data issues from queries through APIs to source records.
pr-local-preview-maintainer
Run GitHub pull requests in isolated local worktrees with preview URLs.
release-maintainer
Coordinate Rudder releases across npm, git, and GitHub Releases.
mock-data-maintainer
Generate scenario-grounded mock and seed data for Rudder development.
landing-proof-shots-maintainer
Generates Rutger's landing and product screenshots from seeded mock data with manifest output.
codex-session-benchmark-maintainer
Benchmark a Codex session against a local cohort using proxy metrics.
codex-session-product-reviewer-maintainer
Review Codex sessions for product correctness against user problems and scope.
debug-run-transcript
Reconstruct Rudder agent run execution transcripts from logs and database sources.
rudder-desktop-dev-recovery-maintainer
Classify Rudder Desktop startup failures and apply narrow repairs to restore a known working runtime.
development-lifecycle-router-maintainer
Classify ambiguous Rudder development requests into lifecycle stages and route them to matching workflows.
debug-run-transcript-maintainer
Reconstruct Rudder agent run transcripts to diagnose execution failures.
Frequently Asked Questions
FAQPage SchemaHow to install Rudder?▼
Run `npx skills add Undertone0809/rudder --all -g -y` in your terminal to install all skills in this repository globally.
What does Rudder do?▼
Rudder is open-source software for assigning, running, reviewing, and improving autonomous work. It connects goals, issues, runs, reviews, budgets, and approvals so work stays traceable and governable.
Which runtimes does Rudder support?▼
Rudder works with the runtimes you already use, including Codex, Claude Code, Cursor, OpenClaw, Bash, or your own HTTP service, acting as the coordination layer around them.
How does Rudder control spending?▼
It tracks cost events per run and enforces monthly budget hard stops that automatically pause work when limits are reached.
Can I run Rudder locally without a database setup?▼
Yes. Rudder defaults to embedded PostgreSQL in development, so `pnpm install` and `pnpm dev` start the full app without provisioning a separate database.