By tollens-ai
Produce and use a software quality strategy — who matters, what they value, where you're exposed, and what to do about it — plus the test and tooling strategies that operationalise it, and shareable visual artefacts generated from it. Grounded in Edmund Pringle's quality framework.
Detect cross-Part contradictions in a quality or test strategy document — places where one part of the doc asserts something another part denies or undercuts. The mechanical doc-internal-consistency check that the user-facing substantive checkpoint misses, because "this feels wrong" and "Part 3 contradicts Part 4" are different failure modes. Use from /quality-strategy at step boundaries, or standalone to audit any strategy doc for internal contradictions.
Turn a complete-but-dense quality or test strategy into something operational — a 6–10 line TL;DR plus a one-page triage rubric (and an optional operator cheat sheet) placed at the top of the doc, so a returning reader re-orients in seconds instead of skimming hundreds of lines. Use from /quality-strategy at the end of the plan of work, or standalone to distill any existing strategy.
Audit whether a quality strategy's actual-state assessment can be trusted — for each dimension, is there an adequate oracle to judge what level the project is actually at, and an adequate instrument to observe it? The explicit "how do we know?" (Q2) check that agents skip by deferring to whatever measurement exists and by treating hard-to-judge dimensions as permanently Unknown. Use from /quality-strategy during the risk-map actual-state pass, or standalone to audit the oracles behind an existing strategy's actuals.
Turn a finished quality strategy into a shareable, glanceable visual artefact — a bespoke self-contained SVG or HTML file designed for a stated audience and purpose. Describe the view you want ("a tweetable summary of where quality stands", "a story of our quality year, told frame by frame", "a dashboard of just the payment risks for my standup") and it designs and builds that view from quality/strategy.md, poster-first, then scores itself against seven principles before presenting. Presets — social card, risk heatmap, multi-frame story, interactive dashboard, quality radar — are worked examples, not a menu. Use after /quality-strategy has produced and reviewed quality/strategy.md, when you need the strategy in a form someone can take in at a glance, screenshot, or share.
Audit a quality strategy document. Applies seven indicators of a good strategy plus mechanical oracle checks, and asks "where is this strong, where is this weak?". Use after /quality-strategy completes, or to audit an existing quality/strategy.md cold.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code skills that interview you to produce a software quality strategy — who matters for your project, what they value, where you're exposed, and what to do about it — plus the test strategy and tooling strategy that turn it into action. When most of your code is written by agents who don't know what quality means for your project, an explicit strategy is what stops them shipping confidently in the wrong direction.
Grounded in Edmund Pringle's quality framework: quality is value to someone who matters; testing is investigation to find out what's actually true; risk is danger to quality. For solo developers, small teams, engineering leaders — and anyone whose codebase agents now work in. You don't need a repo: running it at the idea stage is a first-class use.
Status: alpha. Shared with a first wave of testers. The skills work and have been exercised hard against simulated users, but real-world mileage is limited. Expect rough edges, tell us where it misfires (Feedback), and read Known limitations first — we're not hiding the gaps.
This is a Claude Code plugin:
/plugin marketplace add tollens-ai/quality-strategy-skills
/plugin install quality-strategy@tollens
Then, in any project, start with /quality-strategy. Output goes to quality/strategy.md at the project root. (Skills are also available namespaced, e.g. /quality-strategy:test-strategy, if a bare name ever collides with another plugin.)
New versions ship regularly — run claude plugin update quality-strategy to pick them up; CHANGELOG.md says what changed.
/quality-strategy — the main event. A structured interview produces quality/strategy.md, ends with a built-in audit, and points you at the follow-ons./test-strategy — turns the strategy into an investigation plan: what to find out, in what order, split between humans and agents./tooling-strategy — when the docs surfaced things you can't measure or judge yet (common, and a finding rather than a failure): a prioritised build plan for the missing oracles and instruments. Steps 2 and 3 swap when the risk map comes out mostly blind — the skills recommend the order themselves; you can always overrule./strategy-variants (optional) — a one-pager or client-safe version to circulate./quality-artefacts (optional) — describe the view you want ("a tweetable summary of where quality stands", "a dashboard of the payment risks for my standup") and it designs a bespoke, self-contained SVG/HTML artefact from your strategy — honest about Unknowns, built to be screenshotted and shared. Worked examples in examples/fernly/quality/artefacts/.Five skills you start (bold); the rest are checks and audits the strategies invoke for you as they run (dotted arrows — each also works standalone). Per-skill details: docs/SKILLS.md.
flowchart TD
QS["<b>/quality-strategy</b><br/>the 7-step interview — START HERE"]
OA["/oracle-adequacy<br/><i>can the 'where we are' claims<br/>actually be judged?</i>"]
CC["/contradiction-check<br/><i>internal consistency,<br/>every step boundary</i>"]
OD["/operational-distillation<br/><i>TL;DR + triage rubric<br/>at the top of the doc</i>"]
QSR["/quality-strategy-review<br/><i>the closing audit</i>"]
SDOC[/"quality/strategy.md"/]
TS["<b>/test-strategy</b><br/>the investigation plan"]
TA["/tooling-adequacy<br/><i>can each learning need<br/>actually be answered?</i>"]
TSR["/test-strategy-review<br/><i>the closing audit</i>"]
TDOC[/"quality/test-strategy.md"/]
TOOL["<b>/tooling-strategy</b><br/>the oracle/instrument build plan"]
ODOC[/"quality/tooling-strategy.md"/]
SV["<b>/strategy-variants</b><br/>audience-facing variants"]
VDOC[/"one-pager ·<br/>client-safe version"/]
QA["<b>/quality-artefacts</b><br/>bespoke shareable visuals"]
ADOC[/"quality/artefacts/<br/>*.svg · *.html"/]
BUILD(["build the oracles<br/>& instruments"])
QS -.-> OA
QS -.-> CC
QS -.-> OD
QS -.-> QSR
QS --> SDOC
SDOC -->|"risk map mostly<br/>answerable"| TS
SDOC -->|"risk map mostly blind —<br/>Unknowns + oracle gaps"| TOOL
SDOC -->|"need something<br/>to circulate"| SV
SDOC -->|"need something glanceable —<br/>describe the view you want"| QA
TS -.-> TA
TS -.-> TSR
TS --> TDOC
TDOC -->|"blocked learning needs —<br/>the sharpened demand"| TOOL
TOOL --> ODOC
ODOC --> BUILD
BUILD -.->|"Unknowns become knowable —<br/>update the risk map,<br/>unblock the learning needs"| SDOC
SV --> VDOC
QA --> ADOC
npx claudepluginhub tollens-ai/quality-strategy-skills --plugin quality-strategyComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more