ReadyBase Team Guide

Scan every repo at once. Keep your team's AI-readiness aligned across projects. One shared score dashboard, one source of truth.

1. The team problem

Individual developers run ReadyBase on their own repos and get a score. But teams have a bigger picture:

Individual scores are useful. A portfolio view is essential for teams at scale.

2. Portfolio scanning

Scan all your repos at once with one command:

readybase portfolio /path/to/projects

ReadyBase walks the directory, finds all git repos, scans each one independently, and builds a ranked view. You get:

Portfolio first, then drill in

Start with the portfolio to see which repos need attention. Then run readybase score /path/to/repo on the weak ones to get the detailed breakdown and exact recommendations.

3. Shared context across your team

When ReadyBase onboards a repo, it generates CLAUDE.md and AGENTS.md. These files live in the repo and are version-controlled. Every developer on your team gets the same context, whether they're using ReadyBase solo or working together:

The files update with each scan, reflecting the current state of the codebase. Commit them to git. Your team's onboarding is then automatic: clone the repo, AI assistant reads the files, AI already knows the landscape.

4. Team guard rules

Your team can define rules that apply to all repos. For example:

When an AI agent (or a person) violates a guard rule, ReadyBase logs it. The log shows which files were edited, which rules were broken, and when. Your team lead can review the log from the dashboard:

readybase serve

Open localhost:8765, go to the Guard tab, and see which team members or AI agents broke which rules. This isn't about punishment, it's about learning: "We said don't edit this file, but the agent did. Why? Do we need to retrain the agent, or was the rule wrong?"

5. Team setup (10 minutes)

To get your team on ReadyBase:

  1. One person installs ReadyBase and runs readybase go . on the primary repo. This generates the baseline CLAUDE.md and guard rules.
  2. Commit the generated files to git. Every team member now has the same context when they clone.
  3. Scan the portfolio with readybase portfolio /path/to/all/projects to see the overall landscape.
  4. Run the dashboard with readybase serve to share the score and recommendations with the team.
  5. Sync on priorities. The dashboard shows the weakest repos and the fixes each needs. Decide which ones to tackle first.

That's it. From here, each developer can use ReadyBase solo (run it locally on their own branches) or you can set up team enforcement with shared rules and audit logs.

What's next