JPM1118

29 mods across 1 repository, 5 stars between them.

threadwork-dev

01

JPM1118/Threadwork

Plugin Claude Code

Plugin marketplace listing 1 plugin: threadwork.

5 8mo ago A tokens not measured original MIT

threadwork

02

JPM1118/Threadwork

Plugin Claude Code

Structured development workflows with persistent memory via Beads.

5 8mo ago A tokens not measured original MIT

JPM1118/Threadwork

Instructions file

Instructions for JPM1118/Threadwork, covering claude.md, project overview, testing, architecture and plugin structure.

5 8mo ago A 878 tokens original MIT

code-reviewer

04

JPM1118/Threadwork

Agent

The code-reviewer agent evaluates completed project milestones against original specifications and quality standards.

5 8mo ago A 0 tokens original MIT

brainstorm

05

JPM1118/Threadwork

Command

Start a brainstorming session to explore a feature or problem before implementation planning.

5 8mo ago A 0 tokens original MIT

JPM1118/Threadwork

Command

Create a structured implementation plan using Beads as the source of truth. The plan becomes an epic with tasks that persist across sessions and conversation compaction.

5 8mo ago A 0 tokens original MIT

finish-and-close

07

JPM1118/Threadwork

Command

Execute the landing strategy determined by the finishing skill. This command handles the actual merge/PR creation and cleanup.

5 8mo ago A 0 tokens original MIT

init

08

JPM1118/Threadwork

Command

Initialize Threadwork in the current project. This command detects your project's existing configuration and proposes sensible defaults.

5 8mo ago A 0 tokens original MIT

SessionStart

09

JPM1118/Threadwork

Hook

Runs when a session starts on startup, resume, clear and compact, executing run-hook.cmd. From JPM1118/Threadwork.

5 8mo ago A tokens not measured copy · 100% MIT

JPM1118/Threadwork

Skill Claude CodeCodex

Create a structured implementation plan using Beads as the source of truth. The plan becomes an epic with tasks that persist across sessions and conversation compaction.

5 8mo ago A 0 tokens original MIT

beads-tdd-execution

11

JPM1118/Threadwork

Skill Claude CodeCodex

Execute a single task from a Beads-backed plan using Test-Driven Development (RED-GREEN-REFACTOR flow).

5 8mo ago A 0 tokens original MIT

brainstorming

12

JPM1118/Threadwork

Skill Claude CodeCodex

Explore a problem space and produce a design document that can inform implementation planning.

5 8mo ago A 0 tokens original MIT

code-review

13

JPM1118/Threadwork

Skill Claude CodeCodex

Dispatch code review subagents at critical points and handle review feedback systematically.

5 8mo ago A 0 tokens original MIT

JPM1118/Threadwork

Skill Claude CodeCodex

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses.

5 8mo ago A 43 tokens copy · 88% MIT

defense-in-depth

15

JPM1118/Threadwork

Skill Claude CodeCodex

Make bugs "structurally impossible" by validating at every layer data traverses.

5 8mo ago A 0 tokens original MIT

JPM1118/Threadwork

Skill Claude CodeCodex

Resolve multiple independent problems concurrently by deploying separate agents to different failure domains.

5 8mo ago A 0 tokens original MIT

executing-plans

17

JPM1118/Threadwork

Skill Claude CodeCodex

Execute Beads-backed implementation plans with controlled, staged implementation and review checkpoints between batches.

5 8mo ago A 0 tokens original MIT

finishing

18

JPM1118/Threadwork

Skill Claude CodeCodex

Assess feature completeness and determine the appropriate landing strategy (merge directly or create PR).

5 8mo ago A 0 tokens original MIT

JPM1118/Threadwork

Skill Claude CodeCodex

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches code-reviewer subagent to review implementation against plan or requirements before proceeding.

5 8mo ago A 39 tokens original MIT

root-cause-tracing

20

JPM1118/Threadwork

Skill Claude CodeCodex

Fix problems at their source rather than at symptom locations. This skill complements systematic-debugging with deeper investigation techniques.

5 8mo ago A 0 tokens original MIT

sharing-skills

21

JPM1118/Threadwork

Skill Claude CodeCodex

Use when you have developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository.

5 8mo ago A 42 tokens original MIT

JPM1118/Threadwork

Skill Claude CodeCodex

Execute implementation plans using independent subagents per task with automated code review between tasks.

5 8mo ago A 0 tokens original MIT

JPM1118/Threadwork

Skill Claude CodeCodex

Resolve issues through root cause discovery rather than random fix attempts. This skill prevents thrashing and achieves 95%+ first-time fix rates.

5 8mo ago A 0 tokens original MIT

JPM1118/Threadwork

Skill Claude CodeCodex

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies.

5 8mo ago A 44 tokens original MIT