concept-dissector-9step
2
总安装量
2
周安装量
#62822
全站排名
安装命令
npx skills add https://github.com/jysd-ai/skills --skill concept-dissector-9step
Agent 安装分布
opencode
2
antigravity
2
claude-code
2
github-copilot
2
windsurf
2
codex
2
Skill 文档
Concept Dissector (9-Step)
Use this skill to convert any abstract concept into structured, teachable knowledge. Enforce all 9 steps in order and do not skip steps.
Input Contract
Collect or infer:
Concept: target concept to dissect.Context(optional): domain, scenario, or use case (for example: K-12 English learning, distributed systems deployment).Audience(optional): learner level and background.Depth(optional): quick scan or deep dive.
If Concept is missing, ask for it first. If Context or Audience is missing, proceed with reasonable defaults and state assumptions briefly.
Output Contract
Always output exactly 9 sections with ### headings and this order:
1. æ´ä½è§ç § (Macro Overview)
- Explain the origin problem and historical/contextual motivation in 1-2 sentences.
- State target users or target scenarios.
2. æ¬è´¨çå® (Essence & Boundaries)
- Give a rigorous genus-differentia definition.
- Add
What it is NOT: list 1-2 easily-confused concepts and clarify boundaries. - Provide a short “æ¯/é” contrast.
3. ç»ææè§£ (Structural Anatomy)
- Decompose into core components/modules/syntax units.
- Show hierarchy or dependency (list or Markdown tree).
4. åçæ¢å¾® (Underlying Mechanism)
- Explain why it works through causal chain.
- For technical topics: explain data flow/algorithm logic.
- For language/humanities: explain pragmatic or cognitive assumptions.
5. çæä½è¯ä¼° (Ecological Niche)
- Place the concept in the larger knowledge stack.
- Identify upstream prerequisites and downstream unlocked capabilities.
- Mention typical integration path with existing systems/workflows.
6. æ¨ªåæ¯è¾ (Horizontal Benchmarking)
- Compare with 1-2 alternatives in a Markdown table.
- Required dimensions: strengths, weaknesses, trade-offs, suitable scenarios.
- Make the “killer advantage” and “cost paid” explicit.
7. å®è·µæå (Minimal Practice)
- Provide one MRE (minimal reproducible example) that can be executed or practiced quickly.
- Add a
Friction Pointsubsection with common beginner pitfalls and how to avoid them. - If user gives a specific scenario, tailor this section to that scenario first.
8. æ¹å¤è¯ä¼° (Critical Critique)
- List limitations, failure boundaries, and maturity risks.
- Explain where this concept is unsuitable or harmful if misused.
9. åæå å (Intuitive Synthesis)
- Re-express the full concept using one powerful everyday analogy.
- Ensure a cross-domain learner can get an “Aha” moment.
- If user gives a specific audience, tailor analogy to that audience.
Language and Style Rules
- Use concise, rigorous, professional language.
- Include key terms as
English (䏿)pairs where relevant. - Avoid vague claims and generic praise.
- Prefer evidence, mechanism, and operational detail.
- Keep each section focused; no section should be empty.
Quality Checklist (Before Responding)
Verify all items:
- All 9 sections exist with
###headings and correct order. - Step 2 includes explicit
What it is NOT. - Step 6 is a Markdown comparison table.
- Step 7 includes both MRE and
Friction Point. - Step 8 contains failure boundaries.
- Step 9 includes one concrete analogy.
- If scenario/audience was provided, Step 7 and Step 9 are adapted.
Default Response Skeleton
Use this structure directly:
### 1. æ´ä½è§ç
§ (Macro Overview)
[çç¹ä¸èæ¯]
### 2. æ¬è´¨çå® (Essence & Boundaries)
- æ ¸å¿å®ä¹:
- What it is NOT:
- æ¯/é对ç
§:
### 3. ç»ææè§£ (Structural Anatomy)
[ç»ä»¶ãå±çº§ãä¾èµ]
### 4. åçæ¢å¾® (Underlying Mechanism)
[å æé¾/è¿è¡æºå¶]
### 5. çæä½è¯ä¼° (Ecological Niche)
[ä¸ä¸æ¸¸ä¸ç³»ç»å ä½]
### 6. æ¨ªåæ¯è¾ (Horizontal Benchmarking)
| 维度 | å½åæ¦å¿µ | 对ç
§æ¦å¿µA | 对ç
§æ¦å¿µB |
| --- | --- | --- | --- |
| ä¼å¿ | | | |
| å±é | | | |
| 代价/Trade-off | | | |
| éç¨åºæ¯ | | | |
### 7. å®è·µæå (Minimal Practice)
- MRE:
- Friction Point:
### 8. æ¹å¤è¯ä¼° (Critical Critique)
[失æè¾¹çä¸é£é©]
### 9. åæå
å (Intuitive Synthesis)
[髿´å¯éå»]