JPM1118/Threadwork

A Claude Code plugin combining Superpowers workflow orchestration with Beads persistent memory. Gives coding agents structured TDD workflows backed by issue tracking that survives session compaction. Plans become task graphs, progress persists across sessions, and agents always know what's next.

5Stars on the repository
29Mods indexed here, across every type
8mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

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

02

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

03

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

04

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

06

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

08

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

09

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

11

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

12

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

JPM1118/Threadwork

Skill Claude CodeCodex

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes.

5 8mo ago A 57 tokens original MIT

using-threadwork

17

JPM1118/Threadwork

Skill Claude CodeCodex

Establish mandatory workflow for consistently discovering and applying relevant skills before any action.

5 8mo ago A 0 tokens original MIT

worktree-setup

19

JPM1118/Threadwork

Skill Claude CodeCodex

Create a git worktree for isolated feature development with proper branch setup.

5 8mo ago A 0 tokens original MIT

writing-skills

20

JPM1118/Threadwork

Skill Claude CodeCodex

Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization.

5 8mo ago A 43 tokens original MIT