A structured workflow system for Claude Code — from idea capture through build, review, and wrap-up, tracked as a unified work record on GitHub Issues. Includes an LLM-as-judge recurring code-health sweep, browser automation, and QA pipeline.
Use when you want to create or update user journey documentation for recently built features. Works standalone or as a step within /claude-tweaks:build.
Use when triage or dispatch need a content-aware trust verdict instead of a mechanical label lookup, or when specify's record-creation step needs a content-aware ceremony-depth verdict — grant-check informs triage's recommendation, merge-check replaces dispatch's blast-radius gate, failure-check replaces dispatch's blanket failure-revocation rule, ceremony-check informs specify's per-record ceremony depth (flow's materialize step falls back to it only for records that never went through specify). Inline helper, never invoked directly by a human. Keywords - autonomy, trust, judgment, grant recommendation, auto-merge, blast radius, failure classification, ceremony profile, fast-lane.
Use when you need browser automation via agent-browser — defines session naming, screenshot/trace paths, and operation vocabulary used by /stories, /visual-review, /review, and /demo. Keywords - browse, browser, agent-browser, screenshot, scrape, automation.
Use when implementing a work record, spec, or design doc end-to-end. Accepts a record reference (#N) or spec number (legacy alias) for full lifecycle tracking, or a design doc path to skip /claude-tweaks:specify and build directly from brainstorming output.
Use when capturing ideas that need specification later — brain dumps, half-formed features, things to not forget
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
A structured workflow system for Claude Code — from idea capture through build, review, and wrap-up.
Claude Code is powerful but unstructured. claude-tweaks adds a complete development lifecycle: capture ideas, challenge assumptions, decompose into specs, build with quality gates, and learn from what was built. Every finding is explicitly resolved — nothing silently drops.
See CHANGELOG.md for release history.
/plugin marketplace add thomasholknielsen/claude-tweaks-marketplace
/plugin install claude-tweaks@claude-tweaks-marketplace
/plugin install superpowers@claude-plugins-official
/claude-tweaks:init
SKILL ARTIFACT SUPERPOWERS USED
───── ──────── ────────────────
capture ──────────────► Backlog record
│
challenge ────────────► Brief
│
│ Design Doc ◄─── brainstorm
│ (specify can invoke brainstorm directly on topic input)
│
specify ──────────────► Ready record(s) (writes surface: + design-intent: body metadata)
│ calls: design shape (frontend only — appends Impeccable shape output to design doc)
│ calls: visualize (diagram suggestion, all surfaces)
│ (deletes Brief + Design Doc)
│
┈┈ /claude-tweaks:triage grants, /claude-tweaks:dispatch claims (utility skills, no fixed position) ┈┈
│
┈┈ /claude-tweaks:flow automates below (worktree mode default) ┈┈
│
build ────────────────► Code + Journeys ◄─── subagent-driven-development
│ calls: design pre-build (lazy-load Impeccable references)
│ simplify, executing-plans
│ journeys using-git-worktrees ⚙
│ calls: visualize (diagram suggestion)
┊ (if UI changed)
stories ──────────────► Story YAML
│
test ─────────────────► TEST_PASSED
│ calls: design test (Impeccable detect — deterministic CLI gate)
│
review ───────────────► Review Summary ◄─── dispatching-parallel-agents
│ calls: design review (Impeccable critique + audit — advisory)
│ visualize (diagram gap finding — Lens 3i-diagram),
│ reflect,
│ simplify,
│ visual-review (calls: design survey — Creative Opportunities)
│
polish ───────────────► Polished Code (frontend specs only)
│ calls: design polish (auto-fit + issue-driven + intent-driven)
│ test skip-qa (re-verify gate, 1-cycle cap)
│
flow summary ─────────► Pipeline report (Creative Opportunities block)
│ calls: design survey (full diff; decline tracking)
│
wrap-up ──────────────► Done ◄─── finishing-a-dev-branch ⚙
│ calls: reflect
│ (full)
(deletes plans, ledger, design caches; legacy spec file
deleted too — a record-mode build's materialized file
stays on the branch as committed audit trail instead;
applies demo:pending + posts a Verification Brief on
the record — record mode only)
│
┈┈ /claude-tweaks:demo resolves demo:pending → approved/changes-requested (utility skill, no fixed position — run anytime, aggregates every in-flight thread, plus this session's own unrecorded work via session-recall) ┈┈
Left column:
/claude-tweaks:{name}— Right column:/superpowers:{name}(Superpowers plugin) ⚙ = worktree mode only — ┊ = conditional step/claude-tweaks:initruns once per project, before entering the pipeline.
Every unit of work — a captured idea, a health-skill finding, or a human-filed issue — is the same thing underneath: a work record, tracked through one spine regardless of who filed it:
BACKLOG ──/specify shapes──► READY ──human grants──► AUTHORIZED ──/dispatch claims──► BUILDING ──user merges──► CLOSED
npx claudepluginhub thomasholknielsen/claude-tweaks-marketplace --plugin claude-tweaksHooks-based workflow orchestration for solo product development with Claude Code
Requirements-driven development workflow with quality gates for practical feature implementation
Unified spec-to-execution workflow system. Combines spec rigor, autonomous execution, and native task orchestration with parallel agent dispatch. Swarms-ready architecture.
Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams
Development workflow plugin suite: exploring (thinking partner), requirement-analysis (design workflow), writing-plans / executing-plans (planning and execution), visual-preview, using-git-worktrees / test-driven-development (engineering discipline), acceptance-qa (all-round acceptance), quick-fix (lightweight bug-fix workflow), anysearch (bundled real-time search, vendored from upstream). / 开发工作流插件集:exploring 探索模式、requirement-analysis 设计工作流、writing-plans/executing-plans 计划与执行、visual-preview 可视化预览、using-git-worktrees/test-driven-development 工程纪律、acceptance-qa 全能验收、quick-fix 轻量修复、anysearch 内置实时搜索(上游 skill 内嵌)。
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation