一键导入
claude-tweaks-help
Use when you need a quick reference for available commands, want to see workflow status, or need a recommendation for what to do next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you need a quick reference for available commands, want to see workflow status, or need a recommendation for what to do next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when you want to sweep every built-but-unsigned-off work record — or recap and sign off on ad hoc work from this same conversation that has no work record at all — and give each one a human verdict, approve or request changes. The durable acceptance gate distinct from tests passing (/test) and code-quality review (/review). Keywords - acceptance, sign-off, demo, verification brief, human verdict, demo:pending, session-recall.
Use when the backlog needs hygiene — review stale backlog records, parked-trigger wakes, unsynced local records, and orphaned plans/worktrees
Use when /claude-tweaks:review passes and you need to capture learnings, clean up specs/plans, update skills, and decide next steps. The lifecycle closure step.
Use when you need to create, update, query, or resolve open items in a pipeline ledger file. Called by /claude-tweaks:build, /claude-tweaks:test, /claude-tweaks:review, /claude-tweaks:wrap-up, and /claude-tweaks:flow — or standalone for ledger inspection.
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 you want to run an automated build → test → review → polish → wrap-up pipeline on a work record or spec without stopping between steps. Accepts record references (#N) and specs only — design docs must be decomposed via /claude-tweaks:specify first.
基于 SOC 职业分类
| name | claude-tweaks:help |
| description | Use when you need a quick reference for available commands, want to see workflow status, or need a recommendation for what to do next. |
Interaction style: Present single decisions via the
AskUserQuestiontool (options with one marked Recommended) instead of a plain-text numbered list. For multi-item decisions, render a batch table with recommended actions pre-filled, then capture the apply-all/override decision via oneAskUserQuestioncall. Never make more than oneAskUserQuestioncall per logical decision — resolve each before showing the next. End skills with a## Next Actionsblock rendered viaAskUserQuestion(context-specific options, one recommended), not a navigation menu.
One-stop reference and status dashboard for the workflow system. Combines command help, pipeline scanning, and next-step recommendations.
/claude-tweaks:capture → /claude-tweaks:challenge → /superpowers:brainstorming → /claude-tweaks:specify → /claude-tweaks:build → /claude-tweaks:review → /claude-tweaks:wrap-up
↑ |
└──────────────────────────────────── [ /claude-tweaks:help ] (dashboard + reference) ←──────────────────────────────────────────────────────┘
^^^^ YOU ARE HERE ^^^^
$ARGUMENTS controls what to show:
| Argument | Behavior |
|---|---|
| (none) | Cheat sheet + status scan + recommendation |
status | Pipeline status scan only |
commands | Quick reference cheat sheet only — read reference-card.md in this skill's directory and present its contents |
| spec number or topic | Targeted status for that specific spec/topic |
Default (no arg) is the cheat-sheet-first dashboard. The status scan (Section 2) is moderately expensive — when the user just wants command syntax, the
commandsarg avoids it.
(Skip if $ARGUMENTS = status)
For the canonical cheat sheet — lifecycle, component, and utility commands; common workflows; artifact lifecycle; bookend architecture summary — read reference-card.md in this skill's directory. Rendering rule: present the Lifecycle / Component / Utility command tables verbatim. Collapse the Common Workflows section to a list of workflow headings (e.g., "New repo bootstrap", "Full pipeline", "Resume from step") unless the user explicitly asked for "examples" or "workflows" in $ARGUMENTS — in that case, render the workflows verbatim too. Always keep the Artifact Lifecycle and Bookend Architecture summary verbatim. The reference card is the single source of truth for the command catalog; do not maintain a separate copy here.
(Skip if $ARGUMENTS = commands)
Read status-scan.md in this skill's directory for the full parallel-dispatch procedure (Stages 1-7 including sub-stages 4.5 and 4.6; dispatch contract, agent template, and dashboard rendering). The orchestrator dispatches all seven stages in parallel and assembles the dashboard after all agents complete.
(Always included unless $ARGUMENTS = commands)
CHANGES_REQUESTED, or unresolved review threads (Stage 4.5). PR feedback is the most perishable work in the system — reviewer context decays fastest and it blocks in-flight work from merging. Recommend fixing CI, addressing threads, or resuming /claude-tweaks:build before anything below.bot:in-progress, Stage 1) — finish what's started before starting new work/claude-tweaks:specify before starting new workready, not yet granted, Stage 1) — recommend /claude-tweaks:triage to review and grant auto:build/claude-tweaks:dispatch (headless) or /claude-tweaks:build #{n} (direct) for the highest-priority one with met prerequisites/claude-tweaks:tidy before new brainstorming/claude-tweaks:challenge first, then /superpowers:brainstormingWhen multiple records are ready to build (no priority:* label to sort by, or several share the same priority):
Blocked by #N / blockedBy)status-scan.md Stage 1's conflict detection)effort:low, faster feedback loop)/claude-tweaks:challengeA backlog record likely needs debiasing when its title or body:
Mode recommendation: Records with mild assumption signals (slightly solution-oriented phrasing, but the problem space is mostly clear) → recommend /claude-tweaks:challenge quick {topic}. Records with strong solution-baking or multiple competing assumptions → recommend full /claude-tweaks:challenge {topic}.
Render the recommendation as the ## Next Actions block below via one AskUserQuestion call — {recommended command} becomes option 1, labeled with a short name suffixed (Recommended), with 1-3 alternatives drawn from the priority order.
Call AskUserQuestion:
question: "What's next?", header: "Next step", multiSelect: falselabel: short name of the recommended command suffixed (Recommended), description: the full command with parameters + rationale/claude-tweaks:help is a standalone-only dashboard skill — it is not invoked by any parent skill in the workflow. There is no PIPELINE_RUN_DIR signal, no parent context to defer to, and the ## Next Actions block always renders. If a future parent skill ever invokes /help (e.g., a "show me the pipeline" dispatch), the parent must update this contract before that lands; until then, treat parent invocation as not applicable.
| Pattern | Why It Fails |
|---|---|
| Running a full scan when user just needs command syntax | Wastes time — respect the commands argument |
| Recommending new work when specs await review | Finish in-progress work first — stale reviews lose context |
| Recommending new work while the current PR has unresolved feedback or failing checks | In-flight work rots fastest — reviewer context decays and merge conflicts accumulate. The pipeline picture is incomplete without PR state. |
| Skipping the backlog scan | Stale backlog records create noise and slow down the pipeline |
| Not checking for baked-in assumptions | Solution-oriented backlog records bypass the debiasing step |
| Triaging backlog records from /help instead of handing off to /tidy | /help is a read-only dashboard — it reports status and recommends next steps. If the user wants to delete, promote, absorb, or defer backlog records, hand off to /claude-tweaks:tidy. Do not improvise an ad-hoc walkthrough. |
For a detailed explanation of how context flows between skills via artifacts, read context-flow.md in this skill's directory.
| Skill | Relationship |
|---|---|
/claude-tweaks:capture | Feeds items that /claude-tweaks:help surfaces |
/claude-tweaks:challenge | /claude-tweaks:help flags items with baked-in assumptions for debiasing |
/claude-tweaks:specify | /claude-tweaks:help flags unspecified design docs and uses Key Files from open records for implicit dependency detection (Stage 1's conflict detection) |
/claude-tweaks:build | /claude-tweaks:help recommends which spec to build |
/claude-tweaks:test | /claude-tweaks:help can recommend /test when code changes exist but no review is warranted |
/claude-tweaks:review | /claude-tweaks:help flags specs awaiting review |
/claude-tweaks:wrap-up | /claude-tweaks:help flags specs awaiting wrap-up |
/claude-tweaks:tidy | /claude-tweaks:help suggests /claude-tweaks:tidy when maintenance is needed |
/claude-tweaks:triage | Surfaces pending-authorization count, bot:blocked count, and rolling auto-merge count on the dashboard (Stage 4.6, triage-queue scope) — the reciprocal of triage/SKILL.md's own /claude-tweaks:help row. |
/claude-tweaks:review-backlog | Reciprocal: could surface an "N unscored records" nudge on the dashboard — the reciprocal of this skill already surfacing /claude-tweaks:triage's pending-authorization count. |
/claude-tweaks:demo | Surfaces the demo:pending count on the dashboard (Stage 4.7, acceptance-queue scope) — the reciprocal of demo/SKILL.md's own /claude-tweaks:help row. |
/claude-tweaks:dispatch | /claude-tweaks:help surfaces the authorized and building counts dispatch acts on (Stage 1) — the reciprocal of dispatch/SKILL.md's own /claude-tweaks:help row. |
/claude-tweaks:flow | /claude-tweaks:help lists /claude-tweaks:flow as an automation option for ready specs |
/claude-tweaks:browse | Utility skill — /claude-tweaks:help lists it in the utility skills table |
/claude-tweaks:stories | Lifecycle skill — /claude-tweaks:help lists it between /test and /review |
/claude-tweaks:ledger | Utility skill — /claude-tweaks:help lists it in the utility skills table and scans for active ledgers with open items |
/claude-tweaks:reflect | Component skill — /claude-tweaks:help lists it in the component skills table |
/claude-tweaks:simplify | Component skill — /claude-tweaks:help lists it in the component skills table |
/claude-tweaks:deepen | Component skill — /claude-tweaks:help lists it in the component skills table |
/claude-tweaks:journeys | Component skill — /claude-tweaks:help lists it in the component skills table |
/claude-tweaks:visual-review | Component skill — /claude-tweaks:help lists it in the component skills table |
/claude-tweaks:visualize | Component skill — /claude-tweaks:help lists it in the component skills table |
/claude-tweaks:init | /init configures the workflow system that /help reports on — /help reads the same artifact paths /init bootstraps (the work-record queue, plans, docs registry) |
/claude-tweaks:version | /version prints the installed plugin version; /help surfaces version-aware command syntax and points at /version for the canonical answer |
/claude-tweaks:design | Utility wrapper — /help lists it in the utility skills table. /design is invoked by /build (Common Step 1.7 pre-build), /test (Step 1.5 CLI gate), /review (Step 6.5 advisory pass), /flow (polish phase), and /visual-review; standalone usage is rare. |
/claude-tweaks:research | Utility skill — /help lists it in the utility skills table. /research has no fixed lifecycle position; /help may surface it as an option when a backlog record or pending spec would benefit from prior-art research. |
_shared/auto-mode-contract.md | Single source of truth for auto-mode behavior — read before adding any auto-mode handling to /help (e.g., if a future status scan ever auto-resolves recommendations) |
_shared/github-pr-scan.md | Stage 4.5 scans the current branch's PR per this shared procedure (current-pr scope); Stage 4.6 scans the triage queue (triage-queue scope); Stage 4.7 scans the acceptance queue (acceptance-queue scope) — detection ladder, exact gh/GraphQL commands, output contract, severity mapping |
_shared/work-record.md | Taxonomy home — the seven-axis label contract (stage / grants / bot state / origin / scoring / type / acceptance) Stage 1's record scan reads. /help has no row in the permission matrix — it never adds or removes a label, only queries the taxonomy every other row writes to. |