sei-newbear

37 mods across 1 repository, 9 stars between them.

code-reviewer

01

sei-newbear/xp-harness

Agent

An agent that independently reviews recent code changes against the project's requirements, design, testing approach, and security expectations. TDD means writing tests before completing the implementation cycle.

9 24d ago A 164 tokens original MIT

done-verifier

02

sei-newbear/xp-harness

Agent

An independent completion checker that verifies whether a project's stated done conditions are actually met before release or a completion claim.

9 24d ago A 211 tokens original MIT

e2e-reviewer

03

sei-newbear/xp-harness

Agent

An agent that reviews newly written end-to-end tests, which test a complete user flow across the application. It compares those tests with the project's requirements and testing conventions.

9 24d ago A 149 tokens original MIT

handoff-verifier

04

sei-newbear/xp-harness

Agent

An independent check of documents handed to another agent or session. It reads them without the original conversation and tests whether the next agent has enough information to start the stated task.

9 24d ago A 195 tokens original MIT

sei-newbear/xp-harness

Agent

An independent review of the requirements and basic design documents before implementation begins. It checks whether the problem, solution, boundaries, architecture, data model, process steps, and completion checks fit together.

9 24d ago A 185 tokens original MIT

basic-design

06

sei-newbear/xp-harness

Skill Claude CodeCodex

A basic-design phase for deciding how a confirmed requirement should be built before implementation. It covers the system structure, data relationships, step-by-step behavior, and division of responsibilities through discussion.

9 24d ago A 163 tokens original MIT

define-requirements

07

sei-newbear/xp-harness

Skill Claude CodeCodex

A requirements-definition step used before designing or building a requested change. It clarifies the underlying reason, desired outcome, boundaries, and affected parts of the project.

9 24d ago A 229 tokens original MIT

dialogue-principles

08

sei-newbear/xp-harness

Skill Claude CodeCodex

A set of rules for working with the requester as a thinking partner while reaching a decision. It favors shared understanding and clear, complete wording over silently guessing what the requester means.

9 24d ago A 252 tokens original MIT

e2e-execution

09

sei-newbear/xp-harness

Skill Claude CodeCodex

A guide for running end-to-end tests, which check a complete user journey through the application. It covers finding the project's instructions for setup, commands, continuous integration, and handling failures.

9 24d ago A 134 tokens original MIT

e2e

10

sei-newbear/xp-harness

Skill Claude CodeCodex

A guide for writing, editing, and reviewing end-to-end tests, which test a complete user journey through the application. It finds and follows the existing testing style for the part of the project being changed.

9 24d ago A 149 tokens original MIT

git-workflow

11

sei-newbear/xp-harness

Skill Claude CodeCodex

A Git workflow skill defines how coding work is branched, synchronized, committed, merged, and pushed. Git is a system for tracking code changes, while a worktree is a separate working copy of a repository.

9 24d ago A 198 tokens original MIT

handoff-docs

12

sei-newbear/xp-harness

Skill Claude CodeCodex

A set of rules for writing documents that another agent can use without access to the original conversation. It requires the document to include the reasons, decisions, assumptions, limits, rejected options, completed checks, and likely next steps.

9 24d ago A 106 tokens original MIT

implementation

13

sei-newbear/xp-harness

Skill Claude CodeCodex

An implementation skill helps an agent follow the coding rules and architecture of the part of a project it changes. Architecture means the way a codebase is divided into parts and responsibilities.

9 24d ago A 132 tokens original MIT

propose-options

14

sei-newbear/xp-harness

Skill Claude CodeCodex

An options skill compares several possible approaches to a design or implementation decision, showing their advantages, drawbacks, and one recommendation.

9 24d ago A 178 tokens original MIT

research-spike

15

sei-newbear/xp-harness

Skill Claude CodeCodex

A structured research and experiment process for answering questions that block an important decision. It starts by agreeing on the decision to support, tests possible explanations including counterevidence, and reports a conclusion that can guide the next step.

9 24d ago A 132 tokens original MIT

retrospective

16

sei-newbear/xp-harness

Skill Claude CodeCodex

A retrospective skill guides a review of completed work to identify improvements and record them in project rules or procedures. A retrospective is a structured look back at what happened and what should change next time.

9 24d ago A 114 tokens original MIT

slice-tdd

17

sei-newbear/xp-harness

Skill Claude CodeCodex

A TDD implementation skill breaks coding work into small cycles: write a failing test, make it pass, review and improve the code, then commit it. TDD means test-driven development, where tests guide the implementation.

9 24d ago A 217 tokens original MIT

story-slicing

18

sei-newbear/xp-harness

Skill Claude CodeCodex

A user-story review skill checks whether each requirement is independent, valuable, small enough, and testable. A user story is a short description of something a user needs from a product.

9 24d ago A 231 tokens original MIT

disclosure-auditor

19

sei-newbear/xp-harness

Agent Claude Code

A review agent for checking text before it is committed or pushed to a public code repository. It looks for organization-specific names, identifiers, paths, and other details that could identify internal work.

9 24d ago A 115 tokens original MIT

skill-reviewer

20

sei-newbear/xp-harness

Agent Claude Code

A review agent for designing and improving coding-agent skills and agents. It acts as an independent pair-programming partner, checking designs against shared project rules.

9 24d ago A 184 tokens original MIT

PreToolUse

21

sei-newbear/xp-harness

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing block-claude-headless.sh. From sei-newbear/xp-harness.

9 24d ago A tokens not measured copy · 50% MIT

SessionStart

22

sei-newbear/xp-harness

Hook Claude Code

Runs when a session starts on startup and resume, executing git-freshness.sh (2 commands). From sei-newbear/xp-harness.

9 24d ago A tokens not measured original MIT

UserPromptSubmit

23

sei-newbear/xp-harness

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing git-freshness.sh. From sei-newbear/xp-harness.

9 24d ago A tokens not measured original MIT

xp-harness

24

sei-newbear/xp-harness

Settings file Claude Code

Agent settings declaring 3 hook events (PreToolUse, SessionStart, UserPromptSubmit).

9 24d ago A tokens not measured original MIT