From hw
Start and manage isolated Hypo-Workflow exploration worktrees without dirtying the main project worktree.
npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwThis skill uses the workspace's default tool permissions.
Use this skill when the user invokes `/hw:explore`.
Parallel AI agents autonomously explore the codebase in background to locate specific code or information, synthesizing results into an explore-report.md. Triggers on '탐색', '코드 찾아줘', etc., or /mst:explore.
Facilitates read-only codebase exploration to understand problem spaces before speccing solutions. Triggers on 'explore this', 'investigate', 'understand the problem'.
Orchestrates end-to-end candidate-only AI research exploration atop current_research, with auditable repo understanding, idea gating, bounded code adaptation, and governed experiments to explore_outputs/.
Share bugs, ideas, or general feedback.
Use this skill when the user invokes /hw:explore.
Follow the root Hypo-Workflow output language config. Use Chinese for user-facing output when output.language is zh-CN or zh, English when it is en, and follow the conversation language when it is auto.
/hw:explore "topic" starts an isolated exploration. /hw:explore status, /hw:explore end E001, /hw:explore archive E001, /hw:explore upgrade plan E001, and /hw:explore upgrade analysis E001 manage the lifecycle after start.
Metadata lives under:
.pipeline/explorations/E001-slug/
Code worktree lives under:
~/.hypo-workflow/worktrees/<project-id>/E001-slug/
E001.explore/E001-slug.exploration.yaml, notes.md, and summary.md.exploration_start log entry.explore./hw:explore status lists exploration metadata from .pipeline/explorations/*/exploration.yaml and keeps parallel explorations distinct./hw:explore end E001 writes a structured summary with findings, changed files, commits, outcome, and an exploration_end log entry./hw:explore archive E001 marks the exploration as archived while retaining metadata, summary, branch, and worktree by default./hw:explore upgrade plan E001 exposes the exploration as /hw:plan --context explore:E001 so Discover can load the summary, notes, and evidence refs./hw:explore upgrade analysis E001 creates .pipeline/analysis/explore-E001-context.yaml with topic, summary, hypotheses, evidence, refs, branch, and worktree path.id: E001
topic: "Investigate sync drift"
status: active
source_project:
id: prj-xxxxxxxxxxxx
path: /repo/project
base_branch: main
base_commit: abc123
explore_branch: explore/E001-investigate-sync-drift
worktree_path: ~/.hypo-workflow/worktrees/prj-xxxxxxxxxxxx/E001-investigate-sync-drift
notes_path: .pipeline/explorations/E001-investigate-sync-drift/notes.md
summary_path: .pipeline/explorations/E001-investigate-sync-drift/summary.md
created_at: 2026-05-03T01:50:00+08:00
~/.hypo-workflow tree.~/.hypo-workflow/worktrees/** are allowed by OpenCode file guard.