gza-explore-summarize
Summarize an explore task, extract the important findings, and suggest concrete next steps
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Summarize an explore task, extract the important findings, and suggest concrete next steps
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review changes on current branch and output a structured review. Optionally post to PR with --pr flag, or apply non-blocking follow-ups inline with --apply-followups.
Run an interactive code-only review for a gza task's implementation branch and produce structured review output compatible with gza-task-improve
Check the implementation against the behavior specs in specs/behavior/. Reports where the code diverges from intended behavior — each divergence is either a code bug or a spec gap. The behavior spec is the source of truth; this skill never edits code or the spec.
Check the behavior spec set for coherence, ownership boundaries, and plain-language discipline without editing the spec or the code
Turn the recurring `watch` stuck-task pile into (1) a diagnosis of why each class is stuck, (2) the existing stuck rows actually cleared now, and (3) systemic prevention so it does not recur. Snapshots watch/incomplete/queue, buckets stuck tasks by failure class, dedups against already-tracked `system` work, unsticks each row by its clearing action (drop moot/dead/stale, spawn follow-up, hand review-loop rows to /gza-task-fix), then ranks and files `system`-tagged prevention fixes by blast radius (cascade-preventer first). Never merges, retries, resumes, deletes branches, or edits code.
Triage `gza incomplete` rows — classify each unresolved merge-unit lineage and recommend the right corrective action (drop moot leaves, escalate to fix, surface manual-resolve rebases, etc.). Never merges, retries, resumes, or deletes branches; never edits code.
| name | gza-explore-summarize |
| description | Summarize an explore task, extract the important findings, and suggest concrete next steps |
| allowed-tools | Read, Bash(uv run gza show:*), Bash(uv run gza log:*), AskUserQuestion |
| version | 1.0.0 |
| public | true |
Summarize a completed explore task and turn its output into concrete next-step guidance. Use this when an explore task produced useful markdown or notes, but the user wants a faster handoff into planning, implementation, or a narrower follow-up exploration.
gza-1234)If the user did not provide a full prefixed task ID, ask for it before proceeding.
Use the full prefixed task ID for all gza commands.
Produce a concise operator-facing synthesis:
This skill is not a raw inspection dump. Prefer synthesis and recommended actions over repeating the whole report.
Run:
uv run gza show <TASK_ID>
uv run gza log <TASK_ID>
Use the output to verify:
exploreIf the task is not found or is not an explore task, stop and explain the mismatch.
Use the report content from gza show or the report file it references.
Extract:
If the output is thin, ambiguous, or clearly incomplete, use AskUserQuestion to clarify what decision the user is trying to make from this research.
Summarize the exploration in a compact, decision-oriented way.
Focus on:
Do not simply restate the report section by section.
Suggest the most appropriate next step based on the exploration output:
plan task if the explore task narrowed the problem but design work is still neededimplement task if the path is already clear enough to executeexplore task if one key unknown still blocks good planning or implementationreview or docs-oriented follow-up only if the exploration clearly points thereWhen helpful, recommend concrete gza commands using the current task as lineage:
uv run gza add --type plan --based-on <TASK_ID> "..."
uv run gza add --type implement --based-on <TASK_ID> "..."
uv run gza add --type explore --based-on <TASK_ID> "..."
Prefer one recommended path plus one fallback, rather than a long menu of possibilities.
Use this structure:
Explore Summary: Task <TASK_ID>
Task Context
- Status: <status>
- Prompt: <prompt>
Key Findings
- <finding>
- <finding>
- <finding>
What Matters
- <implication or decision-relevant takeaway>
Open Questions
- <remaining uncertainty>
Suggested Next Steps
1. <recommended next action>
2. <optional fallback or follow-up action>
Recommended Commands
- <command>
- <command>
Keep it concise. The goal is to help the user decide what to do next without rereading the whole exploration report.
plan task over jumping straight to implement./gza-task-info./gza-summary.