From hw
Loads and executes Hypo-Workflow skill instructions for analysis tasks, routing to a skill file and processing user-provided arguments.
How this command is triggered — by the user, by Claude, or both
Slash command
/hw:analysisThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /hw:analysis Canonical command: `/hw:analysis` Route: `analysis` Skill: `skills/analysis/SKILL.md` Load the corresponding Hypo-Workflow skill instructions from `skills/analysis/SKILL.md`, then execute `/hw:analysis` semantics with any user-provided arguments. ## Ask Questions Discipline Use Ask Questions proactively when a decision materially changes scope, safety, architecture, release behavior, remote side effects, protected files, or acceptance criteria. Use the `question` tool when it is available; otherwise stop and ask the user in the normal response channel. Do not bury requir...
Canonical command: /hw:analysis
Route: analysis
Skill: skills/analysis/SKILL.md
Load the corresponding Hypo-Workflow skill instructions from skills/analysis/SKILL.md, then execute /hw:analysis semantics with any user-provided arguments.
Use Ask Questions proactively when a decision materially changes scope, safety, architecture, release behavior, remote side effects, protected files, or acceptance criteria. Use the question tool when it is available; otherwise stop and ask the user in the normal response channel. Do not bury required user decisions in unrelated prose or proceed on a guess when the answer changes what should be edited, tested, pushed, released, installed, or delegated.
Prefer one concise question with the smallest actionable decision. Continue without asking only when the repo evidence and active configuration make the decision unambiguous.
When using DeepSeek through Claude Code, follow these rules strictly. They override any conflicting habits from chat training.
null, "", {}, or [] as a placeholder. If a field is optional and you have no value, leave it out of the JSON entirely.["a", "b"], never "[\"a\", \"b\"]" as a string, never {} as an object, and never "foo" as a bare string.["foo"], not "foo".30, not "30"; true, not "true".Before acting, inspect the relevant context when present:
.pipeline/config.yaml.pipeline/cycle.yaml.pipeline/state.yaml.pipeline/rules.yamlKeep this command as a Claude Code plugin slash-command mapping, not a separate runner. Claude Code performs the work; Hypo-Workflow files remain the source of truth.
npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hw/analysisShows detailed wave analysis: role-by-role status, tokens, cost breakdown, and orphan session detection.
/analysisAnalyzes content creation data from CSV/Excel/JSON files for performance, trends, or comparisons, generating Markdown reports with charts, stats, insights, and suggestions.