Claude Buddy v5 — From Idea to Shipped Code

From Idea to Shipped Code 7 Skills, 12 Personas, Complete Lifecycle Automation

Claude Buddy v5 automates your entire development lifecycle — from specification through implementation to documentation — with expert guidance at every stage. PAI-native, domain-aware, TDD-first.

Installation
$ /plugin marketplace add rsts-dev/claude-buddy-marketplace
$ /plugin install pai@claude-buddy-marketplace
$ /plugin install buddy@claude-buddy-marketplace
$ /pai:setup
PAI infrastructure installed
7 skills + 12 personas ready

v5: PAI-Native Workflow Architecture

7 integrated skills, workflow-driven design, and extensible domain system

Skills

7 Integrated Skills

Complete lifecycle in one plugin: Foundation, Spec, Plan, Tasks, Implement, Commit, Docs.

  • Consolidated from 8 commands + 20 skills
  • Workflow-driven, not agent-based
  • Each skill is a focused lifecycle stage
  • Progressive disclosure for token efficiency
PAI-Native

PAI-Native

Built on Personal AI Infrastructure for persistent memory and identity.

  • Persistent memory across sessions
  • Identity-aware responses
  • Non-destructive upgrades
  • Symlinked user data at ~/.buddy/
Domain Detection

Domain Auto-Detection

Automatically identifies your tech stack and customizes output accordingly.

  • 4 built-in: Default, React, JHipster, MuleSoft
  • Confidence scoring with thresholds
  • Create unlimited custom domains
  • Domain-specific templates and references
Template Cascade

Template Cascade

Three-tier template resolution enables deep customization without modifying core.

  • User domain templates (highest priority)
  • Built-in domain templates
  • Skill default templates (fallback)
  • PREFERENCES.md per skill

Two Plugins, One Ecosystem

PAI provides the foundation. Claude Buddy provides the workflows. Together, they supercharge Claude Code.

PAI

PAI - Infrastructure

Personal AI Infrastructure provides persistent memory, identity customization, and AI steering rules. Your AI learns about you.

  • 5 identity files (AboutMe, Steering Rules, Opinions, DA Identity, Writing Style)
  • Persistent memory across sessions
  • Non-destructive upgrades via symlinks
Buddy

Claude Buddy - Workflows

7 integrated skills automate the complete development lifecycle with domain-aware templates and expert personas.

  • Foundation, Spec, Plan, Tasks, Implement, Commit, Docs
  • 12 expert personas with contextual activation
  • 4 built-in domains + custom domain creation
Updates

Automatic Updates

The plugin marketplace handles updates automatically. No manual intervention, no breaking changes to your workflows.

Customization

Deep Customization

PREFERENCES.md per skill, custom domains with interactive wizards, and three-tier template cascade for full control.

Complete Development Lifecycle

From project initialization to shipped documentation in a seamless flow

1

Foundation

Auto-detect domain

/buddy:foundation
2

Specification

Define features

/buddy:spec
3

Planning

Implementation plan

/buddy:plan
4

Tasks

TDD-ordered breakdown

/buddy:tasks
5

Implement

Red-green-refactor

/buddy:implement
6

Commit

Professional commits

/buddy:commit
7

Docs

Generate documentation

/buddy:docs

Zero Configuration

Works instantly with your existing Claude Code installation. Domain auto-detection handles the rest.

Local Processing

All enhancements happen locally. No external API calls, keeping your code secure and private.

Resume-Capable

Implementation tracks progress via checkboxes. Pause and resume at any checkpoint without losing work.

Transform Your Development Experience

--

Before

  • General-purpose AI assistance
  • Manual workflow management
  • No structured development lifecycle
  • Context lost between sessions
  • Same generic output for every project
++

After

  • 12 domain-specific AI personas with contextual activation
  • TDD-first workflow with 5 execution phases
  • Complete lifecycle: Spec → Plan → Tasks → Implement → Docs
  • Persistent identity and memory via PAI
  • Domain-aware templates for React, JHipster, MuleSoft, and custom

Powerful Features for Modern Development

Domain System

Extensible Domain System

Auto-detects your technology stack and customizes all output — specs, plans, tasks, and docs — using domain-specific templates and reference materials.

  • Auto-Detection: Confidence scoring identifies React, JHipster, MuleSoft projects
  • Custom Domains: Interactive wizard creates domains for any tech stack
  • Template Cascade: User → built-in → default template resolution
  • Reference Materials: Domain-specific docs loaded on-demand per phase
/buddy:foundation
React Detected (90pts) Domain: react

Auto-detected React project. Loading domain templates...

TDD Workflow

TDD-First Workflow

Tasks are generated in strict test-driven development order. Write failing tests first, then implement until they pass, then refactor.

  • Phase 1 - Setup: Infrastructure, configs, test fixtures
  • Phase 2 - Tests: Write failing tests (red phase)
  • Phase 3 - Core: Implement until tests pass (green phase)
  • Phase 4 - Integration: Connect components, API contracts
  • Phase 5 - Polish: Refactor, optimize, clean up
RED Write failing test
GREEN Make it pass
REFACTOR Clean up
Personas

Persona-Enhanced Development

12 specialist personas activate contextually based on your workflow phase. The right expert joins at the right moment.

  • Spec Phase: Product Owner provides user-centric requirements
  • Plan Phase: Architect + Security + Performance design the approach
  • Tasks Phase: QA defines testing strategy and coverage
  • Implement Phase: Phase-dependent (DevOps, Frontend, Backend, QA)
  • Commit & Docs: Scribe ensures professional quality
/buddy:plan
Architect Security Performance

Loading expert perspectives for planning phase...

Built-in Domains + Create Your Own

Domain-aware templates customize every output for your specific technology stack

Default

Default

Universal Fallback

Works with any project type. Provides standard templates for spec, plan, tasks, and documentation generation.

Any Project Standard Templates
React

React

Component Architecture

Detects React projects via package.json and .jsx/.tsx files. Customizes templates for component-based development.

Components Hooks Next.js
JHipster

JHipster

Enterprise Full-Stack

Spring Boot + Angular/React stack. Detects .yo-rc.json and Spring Boot patterns for enterprise app development.

Spring Boot Angular Microservices
MuleSoft

MuleSoft

API-Led Connectivity

Integration platform with DataWeave, Anypoint Studio, and CloudHub. Includes 65KB+ of reference materials.

DataWeave RAML CloudHub
+

Create Your Own

Interactive Wizard

Run /buddy:foundation create domain to generate a custom domain with detection rules, templates, and reference materials.

Custom Detection 4 Templates References

7 Commands, Complete Workflow

Each command maps to a lifecycle stage — use them in sequence or individually

Foundation & Setup

  • /buddy:foundation Initialize project, auto-detect domain
  • /pai:setup Install PAI infrastructure

Development Lifecycle

  • /buddy:spec Create feature specification
  • /buddy:plan Generate implementation plan
  • /buddy:tasks Break down into TDD-ordered tasks
  • /buddy:implement Execute with red-green-refactor

Documentation & Git

  • /buddy:docs Generate technical documentation
  • /buddy:commit Professional conventional commits

Customization

  • /buddy:foundation create domain Create custom domain
  • PREFERENCES.md Per-skill customization file

12 Expert Personas with Contextual Activation

The right expert joins at the right moment — automatically based on your workflow phase

v5 Architecture: Personas are loaded contextually from Foundation/Personas/ definitions. Each persona activates during specific workflow phases — no manual loading required. They bring specialized perspectives precisely when you need them.

Architect

Architect

Systems design, scalability, architecture patterns

Active: Plan phase
MicroservicesScalabilityDesign Patterns
Security

Security

Threat modeling, vulnerabilities, compliance

Active: Plan, Implementation
OWASPPenetration TestingCompliance
Frontend

Frontend

UI/UX, accessibility, responsive design

Active: Spec, Implementation
ReactVueAccessibility
Backend

Backend

APIs, databases, server reliability

Active: Plan, Implementation
REST APIsDatabase DesignMonitoring
Performance

Performance

Optimization, bottlenecks, efficiency

Active: Plan, Implementation
ProfilingCachingLoad Testing
DevOps

DevOps

Infrastructure, deployment, observability

Active: Implementation (Setup)
CI/CDDockerKubernetes
QA

QA

Quality assurance, testing, validation

Active: Tasks, Implementation
Unit TestingE2E TestingTest Automation
Analyzer

Analyzer

Root cause analysis, systematic investigation

Active: On request
DebuggingCode AnalysisTroubleshooting
Refactorer

Refactorer

Code quality, technical debt, maintainability

Active: Implementation (Polish)
Clean CodeSOLID PrinciplesRefactoring
Mentor

Mentor

Knowledge transfer, education, guidance

Active: On request
Best PracticesCode ReviewLearning
Scribe

Scribe

Professional writing, documentation

Active: Commit, Docs
DocumentationREADMEAPI Docs
Product Owner

Product Owner

Product requirements, user stories, strategic planning

Active: Spec phase
User StoriesRequirementsProduct Strategy

Get Started in Minutes

Two plugins, three commands — that's all you need

Quick Test

Verify your installation works

# Initialize your project
/buddy:foundation

# Create a feature spec
/buddy:spec Add user authentication

# Check the workflow
/buddy:plan

Prerequisites

Claude Code
Claude Code Latest version with plugin support
git
Git For source control operations
gh
GitHub CLI Optional, for PR creation

Ready to Transform Your Development Workflow?

Join developers using Claude Buddy v5 to automate their entire development lifecycle — from specification to deployment with expert guidance at every stage.

7 Skills
4 Built-in Domains
12 Expert Personas