kenspc/kenspc-claude-plugin

Principle-first software-development workflow for Claude Code — brief → plan → task → implement → review, built for current-gen models.

1Stars on the repository
28Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

bug-reviewer

01

kenspc/kenspc-claude-plugin

Agent

Reviews code with skeptical bug-hunting mindset: off-by-one errors, null references, async correctness, race conditions, query correctness, type safety. Used by /kenspc-task-review parallel review (Angle 4); also safe to invoke standalone with a project context.

1 1mo ago A 57 tokens

code-fixer

02

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-task-review orchestration. Requires REVIEWREPORTS structured CONTEXT input from the calling skill — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 44 tokens

edge-case-reviewer

03

kenspc/kenspc-claude-plugin

Agent

Reviews code for edge cases and error handling: null/empty/boundary values, error propagation, resource cleanup, server-side validation. Used by /kenspc-task-review parallel review (Angle 2); also safe to invoke standalone with a project context.

1 1mo ago A 56 tokens

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-guide generation orchestration. Requires GUIDEPATH from a freshly generated guide document — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 42 tokens

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-plan generation orchestration. Requires PLANPATH from a freshly generated plan document — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 42 tokens

quality-reviewer

06

kenspc/kenspc-claude-plugin

Agent

Reviews code quality: project conventions, readability, maintainability, naming, and structural issues. Used by /kenspc-task-review parallel review (Angle 3); also safe to invoke standalone with a project context.

1 1mo ago A 46 tokens

regression-verifier

07

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-task-review orchestration. Requires REVIEWREPORTS and ACCOUNTABILITYLIST CONTEXT — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 43 tokens

kenspc/kenspc-claude-plugin

Agent

Reviews code completeness against requirements: are all required changes implemented, are there partially implemented features, do interfaces match design. Used by /kenspc-task-review parallel review (Angle 1); also safe to invoke standalone with a project context.

1 1mo ago A 51 tokens

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-task generation orchestration. Requires TASKDOCPATH and SOURCEPATH from a freshly generated task document — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 46 tokens

task-implementer

10

kenspc/kenspc-claude-plugin

Agent

INTERNAL: Part of /kenspc-task-implement orchestration. Requires validated task document path — standalone invocation will fail the prerequisite check. Do not auto-delegate.

1 1mo ago A 39 tokens

test-reviewer

11

kenspc/kenspc-claude-plugin

Agent

Reviews test coverage and test quality: happy/edge/error path coverage, test correctness, behavior-not-implementation testing. Used by /kenspc-task-review parallel review (Angle 5); also safe to invoke standalone with a project context.

1 1mo ago A 51 tokens