VibeCoders Playbook

Professional Documentation Portal

Ship reliable multi-agent work with a clean, production-ready operating model.

VibeCoders Playbook gives teams a clear architecture for role ownership, verification depth, and risk review. The site is now organized into focused pages so onboarding and daily usage are fast.

Structured onboarding Generation features Risk-aware workflow Handoff contract GitHub Pages ready

Page 1

Getting Started

Installation commands, context load order, role routing, and production validation flow.

Open page

Page 2

Reference

Quick matrix for owner assignment, escalation policy, and release readiness criteria.

Open page

Page 3

AI Access

Dedicated page for robots, LLMs, and AI agents with crawler-specific entry points and machine-readable links.

Open page

Page 4

Resources

Curated engineering references grouped by domain with practical guidance on when and how to use each source set.

Open page

Production Baseline

Open source governance and CI checks are now integrated

Governance files

  • CODE_OF_CONDUCT.md
  • SECURITY.md
  • SUPPORT.md
  • CHANGELOG.md
  • .github/CODEOWNERS

GitHub automation

  • deploy-pages.yml for docs deployment
  • installer-smoke-tests.yml for installer checks
  • repo-production-readiness.yml for required baseline validation

Collaboration Reliability

All agent packs share the same handoff contract

Required handoff fields

  • goal
  • scope
  • changes
  • evidence
  • risks
  • next-owner
  • done-criteria

Shared references

Use .agents/reference-links.md and pull only the category needed for the current task to keep context focused.

This project is now structured for production-friendly open source delivery with policy files, CI validation, and deploy-ready docs.