mcpbeat

Deep Dive

joonghyun-lee-frieren/deep-dive

444 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
203
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Joonghyun-Lee-Frieren/oh-my-antigravity --skill deep-dive

The instruction itself

5 sections, as written by the author

Purpose

Use this skill when requirements are incomplete, conflicting, or too vague to begin implementation safely.

Trigger

  • User asks for implementation but goals/constraints are still unclear
  • Multiple interpretations exist for scope, acceptance criteria, or architecture direction
  • Team needs a compact interview artifact before /oma:team-plan or /oma:team-prd

Workflow

  • Trace known facts from the request and current repository context.
  • Compute a simple clarity score (low, medium, high) for implementation readiness.
  • Run a structured interview pass:
  • essential questions (must answer before planning)
  • standard questions (quality/cost/risk tuning)
  • deep questions (edge-case and long-term maintainability)
  • Record assumptions explicitly and mark each as validated, pending, or risky.
  • Produce a launch brief that can be consumed by planning/execution stages.
  • If filesystem tools are available, update:
  • .omg/state/interview-context.json
  • .omg/state/launch-brief.md

Output Template

## Clarity Score
- level: low|medium|high
- rationale: ...

## Known Facts
- ...

## Open Questions
1. ...
2. ...

## Assumption Ledger
| Assumption | Status (validated/pending/risky) | Validation Path |
| --- | --- | --- |
| ... | ... | ... |

## Launch Brief
- objective:
- boundaries:
- acceptance hints:
- recommended next command:

Notes

  • Keep output concise and operator-facing.
  • Do not start coding when essential interview questions are unresolved.
  • This skill remains extension-native (prompt/state level), without external daemons or runtime wrappers.

How to use it

Copy the folder

Take joonghyun-lee-frieren/deep-dive from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.