Skip to main content
Run any Skill in Manus
with one click
GitHub repository

claude-deep-work

claude-deep-work contains 27 collected skills from Sungmin-Cho, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
27
Stars
10
updated
2026-07-22
Forks
1
Occupation coverage
6 occupation categories ยท 100% classified
repository explorer

Skills in this repository

deep-implement
computer-occupations-all-other

This skill should be used at Phase 3 of deep-work to execute slice-based TDD (RED โ†’ GREEN โ†’ REFACTOR) for each approved plan slice. Dispatches in solo (inline) or team (implement-slice-worker subagent delegation by cluster_id) mode, runs computational sensors (lint/typecheck/coverage), performs 2-stage slice review (delegate reviewer + evaluator_model), and emits M3-envelope-wrapped receipts/SLICE-*.json via hooks/scripts/wrap-receipt-envelope.js. Triggered by 'implement phase', '๊ตฌํ˜„ ์‹œ์ž‘', '/deep-work continue', /deep-implement slash, cross-platform Skill({ skill: "deep-work:deep-implement", args: "..." }), or orchestrator dispatch after plan approval.

2026-07-22
deep-plan
computer-occupations-all-other

This skill should be used at Phase 2 of deep-work, after research.md approval, to design a detailed implementation plan with TDD slices. Decomposes work into SLICE-NNN units with `depends_on` DAG, acceptance contracts (`failing_test`, `acceptance_threshold`), and optional `cluster_id` hint for parallel-safe grouping. Emits plan.md with the inline slice DAG (Implement Phase's deep-implement skill parses it for worker fan-out โ€” no external slices.md/slice-graph.json is emitted). Triggered by 'create implementation plan', '๊ณ„ํš ์ˆ˜๋ฆฝ', /deep-plan slash, cross-platform Skill({ skill: "deep-work:deep-plan", args: "..." }), or orchestrator dispatch after research approval.

2026-07-22
deep-spec
computer-occupations-all-other

Author the executable spec contract for deep-work research sessions. Invoked through /deep-spec, $deep-work:deep-spec, or orchestrator dispatch.

2026-07-22
deep-work-orchestrator
computer-occupations-all-other

This skill should be used when the user invokes /deep-work "task", uses cross-platform Skill({ skill: "deep-work:deep-work-orchestrator", args: "task" }), asks to start a new deep-work session, or requests evidence-driven workflow auto-flow across Brainstorm โ†’ Research โ†’ Plan โ†’ Implement โ†’ Test phases. Handles session initialization (profile v3 load, capability detection, session-recommender sub-agent, AskUserQuestion 4-key ask, flag parsing) and dispatches the 5-phase pipeline with Exit Gates between each phase.

2026-07-22
deep-finish
software-developers

Use when the user finishes a deep-work session โ€” merging, opening a PR, keeping the branch as-is, or discarding. Triggers on `/deep-finish`, "finish session", "wrap up session", "์„ธ์…˜ ๋งˆ๋ฌด๋ฆฌ", "์„ธ์…˜ ์ข…๋ฃŒ", "PR ๋งŒ๋“ค์–ด์ค˜", or orchestrator auto-call after Phase 5 (Integrate) completes. Emits an M3-envelope-wrapped `session-receipt.json` (and optionally a cross-plugin `handoff.json`). Supports `--skip-integrate` (Phase 5 bypass), `--handoff-to=<plugin>` / `--no-handoff` (post-finish handoff control).

2026-07-21
deep-phase-review
software-developers

Use when the user manually requests a deep-work phase document review. Parses --phase, --structural, and --adversarial compatibility arguments, then enters the canonical adaptive review protocol.

2026-07-21
deep-report
software-developers

Use when the user wants to generate or view the comprehensive deep-work session report โ€” session lifecycle, slice summary, evidence trail, TDD compliance, sensor pass-rate, model usage, evaluation outcomes. Triggers on `/deep-report`, `/deep-status --report`, "session report", "deep-work report", "์„ธ์…˜ ๋ฆฌํฌํŠธ", "์„ธ์…˜ ๋ณด๊ณ ์„œ", "๋ฆฌํฌํŠธ ์ƒ์„ฑ". Writes to `$WORK_DIR/report.md` and prints inline summary. Sub-page of the deep-status hub.

2026-07-21
deep-research
software-developers

This skill should be used during deep-work Phase 1 to research an existing codebase (architecture/patterns/risks) via research-codebase-worker, or to investigate a zero-base project's tech stack/conventions/data-model via research-zerobase-worker (using WebSearch + Context7 for up-to-date library docs). Consumes evolve-insights and harnessability M3 envelopes as context. Triggered by 'start research phase', 'analyze codebase', /deep-research slash, cross-platform Skill({ skill: "deep-work:deep-research", args: "..." }), or orchestrator dispatch after brainstorm approval. Solo/Team mode automatic based on project size.

2026-07-21
deep-resume
software-developers

Use when the user wants to resume an active deep-work session โ€” restoring context from previous artifacts and continuing from the current phase. Triggers on `/deep-resume`, "resume session", "deep-work ์ด์–ด์„œ", "์„ธ์…˜ ์žฌ๊ฐœ", "์ด์ „ ์ž‘์—… ๊ณ„์†", or when interrupted mid-phase. Detects active session via env var โ†’ pointer file โ†’ legacy fallback, restores worktree context, migrates state if version-bumped, clears phase cache, and dispatches to the per-phase resume skill. Supports `--session=<id>`, `--resume-from=<phase>`, `--worktree=<path>`.

2026-07-21
deep-status
software-developers

Use when the user wants to see the current deep-work session status and progress โ€” dashboard, badge, tree, or routing to sub-pages (receipts / history / report / assumptions). Triggers on `/deep-status`, "session status", "deep-work status", "์„ธ์…˜ ์ƒํƒœ", "์„ธ์…˜ ํ˜„ํ™ฉ", "์ƒํƒœ ํ™•์ธ". Hub command that dispatches to deep-receipt (ยง6), deep-history (ยง7), deep-report (ยง8), deep-assumptions (ยง9) sub-skills via inline body Read. Supports `--compare` (fork comparison), `--receipts`, `--history`, `--report`, `--assumptions`, `--all`, `--tree`, `--badge`, `--risk`.

2026-07-21
deep-test
software-developers

This skill should be used at Phase 4 of deep-work, after all slices in plan.md are marked [x], to run 9 verification gates: receipt completeness, plan-alignment drift, cross-slice spec/quality review, sensor clean, mutation, fitness delta, and health required/advisory. On failure, triggers the implement-test retry loop (cleanup implement_completed_at + receipt invalidation). Sets test_passed: true marker that gates deep-finish's session-receipt M3 envelope emit (with parent_run_id chain to consumed evolve-insights run). Triggered by /deep-test slash, cross-platform Skill({ skill: "deep-work:deep-test", args: "..." }), or orchestrator dispatch after implement approval.

2026-07-21
deep-integrate
software-developers

Phase 5 โ€” Integrate: ์„ค์น˜๋œ deep-suite ํ”Œ๋Ÿฌ๊ทธ์ธ ์ƒํƒœ๋ฅผ ์ˆ˜์ง‘ํ•˜์—ฌ AI๊ฐ€ ๋‹ค์Œ ๋‹จ๊ณ„๋ฅผ ์ถ”์ฒœํ•˜๊ณ  ์‚ฌ์šฉ์ž๊ฐ€ ์„ ํƒยท์‹คํ–‰ํ•˜๋Š” ๋Œ€ํ™”ํ˜• ๋ฃจํ”„. Phase 4(Test) ์™„๋ฃŒ ํ›„ ํ˜ธ์ถœ๋˜๊ฑฐ๋‚˜ `/deep-integrate` slash ๋˜๋Š” cross-platform Skill({ skill: "deep-work:deep-integrate", args: "..." })๋กœ ๋ช…์‹œ์  ์žฌ์ง„์ž… ๊ฐ€๋Šฅ. `--skip-integrate`๋กœ ๊ฑด๋„ˆ๋›ธ ์ˆ˜ ์žˆ๋‹ค.

2026-05-21
deep-work
project-management-specialists

Use when the user invokes /deep-work "task", uses cross-platform Skill({ skill: "deep-work:deep-work", args: "task" }) or $deep-work:deep-work "task", asks to start a new deep-work session, or requests the primary Evidence-Driven Development auto-flow entry point. This is a compatibility alias for deep-work-orchestrator and preserves the historical /deep-work entry name.

2026-05-18
deep-assumptions
project-management-specialists

Use when the user wants to inspect deep-work's assumption health report โ€” Wilson Score-based per-assumption confidence, verdict (justified / loosen / drop), model-aware split, and decay history. Triggers on `/deep-assumptions`, `/deep-status --assumptions`, "assumption health", "rule justification", "loosen enforcement", "์–ด์ธ์…˜ ํ—ฌ์Šค", "๊ทœ์น™ ์ •๋‹นํ™”", "๊ฐ€์ • ๊ฒ€์ฆ". Reads session evidence to decide whether deep-work's hook denylist + receipt validation rules are still justified. Sub-page of the deep-status hub.

2026-05-18
deep-brainstorm
management-analysts-131111

This skill should be used at Phase 0 of a deep-work session to explore the problem space before implementation โ€” defining goals, success criteria, boundaries, and comparing 2-3 candidate approaches. Triggered when the /deep-work orchestrator enters brainstorm phase, when /deep-brainstorm is invoked directly, or via cross-platform Skill({ skill: "deep-work:deep-brainstorm", args: "..." }) to ideate on a task without writing code yet. Skippable via --skip-brainstorm.

2026-05-18
deep-cleanup
network-and-computer-systems-administrators

Use when the user wants to scan and clean up stale deep-work git worktrees (`dw/*` branches) plus fork worktrees. Triggers on `/deep-cleanup`, "clean worktrees", "stale worktree", "worktree ์ •๋ฆฌ", "fork ์ •๋ฆฌ", "deep-work ์ •๋ฆฌ". Scans `git worktree list`, classifies stale/active, offers per-worktree or batch deletion via AskUserQuestion, handles dirty trees with extra confirmation, and prunes `.claude/deep-work-sessions.json` registry for idle fork sessions.

2026-05-18
deep-debug
software-developers

Use when the user enters debug sub-mode during deep-work Phase 3 (Implement) to investigate root causes before applying fixes. Triggers on `/deep-debug`, "systematic debug", "root cause investigation", "๋””๋ฒ„๊ทธ ๋ชจ๋“œ", "๊ทผ๋ณธ ์›์ธ ๋ถ„์„", `verification_cmd` ์‹คํŒจ ์‹œ ์ž๋™ ์ง„์ž…, or "fix this" once iron-rule blocks guessing. Four phases: Investigate โ†’ Analyze โ†’ Hypothesize โ†’ Implement. Iron rule: NO fixes without root cause investigation first. Escalates to user after 3 invalidated hypotheses.

2026-05-18
deep-fork
network-and-computer-systems-administrators

Use when the user wants to fork an existing deep-work session to explore an alternative approach without losing the original. Triggers on `/deep-fork`, "fork session", "alternative approach", "์„ธ์…˜ fork", "๋‹ค๋ฅธ ์ ‘๊ทผ", "๋ถ„๊ธฐ ํƒ์ƒ‰". Resolves target session-id (explicit arg or auto-detect active), parses `--from-phase=<phase>` (brainstorm|research|plan|implement) to choose restart point, creates a new worktree+session pair, copies brainstorm.md/research.md/plan.md up to the from-phase boundary, and registers `fork_parent` link in `.claude/deep-work-sessions.json`.

2026-05-18
deep-history
software-developers

Use when the user wants to view cross-session deep-work history โ€” completed session list, TDD compliance rates, model usage (haiku/sonnet/opus/main), evaluator model usage, and aggregate trends. Triggers on `/deep-history`, `/deep-status --history`, "session history", "deep-work history", "์„ธ์…˜ ์ด๋ ฅ", "์ด์ „ ์„ธ์…˜", "TDD ์ค€์ˆ˜์œจ ํŠธ๋ Œ๋“œ". Scans `.deep-work/*/session-receipt.json` envelopes recursively, aggregates per-session stats, and displays trend indicators (recent-3 vs prior-3). Sub-page of the deep-status hub.

2026-05-18
deep-insight
software-quality-assurance-analysts-and-testers

Use when the user wants a code-metrics + complexity + dependency analysis report on a target file/directory/glob. Triggers on `/deep-insight`, "code insight", "complexity report", "code metrics", "๋ฉ”ํŠธ๋ฆญ ๋ถ„์„", "๋ณต์žก๋„ ๋ฆฌํฌํŠธ", "์˜์กด์„ฑ ๋ถ„์„", or auto-invocation by `/deep-test` as the Insight Tier of the 3-tier Quality Gate (never blocks). Analysis-only โ€” does NOT modify code. Saves results to `$WORK_DIR/insight-report.md` when run inside a deep-work session, prints inline otherwise.

2026-05-18
deep-mutation-test
software-quality-assurance-analysts-and-testers

Use when the user wants mutation testing on changed files to verify AI-generated test quality, with optional auto-fix loop for surviving mutants. Triggers on `/deep-mutation-test`, "mutation test", "test quality", "mutation score", "๋ฎคํ…Œ์ด์…˜ ํ…Œ์ŠคํŠธ", "ํ…Œ์ŠคํŠธ ํ’ˆ์งˆ ๊ฒ€์ฆ". Primary callsite is Phase 4 (Test) but supports standalone manual use. Computes `killed / (killed + survived)` score (excludes NoCoverage), auto-fix loop (max 3 rounds) transitions back to Implement phase to add tests for survived mutants then re-runs.

2026-05-18
deep-receipt
software-developers

Use when the user wants to view, dashboard, or export deep-work slice receipts (`receipts/SLICE-*.json`). Triggers on `/deep-receipt`, `/deep-status --receipts`, "receipt dashboard", "slice receipt", "๋ฆฌ์‹œํŠธ ๋ณด๊ธฐ", "๋ฆฌ์‹œํŠธ ๋Œ€์‹œ๋ณด๋“œ", "์—๋น„๋˜์Šค ๋ฆฌ์‹œํŠธ". Default subcommand is `dashboard` (ASCII visual of all slice receipts). Also: `view SLICE-NNN`, `export`, `validate`. Sub-page of the deep-status hub.

2026-05-18
deep-sensor-scan
software-quality-assurance-analysts-and-testers

Use when the user wants to manually run computational sensors (linter, type checker, coverage) โ€” works inside or outside a deep-work session. Triggers on `/deep-sensor-scan`, "run sensors", "lint check", "type check", "coverage", "์„ผ์„œ ์‹คํ–‰", "๋ฆฐํŠธ ๊ฒ€์‚ฌ", "ํƒ€์ž… ๊ฒ€์‚ฌ". Detects ecosystems via `sensors/detect.js`, runs per-tool with timeout, returns errors/warnings + FIX suggestions per file:line. Supports `--detect` (detection only), `--lint`, `--typecheck`, `--coverage` flags for selective runs.

2026-05-18
deep-slice
project-management-specialists

Use when the user wants slice-level management inside a deep-work Phase 3 (Implement) session โ€” status dashboard, manual activation, spike mode entry, reset, or per-slice model override. Triggers on `/deep-slice`, "slice status", "spike mode", "slice reset", "์Šฌ๋ผ์ด์Šค ์ƒํƒœ", "์ŠคํŒŒ์ดํฌ ๋ชจ๋“œ". Primary escape hatch for TDD-blocked scenarios (phase-guard surfaces `/deep-slice spike|reset` in block messages). Subcommands: `activate SLICE-NNN`, `spike SLICE-NNN`, `reset SLICE-NNN`, `model SLICE-NNN [model]`.

2026-05-18
drift-check
project-management-specialists

Use when the user wants plan-alignment verification โ€” comparing the approved plan against actual implementation to detect unimplemented items, out-of-scope changes, and design drift. Triggers on `/drift-check`, "plan drift", "drift detection", "plan alignment", "ํ”Œ๋žœ ๋“œ๋ฆฌํ”„ํŠธ", "๊ณ„ํš ์ •ํ•ฉ์„ฑ", "๋“œ๋ฆฌํ”„ํŠธ ๊ฒ€์ฆ", or auto-invocation by `/deep-test` as the Required Gate (blocks on drift). Read-only โ€” does NOT modify code. Saves results to `$WORK_DIR/drift-report.md` when in workflow mode.

2026-05-18
solid-review
software-quality-assurance-analysts-and-testers

Use when the user wants SOLID design-principles code review โ€” evaluating SRP / OCP / LSP / ISP / DIP compliance on a target file/directory/glob. Triggers on `/solid-review`, "SOLID review", "design review", "design principles", "SOLID ๊ฒ€์ฆ", "๋””์ž์ธ ๋ฆฌ๋ทฐ", "์›์น™ ๊ฒ€์ฆ", or auto-invocation by `/deep-test` as the Advisory Quality Gate (does not block). Review-only โ€” does NOT modify code. Saves results to `$WORK_DIR/solid-review.md` when in workflow mode.

2026-05-18
deep-work-workflow
software-developers

This skill provides a high-level overview of the deep-work workflow (Brainstorm โ†’ Research โ†’ Plan โ†’ Implement โ†’ Test โ†’ Integrate, with M3 envelope receipt emit and Exit Gates between phases). Use when the user asks how deep-work works, requests a workflow overview, asks 'which phase should I start from', or needs to understand the phase-to-phase contracts. For executing an actual phase, prefer the phase-specific skills (deep-brainstorm, deep-research, deep-plan, deep-implement, deep-test, deep-integrate). Triggers: 'deep-work overview', 'workflow ๊ฐœ์š”', 'how does deep-work work', 'phase ๊ตฌ์กฐ ์„ค๋ช…'.

2026-05-13
claude-deep-work Agent Skills on GitHub | SkillsMP