chrisallenlane

60 mods across 1 repository, 18 stars between them.

chrisallenlane/claude-swe-workflows

Agent

Good-faith evidence enumerator for Analysis of Competing Hypotheses, parameterized by an evidence class (direct-observational, documentary-historical, structural, behavioral, absent, anomalous). Surfaces evidence relevant to the assigned question from the class's perspective, including both confirming and…

18 3mo ago A 92 tokens original MIT

chrisallenlane/claude-swe-workflows

Agent

Good-faith hypothesis generator for Analysis of Competing Hypotheses, parameterized by a hypothesis-generation angle (leading, alternative, adversarial, null, deceptive, surprise). Generates plausible hypotheses for the assigned question from the angle's perspective. Used in ACH proceedings alongside other…

18 3mo ago A 79 tokens original MIT

THK - Advocate

36

chrisallenlane/claude-swe-workflows

Agent

Argues in good faith for an assigned position in adversarial proceedings. Used by /think-deliberate (arguing for one option among many) and /think-scrutinize (defending an idea against skeptics).

18 3mo ago A 51 tokens original MIT

THK - Brainstormer

37

chrisallenlane/claude-swe-workflows

Agent

Good-faith idea generator that produces candidate approaches for achieving a goal, parameterized by a specific brainstorming technique (first-principles, working-backwards, lateral, analogical, constraints-shift, worst-possible-idea, six-hats-green, SCAMPER). Returns ideas with brief rationale. Used in brainstorming…

18 3mo ago A 82 tokens original MIT

THK - Diagnostician

38

chrisallenlane/claude-swe-workflows

Agent

Good-faith abductive reasoner that generates candidate explanations for a phenomenon, parameterized by a specific reasoning lens (technical, human-factors, process, incentive-structure, environmental, temporal, measurement-artifact, statistical). Returns candidate causes with predictions (what we'd expect to see if…

18 3mo ago A 93 tokens original MIT

THK - Premortemer

39

chrisallenlane/claude-swe-workflows

Agent

Good-faith failure analyst that uses prospective hindsight to identify causes of a hypothetical catastrophe, parameterized by a specific lens. Lenses come in three categories — standard (technical, operational, estimation, scope, adoption, dependency-and-environment, team-and-coordination, incentive, detection…

18 3mo ago A 178 tokens original MIT

THK - Reflector

40

chrisallenlane/claude-swe-workflows

Agent

Good-faith reflector that extracts learnings from a completed experience, parameterized by a specific reflection lens (what-worked-vs-got-lucky, what-didn't, what-surprised, system-rewards-vs-intent, decisions-that-aged, what-to-tell-past-self, patterns-that-recur). Returns structured learnings with explicit…

18 3mo ago A 99 tokens original MIT

THK - Reframer

41

chrisallenlane/claude-swe-workflows

Agent

Good-faith reframer that restates a problem through a specific reframing lens (problem-vs-symptom, scope-shift, stakeholder-shift, level-of-abstraction, time-horizon, inversion, category-shift, constraints-shift). Returns a reframed problem statement with an explicit diff from the original and an assessment of when…

18 3mo ago A 97 tokens original MIT

THK - Skeptic

42

chrisallenlane/claude-swe-workflows

Agent

Good-faith skeptic that identifies faults in an idea or plan. Spawned with a specific critical lens (technical, economic, operational, etc.) to surface fatal flaws, serious concerns, load-bearing assumptions, and minor issues. Used in scrutinization proceedings alongside an advocate that rebuts findings in good faith.

18 3mo ago A 67 tokens original MIT

UX - Reviewer

43

chrisallenlane/claude-swe-workflows

Agent

Methodical UX advocate that reviews a draft ticket set for user-experience cogency before implementation begins. Walks a fixed seven-concern spine (coherence, completeness, mental-model fit, implicit knowledge, failure paths, power/novice tension, orientation), auto-detecting target type (CLI / MCP / webapp / library)…

18 3mo ago A 102 tokens original MIT

bug-fix

44

chrisallenlane/claude-swe-workflows

Skill Claude CodeCodex

Bug-fixing workflow that coordinates diagnosis, test-driven reproduction, root-cause analysis, and targeted fixes. Use when the user wants to fix a bug with thorough investigation and regression testing.

18 3mo ago A 41 tokens original MIT

bug-hunt

45

chrisallenlane/claude-swe-workflows

Skill Claude CodeCodex

Proactive bug-hunting workflow. Assesses codebase risk through complexity, coverage, and structural analysis, then spawns focused investigators that write reproducing tests to validate suspected bugs. Thoroughness over speed. Advisory only — produces findings and proposes tickets; does not implement fixes.

18 3mo ago A 59 tokens original MIT

implement-batch

46

chrisallenlane/claude-swe-workflows

Skill Claude CodeCodex

Multi-ticket batch workflow. Takes a batch of tickets, plans execution order, implements each via /implement in autonomous mode, runs cross-cutting quality passes, and presents results for final review.

18 3mo ago A 42 tokens original MIT

implement-project

47

chrisallenlane/claude-swe-workflows

Skill Claude CodeCodex

Full-lifecycle project workflow. Takes batched tickets, implements via /implement-batch, runs smoke tests, then executes a comprehensive quality pipeline (refactor, review-arch, review-test, tidy-docs, review-release). Maximizes autonomy with andon cord escape.

18 3mo ago A 58 tokens original MIT

implement

48

chrisallenlane/claude-swe-workflows

Skill Claude CodeCodex

Iterative development workflow that coordinates implementation, refactoring, QA, and documentation agents to complete features systematically. Use when the user wants a full development workflow with quality checks.

18 3mo ago A 36 tokens original MIT