mwguerra

123 mods across 2 repositories, 42 stars between them.

retrospective

97

mwguerra/plugins

Skill Claude CodeCodex

Turn the work just done into VETTED lessons that survive across sessions and projects — harvest the session's decisions/errors, draft candidate lessons, refute them adversarially, and promote only the survivors into taskmanager memories. The self-improvement loop, gated so a false lesson can never silently change how…

7 9d ago A 92 tokens

route

98

mwguerra/plugins

Skill Claude CodeCodex

The suite's risk-sized front door: given a request, name the right top-level PIPELINE (which existing entry points, in what order) by scope and risk — analysis, trivial change, bug fix, feature/high-risk, or codebase health. Advisory; it routes the pipeline only and never sizes verification depth (the brain's job).…

7 9d ago A 103 tokens

scope-discipline

99

mwguerra/plugins

Skill Claude CodeCodex

Use when implementing any change in existing code — when tempted to clean up nearby code, add unrequested validation or options, fix something "arguably in scope", or when the diff is growing past what was asked.

7 9d ago A 48 tokens

thoughts

100

mwguerra/plugins

Skill Claude CodeCodex

A durable, disposable home for in-flight thinking that overflows a single context window — layered scratch → (optional) blackboard → (optional) conclusions under thoughts/ /, refuted by the existing adversarial-verify and drained into durable truth (scribe / deep-analysis) when it settles. Trigger: ONLY when one task…

7 9d ago A 105 tokens

prd-builder

101

mwguerra/plugins

Plugin Claude Code

Interactive PRD (Product Requirements Document) builder with comprehensive interview-driven discovery, gap analysis, and taskmanager integration.

7 9d ago A tokens not measured

prd-interviewer

102

mwguerra/plugins

Agent

Use this agent when conducting PRD interviews, creating product requirement documents, planning new products or features, or when comprehensive discovery is needed before implementation. This agent should be triggered proactively when a user describes a product idea or feature and thorough planning would benefit…

7 9d ago A 336 tokens

bugfix

103

mwguerra/plugins

Command

Document a bug fix with problem analysis, root cause investigation, and regression testing strategy.

7 9d ago A 16 tokens

feature

104

mwguerra/plugins

Command

Create a feature-focused PRD with lighter interview process optimized for new features within existing products.

7 9d ago A 17 tokens

prd

105

mwguerra/plugins

Command

Start a comprehensive PRD interview to transform an idea into a complete Product Requirements Document.

7 9d ago A 16 tokens

prd-interview

106

mwguerra/plugins

Skill Claude CodeCodex

This skill should be used when conducting PRD interviews, creating product requirements documents, planning new features, documenting bug fixes, or when using commands like "/prd-builder:prd", "/prd-builder:feature", "/prd-builder:bugfix", or "/prd-builder:refine". Provides comprehensive interview frameworks and…

7 9d ago A 73 tokens

scribe

107

mwguerra/plugins

Plugin Claude Code

The living docs/ single source of truth: typed, adversarially-verified documentation every plugin keeps current. Captures decisions and errors as they happen, curates them into accurate ADRs/incidents/STATUS, and verifies every claim against the code — stale docs are a defect. Bootstraps docs/ on brownfield repos via…

7 9d ago A tokens not measured

doc-curator

108

mwguerra/plugins

Agent

The scribe curator for the docs/ single source of truth. Dispatched at end of work (a Stop hook) or by scribe:sync with the FULL work context — the real git diff, the decisions and errors from the capture log, and the task that was done — to WRITE/UPDATE docs/ accurately per the documentation-discipline obligation…

7 9d ago A 124 tokens

doc-verifier

109

mwguerra/plugins

Agent

Independent, adversarial, refute-first verifier of the living docs/ single source of truth against reality. Dispatched by scribe:verify and by the Stop-curate flow to check every doc claim against the code per the typed truth model — system facts vs code (drift = defect), ADR currency + consistency (an accepted ADR…

7 9d ago A 134 tokens

init

110

mwguerra/plugins

Command

Bootstrap the living docs/ single source of truth — scaffold the canonical skeleton (greenfield) or reverse-engineer it from real code via a maestro deep-analysis pass (brownfield). Idempotent; never clobbers existing docs.

7 9d ago A 47 tokens

sync

111

mwguerra/plugins

Command

Consolidate recent work into docs/ then adversarially verify it — curate the capture log + git diff into ADRs/incidents/STATUS/roadmap/open-questions, then check every claim against the code.

7 9d ago A 43 tokens

verify

112

mwguerra/plugins

Command

Adversarially verify docs/ against the typed truth model + cross-doc staleness — multi-vote, advisory drift report.

7 9d ago A 26 tokens

mwguerra/plugins

Skill Claude CodeCodex

Use whenever you make or discover a decision, fix a non-trivial error, change architecture or what the system does, or defer something undecided — and before acting on any task. The canonical contract for how docs/ works: docs/ is the single source of truth (read it first, write it after), its truth is typed and…

7 9d ago A 99 tokens

taskmanager

114

mwguerra/plugins

Plugin Claude Code

Plan and execute tasks from PRDs with hierarchical subtasks, dependency tracking, and project memories. Features dashboard visualization, autonomous batch execution, and persistent memory for constraints, decisions, and conventions.

7 9d ago A tokens not measured

taskmanager

115

mwguerra/plugins

Agent

Data and invariants spec for the MWGuerra Task Manager. Defines the structure and rules for .taskmanager/taskmanager.db (SQLite database) and logs. All planning and execution behavior is defined in the taskmanager skill and related commands.

7 9d ago A 51 tokens

taskmanager-verifier

116

mwguerra/plugins

Agent

Adversarial acceptance-criteria verifier for the MWGuerra Task Manager. Dispatched by taskmanager:verify and by run's completion gate to independently, refute-first confirm that a task / milestone / PRD's acceptance criteria are actually met. Assumes the work is INCOMPLETE and demands conclusive evidence. Returns a…

7 9d ago A 84 tokens

export

117

mwguerra/plugins

Command

Export SQLite database to JSON or individual task markdown files.

7 9d ago A 10 tokens

memory

118

mwguerra/plugins

Command

Manage project memories (constraints, decisions, conventions) - add, list, search, update, deprecate with FTS5 full-text search.

7 9d ago A 29 tokens

plan

119

mwguerra/plugins

Command

Parse a PRD into tasks, or expand existing tasks into subtasks.

7 9d ago A 14 tokens

research

120

mwguerra/plugins

Command

Research a topic using web search and codebase analysis, storing findings as memories.

7 9d ago A 15 tokens