xp-agents
xp-agents contains 18 collected skills from paulingalls, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Decide solo or parallel execution for the ready frontier, then promote the chosen stories and set each execution_mode. Runs before planning.
Verify acceptance criteria for in-progress stories and mark each done or deferred. Use when a story is ready to accept.
Select work for the session: review retro Try items, triage open questions and debts, pick sprint stories.
Create sprint.json from an execution plan milestone: decompose it into context-rich stories with file domains and interface contracts.
Per-story execution-shape decision: continue in-agent, or spawn one teammate at the chosen tier. Runs once per story after its plan is reviewed.
Close ad-hoc work done outside a sprint or plan: review the free branch diff and merge it into the integration branch.
Close a plan branch: review the plan-level diff and merge into primary with archive. Auto-invoked after a plan's last milestone ships.
Close a sprint branch: cross-cutting review, then merge into the target with cleanup. Auto-invoked at the end of /xp-sprint-review.
End-of-session cleanup: drafts a session summary, force-closes open questions, and triages maybe-addressed concerns and debts.
Session start orchestrator: sequences retrospective, sprint setup, work selection, housekeeping. Use every session.
Create or update execution_plan.json: turn design sources into ordered milestones with change zones and design details.
Independent review of the current diff. Spawns xp-code-reviewer for correctness, drift, debt, and reuse/quality lenses.
Scaffold an acceptance test harness for a project surface. Detects existing tooling, confirms with the customer, then writes, installs, verifies and commits it.
Review the completed sprint: what shipped vs planned, update milestone delivery, record velocity. Use when all stories are done.
Stage 2 floor migration prompt for /xp-kickoff. INTERNAL - invoked only by xp-kickoff when the stage is below 2.
Close one story: review its diff, merge into the sprint base, clean up. Invoked by /xp-accept for each accepted story.
Review the current plan: size, TDD ordering, milestone boundaries, decision conflicts. Use after planning completes.
Create or update system_context.json: analyse the codebase to describe the product, architecture and technical constraints.