Skill

XP

by majiayu000

AI Summary

XP orchestrates Extreme Programming workflows for test-driven development, coordinating planning, testing, refactoring, and commits across multiple programming languages. Developers implementing features with TDD methodology will find this skill valuable for structured workflow management.

Install

# Add to your project root as SKILL.md
curl -o SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/xp/SKILL.md"

Description

Extreme Programming workflow orchestrator. Use when implementing features, adding functionality, or doing test-driven development. Coordinates planning, TDD, refactoring, and commits.

Overview

This skill orchestrates the full XP workflow for feature implementation. It uses reference documentation for interactive phases and delegates to agents for autonomous tasks.

Getting Started

• Detect project type from files in working directory • Read the language skill for the detected type: • build.sbt or *.scala → scala-developer • build.gradle.kts or *.kt → kotlin-developer • Gemfile or *.rb → ruby-developer • *.u or .unison/ → unison-development • Check for project CLAUDE.md — may contain project-specific guidance that supplements or overrides language defaults • Begin with PLAN phase ---

The XP Workflow

` ┌─────────────────────────────────────────────────────────────┐ │ 📋 PLAN → Discuss and break down the feature │ │ 🔴 DEVELOP → TDD cycle (red-green) │ │ 🔵 REFACTOR → Improve design (tests stay green) │ │ 🔍 REVIEW → Autonomous code review (optional) │ │ 💾 COMMIT → Save working state │ │ 🔁 ITERATE → Next task or feature complete │ └─────────────────────────────────────────────────────────────┘ ` ---

Phase 1: Planning (📋 PLAN)

Goal: Understand and decompose the feature before writing any code. Type: Interactive (requires user discussion) Reference: See references/planning.md

Quality Score

B

Good

81/100

Standard Compliance75
Documentation Quality70
Usefulness80
Maintenance Signal100
Community Signal92
Scored Yesterday

GitHub Signals

Stars100
Forks15
Issues1
UpdatedYesterday
View on GitHub

Trust & Transparency

Open Source — MIT

Source code publicly auditable

Verified Open Source

Hosted on GitHub — publicly auditable

Actively Maintained

Last commit Yesterday

100 stars — Growing Community

15 forks

My Fox Den

Community Rating

Works With

Claude Code