@rfxlamia/skillkit 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/agents/creative-copywriter.md +212 -0
- package/agents/agents/dario-amodei.md +135 -0
- package/agents/agents/doc-simplifier.md +63 -0
- package/agents/agents/kotlin-pro.md +433 -0
- package/agents/agents/red-team.md +136 -0
- package/agents/agents/sam-altman.md +121 -0
- package/agents/agents/seo-manager.md +184 -0
- package/package.json +1 -1
- package/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/adversarial-review/SKILL.md +219 -0
- package/skills/skills/baby-education/SKILL.md +260 -0
- package/skills/skills/baby-education/references/advanced-techniques.md +323 -0
- package/skills/skills/baby-education/references/transformations.md +345 -0
- package/skills/skills/been-there-done-that/SKILL.md +455 -0
- package/skills/skills/been-there-done-that/references/analysis-patterns.md +162 -0
- package/skills/skills/been-there-done-that/references/git-commands.md +132 -0
- package/skills/skills/been-there-done-that/references/tree-insertion-logic.md +145 -0
- package/skills/skills/coolhunter/SKILL.md +270 -0
- package/skills/skills/coolhunter/assets/elicitation-methods.csv +51 -0
- package/skills/skills/coolhunter/knowledge/elicitation-methods.md +312 -0
- package/skills/skills/coolhunter/references/workflow-execution.md +238 -0
- package/skills/skills/coolhunter/workflow-plan-coolhunter.md +232 -0
- package/skills/skills/creative-copywriting/SKILL.md +324 -0
- package/skills/skills/creative-copywriting/databases/README.md +60 -0
- package/skills/skills/creative-copywriting/databases/carousel-structures.csv +16 -0
- package/skills/skills/creative-copywriting/databases/emotional-arcs.csv +11 -0
- package/skills/skills/creative-copywriting/databases/hook-formulas.csv +51 -0
- package/skills/skills/creative-copywriting/databases/power-words.csv +201 -0
- package/skills/skills/creative-copywriting/databases/psychological-triggers.csv +21 -0
- package/skills/skills/creative-copywriting/databases/read-more-patterns.csv +26 -0
- package/skills/skills/creative-copywriting/databases/swipe-triggers.csv +31 -0
- package/skills/skills/creative-copywriting/references/carousel-psychology.md +223 -0
- package/skills/skills/creative-copywriting/references/hook-anatomy.md +169 -0
- package/skills/skills/creative-copywriting/references/power-word-science.md +134 -0
- package/skills/skills/creative-copywriting/references/storytelling-frameworks.md +157 -0
- package/skills/skills/diverse-content-gen/SKILL.md +201 -0
- package/skills/skills/diverse-content-gen/references/advanced-techniques.md +320 -0
- package/skills/skills/diverse-content-gen/references/research-findings.md +379 -0
- package/skills/skills/diverse-content-gen/references/task-workflows.md +241 -0
- package/skills/skills/diverse-content-gen/references/tool-integration.md +419 -0
- package/skills/skills/diverse-content-gen/references/troubleshooting.md +426 -0
- package/skills/skills/diverse-content-gen/references/vs-core-technique.md +240 -0
- package/skills/skills/framework-critical-thinking/SKILL.md +220 -0
- package/skills/skills/framework-critical-thinking/references/bias_detector.md +375 -0
- package/skills/skills/framework-critical-thinking/references/fallback_handler.md +239 -0
- package/skills/skills/framework-critical-thinking/references/memory_curator.md +161 -0
- package/skills/skills/framework-critical-thinking/references/metacognitive_monitor.md +297 -0
- package/skills/skills/framework-critical-thinking/references/producer_critic_orchestrator.md +333 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_router.md +235 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_validator.md +97 -0
- package/skills/skills/framework-critical-thinking/references/reflection_trigger.md +78 -0
- package/skills/skills/framework-critical-thinking/references/self_verification.md +388 -0
- package/skills/skills/framework-critical-thinking/references/uncertainty_quantifier.md +207 -0
- package/skills/skills/framework-initiative/SKILL.md +231 -0
- package/skills/skills/framework-initiative/references/examples.md +150 -0
- package/skills/skills/framework-initiative/references/impact-analysis.md +157 -0
- package/skills/skills/framework-initiative/references/intent-patterns.md +145 -0
- package/skills/skills/framework-initiative/references/star-framework.md +165 -0
- package/skills/skills/humanize-docs/SKILL.md +203 -0
- package/skills/skills/humanize-docs/references/advanced-techniques.md +13 -0
- package/skills/skills/humanize-docs/references/core-transformations.md +368 -0
- package/skills/skills/humanize-docs/references/detection-patterns.md +400 -0
- package/skills/skills/humanize-docs/references/examples-gallery.md +374 -0
- package/skills/skills/imagine/SKILL.md +190 -0
- package/skills/skills/imagine/references/artstyle-corporate-memphis.md +625 -0
- package/skills/skills/imagine/references/artstyle-crewdson-hyperrealism.md +295 -0
- package/skills/skills/imagine/references/artstyle-iphone-social-media.md +426 -0
- package/skills/skills/imagine/references/artstyle-sciencesaru.md +276 -0
- package/skills/skills/pre-deploy-checklist/README.md +26 -0
- package/skills/skills/pre-deploy-checklist/SKILL.md +153 -0
- package/skills/skills/pre-deploy-checklist/references/checklist-categories.md +174 -0
- package/skills/skills/pre-deploy-checklist/references/domain-prompts.md +216 -0
- package/skills/skills/prompt-engineering/SKILL.md +209 -0
- package/skills/skills/prompt-engineering/references/advanced-combinations.md +444 -0
- package/skills/skills/prompt-engineering/references/chain-of-thought.md +140 -0
- package/skills/skills/prompt-engineering/references/decision_matrix.md +220 -0
- package/skills/skills/prompt-engineering/references/few-shot.md +346 -0
- package/skills/skills/prompt-engineering/references/json-format.md +270 -0
- package/skills/skills/prompt-engineering/references/natural-language.md +420 -0
- package/skills/skills/prompt-engineering/references/pitfalls.md +365 -0
- package/skills/skills/prompt-engineering/references/prompt-chaining.md +498 -0
- package/skills/skills/prompt-engineering/references/react.md +108 -0
- package/skills/skills/prompt-engineering/references/self-consistency.md +322 -0
- package/skills/skills/prompt-engineering/references/tree-of-thoughts.md +386 -0
- package/skills/skills/prompt-engineering/references/xml-format.md +220 -0
- package/skills/skills/prompt-engineering/references/yaml-format.md +488 -0
- package/skills/skills/prompt-engineering/references/zero-shot.md +74 -0
- package/skills/skills/quick-spec/SKILL.md +280 -0
- package/skills/skills/quick-spec/assets/tech-spec-template.md +74 -0
- package/skills/skills/quick-spec/references/step-01-understand.md +189 -0
- package/skills/skills/quick-spec/references/step-02-investigate.md +144 -0
- package/skills/skills/quick-spec/references/step-03-generate.md +128 -0
- package/skills/skills/quick-spec/references/step-04-review.md +173 -0
- package/skills/skills/quick-spec/tests/__pycache__/test_skill.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/quick-spec/tests/test_scenarios.md +83 -0
- package/skills/skills/quick-spec/tests/test_skill.py +136 -0
- package/skills/skills/readme-expert/SKILL.md +538 -0
- package/skills/skills/readme-expert/knowledge/INDEX.md +192 -0
- package/skills/skills/readme-expert/knowledge/application/quality-standards.md +470 -0
- package/skills/skills/readme-expert/knowledge/application/script-executor.md +604 -0
- package/skills/skills/readme-expert/knowledge/application/template-library.md +822 -0
- package/skills/skills/readme-expert/knowledge/foundation/codebase-scanner.md +361 -0
- package/skills/skills/readme-expert/knowledge/foundation/validation-checklist.md +481 -0
- package/skills/skills/red-teaming/SKILL.md +321 -0
- package/skills/skills/red-teaming/references/ai-llm-redteam.md +517 -0
- package/skills/skills/red-teaming/references/attack-techniques.md +410 -0
- package/skills/skills/red-teaming/references/cybersecurity-redteam.md +383 -0
- package/skills/skills/red-teaming/references/tools-frameworks.md +446 -0
- package/skills/skills/releasing/.skillkit-mode +1 -0
- package/skills/skills/releasing/SKILL.md +225 -0
- package/skills/skills/releasing/references/version-detection.md +108 -0
- package/skills/skills/screenwriter/SKILL.md +273 -0
- package/skills/skills/screenwriter/references/advanced-techniques.md +216 -0
- package/skills/skills/screenwriter/references/pipeline-integration.md +266 -0
- package/skills/skills/skillkit/.claude/settings.local.json +7 -0
- package/skills/skills/skillkit/.claude-plugin/plugin.json +27 -0
- package/skills/skills/skillkit/CHANGELOG.md +484 -0
- package/skills/skills/skillkit/SKILL.md +511 -0
- package/skills/skills/skillkit/commands/skillkit.md +6 -0
- package/skills/skills/skillkit/commands/validate-plan.md +6 -0
- package/skills/skills/skillkit/commands/verify.md +6 -0
- package/skills/skills/skillkit/knowledge/INDEX.md +352 -0
- package/skills/skills/skillkit/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit/knowledge/application/10-technical-architecture.md +324 -0
- package/skills/skills/skillkit/knowledge/application/11-adoption-strategy.md +267 -0
- package/skills/skills/skillkit/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit/knowledge/application/13-competitive-landscape.md +198 -0
- package/skills/skills/skillkit/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit/knowledge/foundation/04-hybrid-patterns.md +308 -0
- package/skills/skills/skillkit/knowledge/foundation/05-token-economics.md +275 -0
- package/skills/skills/skillkit/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit/knowledge/foundation/07-security-concerns.md +322 -0
- package/skills/skills/skillkit/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit/knowledge/plugin-guide.md +614 -0
- package/skills/skills/skillkit/knowledge/tools/14-validation-tools-guide.md +150 -0
- package/skills/skills/skillkit/knowledge/tools/15-cost-tools-guide.md +157 -0
- package/skills/skills/skillkit/knowledge/tools/16-security-tools-guide.md +122 -0
- package/skills/skills/skillkit/knowledge/tools/17-pattern-tools-guide.md +161 -0
- package/skills/skills/skillkit/knowledge/tools/18-decision-helper-guide.md +243 -0
- package/skills/skills/skillkit/knowledge/tools/19-test-generator-guide.md +275 -0
- package/skills/skills/skillkit/knowledge/tools/20-split-skill-guide.md +149 -0
- package/skills/skills/skillkit/knowledge/tools/21-quality-scorer-guide.md +226 -0
- package/skills/skills/skillkit/knowledge/tools/22-migration-helper-guide.md +356 -0
- package/skills/skills/skillkit/knowledge/tools/23-subagent-creation-guide.md +448 -0
- package/skills/skills/skillkit/knowledge/tools/24-behavioral-testing-guide.md +122 -0
- package/skills/skills/skillkit/references/proposal-generation.md +982 -0
- package/skills/skills/skillkit/references/rationalization-catalog.md +75 -0
- package/skills/skills/skillkit/references/research-methodology.md +661 -0
- package/skills/skills/skillkit/references/section-2-full-creation-workflow.md +452 -0
- package/skills/skills/skillkit/references/section-3-validation-workflow-existing-skill.md +63 -0
- package/skills/skills/skillkit/references/section-4-decision-workflow-skills-vs-subagents.md +64 -0
- package/skills/skills/skillkit/references/section-5-migration-workflow-doc-to-skill.md +58 -0
- package/skills/skills/skillkit/references/section-6-subagent-creation-workflow.md +499 -0
- package/skills/skills/skillkit/references/section-7-knowledge-reference-map.md +72 -0
- package/skills/skills/skillkit/scripts/__pycache__/decision_helper.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/test_generator.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/skillkit/scripts/decision_helper.py +799 -0
- package/skills/skills/skillkit/scripts/init_skill.py +400 -0
- package/skills/skills/skillkit/scripts/init_subagent.py +231 -0
- package/skills/skills/skillkit/scripts/migration_helper.py +669 -0
- package/skills/skills/skillkit/scripts/package_skill.py +211 -0
- package/skills/skills/skillkit/scripts/pattern_detector.py +381 -0
- package/skills/skills/skillkit/scripts/pattern_detector_new.py +382 -0
- package/skills/skills/skillkit/scripts/pressure_tester.py +157 -0
- package/skills/skills/skillkit/scripts/quality_scorer.py +999 -0
- package/skills/skills/skillkit/scripts/quick_validate.py +100 -0
- package/skills/skills/skillkit/scripts/security_scanner.py +474 -0
- package/skills/skills/skillkit/scripts/split_skill.py +540 -0
- package/skills/skills/skillkit/scripts/test_generator.py +695 -0
- package/skills/skills/skillkit/scripts/token_estimator.py +493 -0
- package/skills/skills/skillkit/scripts/utils/__init__.py +49 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/budget_tracker.py +388 -0
- package/skills/skills/skillkit/scripts/utils/output_formatter.py +263 -0
- package/skills/skills/skillkit/scripts/utils/reference_validator.py +401 -0
- package/skills/skills/skillkit/scripts/validate_skill.py +594 -0
- package/skills/skills/skillkit/tests/test_behavioral.py +39 -0
- package/skills/skills/skillkit/tests/test_scenarios.md +83 -0
- package/skills/skills/skillkit/tests/test_skill.py +136 -0
- package/skills/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/social-media-seo/SKILL.md +278 -0
- package/skills/skills/social-media-seo/databases/caption-styles.csv +31 -0
- package/skills/skills/social-media-seo/databases/engagement-tactics.csv +16 -0
- package/skills/skills/social-media-seo/databases/hashtag-strategies.csv +21 -0
- package/skills/skills/social-media-seo/databases/hook-formulas.csv +26 -0
- package/skills/skills/social-media-seo/databases/keyword-clusters.csv +11 -0
- package/skills/skills/social-media-seo/databases/thread-structures.csv +26 -0
- package/skills/skills/social-media-seo/databases/viral-patterns.csv +21 -0
- package/skills/skills/social-media-seo/references/analytics-guide.md +321 -0
- package/skills/skills/social-media-seo/references/instagram-seo.md +235 -0
- package/skills/skills/social-media-seo/references/threads-seo.md +305 -0
- package/skills/skills/social-media-seo/references/x-twitter-seo.md +337 -0
- package/skills/skills/social-media-seo/scripts/query_database.py +191 -0
- package/skills/skills/storyteller/SKILL.md +241 -0
- package/skills/skills/storyteller/references/transformation-methodology.md +293 -0
- package/skills/skills/storyteller/references/visual-vocabulary.md +177 -0
- package/skills/skills/thread-pro/SKILL.md +162 -0
- package/skills/skills/thread-pro/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/references/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/thread-structures.md +240 -0
- package/skills/skills/thread-pro/references/voice-injection.md +130 -0
- package/skills/skills/thread-pro/thread-structures.md +240 -0
- package/skills/skills/thread-pro/voice-injection.md +130 -0
- package/skills/skills/tinkering/SKILL.md +251 -0
- package/skills/skills/tinkering/references/graduation-checklist.md +100 -0
- package/skills/skills/validate-plan/.skillkit-mode +1 -0
- package/skills/skills/validate-plan/SKILL.md +406 -0
- package/skills/skills/validate-plan/references/dry-principles.md +251 -0
- package/skills/skills/validate-plan/references/gap-analysis-guide.md +320 -0
- package/skills/skills/validate-plan/references/tdd-patterns.md +413 -0
- package/skills/skills/validate-plan/references/yagni-checklist.md +330 -0
- package/skills/skills/verify-before-ship/.skillkit-mode +1 -0
- package/skills/skills/verify-before-ship/SKILL.md +116 -0
- package/skills/skills/verify-before-ship/references/anti-rationalization.md +212 -0
- package/skills/skills/verify-before-ship/references/verification-gates.md +305 -0
- package/skills-manifest.json +8 -2
- package/src/picker.js +11 -5
- package/src/picker.test.js +36 -1
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: adversarial-review
|
|
3
|
+
description: >
|
|
4
|
+
Adversarial review protocol for brainstorming, product planning, and technical architecture.
|
|
5
|
+
Validate ideas against reality, enforce minimum 3 bugs, severity categorization, 3 resolution paths.
|
|
6
|
+
|
|
7
|
+
USE WHEN: "adversarial review", "run adversarial protocol", "validate brainstorming",
|
|
8
|
+
"stress test idea/plan/architecture", or reviewing any planning document.
|
|
9
|
+
|
|
10
|
+
CORE PROTOCOL:
|
|
11
|
+
1. Reality vs Claims — web search min 3x diverse angle, status VALID/PARTIAL/INVALID
|
|
12
|
+
2. Acceptance Criteria — stress test specific executor capability
|
|
13
|
+
3. Mandatory Bug Quota — minimum 3 issues, force deeper dig if insufficient
|
|
14
|
+
4. Interactive Resolution — Critical/High/Medium/Low + options A(auto-fix)/B(action items)/C(deep dive)
|
|
15
|
+
|
|
16
|
+
DIFFERENTIATOR: Mandatory bug quota prevents superficial reviews. Three resolution options
|
|
17
|
+
make findings actionable. Executor stress test differentiates from generic reviews.
|
|
18
|
+
metadata:
|
|
19
|
+
version: 1.0.0
|
|
20
|
+
author: V (OpenClaw)
|
|
21
|
+
category: quality
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Section 1: Protocol Overview
|
|
25
|
+
|
|
26
|
+
Adversarial Review consists of 4 mandatory stages executed sequentially.
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
Stage 1: Reality vs Claims → web_search + web_fetch (min 3x diverse)
|
|
30
|
+
Stage 2: Acceptance Criteria → stress test executor
|
|
31
|
+
Stage 3: Mandatory Bug Quota → minimum 3 specific issues
|
|
32
|
+
Stage 4: Interactive Resolution → categorization + 3 resolution options
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
**Core principle:** A good review isn't about throwing criticism, but transforming findings into decisions.
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Section 2: Stage 1 — Reality vs Claims
|
|
40
|
+
|
|
41
|
+
**Objective:** Validate claims and assumptions in the document against real data and libraries.
|
|
42
|
+
|
|
43
|
+
### Execution Rules
|
|
44
|
+
|
|
45
|
+
1. Use web_search and web_fetch minimum **3 times** with different angles
|
|
46
|
+
2. Don't just search one topic — diversify: library docs, benchmarks, user pain points, known issues
|
|
47
|
+
3. Mark each claim with status: **VALID** / **PARTIAL** / **INVALID** / **UNVERIFIED**
|
|
48
|
+
4. Include hidden caveats not mentioned in the original document
|
|
49
|
+
|
|
50
|
+
### Search Angle Guidelines
|
|
51
|
+
|
|
52
|
+
```
|
|
53
|
+
Angle 1: Library/tech being used → find known limitations, version issues
|
|
54
|
+
Angle 2: User pain point → find real UX research or forum complaints
|
|
55
|
+
Angle 3: Benchmark/performance → find real data, not marketing claims
|
|
56
|
+
Angle 4: Competitor/alternative → find if problem has been solved elsewhere
|
|
57
|
+
Angle 5: Production failure → find post-mortems or known failure modes
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Output Format
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
**Claim:** "[claim from document]"
|
|
64
|
+
**Status:** VALID / PARTIAL / INVALID / UNVERIFIED
|
|
65
|
+
**Facts:** [data from search]
|
|
66
|
+
**Hidden caveat:** [not mentioned in document]
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## Section 3: Stage 2 — Acceptance Criteria
|
|
72
|
+
|
|
73
|
+
**Objective:** Not just whether the idea can be done, but whether this specific executor can do it.
|
|
74
|
+
|
|
75
|
+
### Questions to Answer
|
|
76
|
+
|
|
77
|
+
```
|
|
78
|
+
1. Does the chosen tech stack match the executor's skills?
|
|
79
|
+
2. Are there components requiring significant learning curve?
|
|
80
|
+
3. Is the time estimate realistic for this executor (not team)?
|
|
81
|
+
4. Are there external dependencies outside the executor's control?
|
|
82
|
+
5. Is there a proof-of-concept needed before committing to production?
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
### Output Format
|
|
86
|
+
|
|
87
|
+
```
|
|
88
|
+
**Component:** [component/bet name]
|
|
89
|
+
**Verdict:** Executable / Partial / Needs PoC first / Beyond capability
|
|
90
|
+
**Reason:** [specific, honest]
|
|
91
|
+
**Recommendation:** [concrete steps if there's a gap]
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## Section 4: Stage 3 — Mandatory Bug Quota
|
|
97
|
+
|
|
98
|
+
**Objective:** Force discovery of non-obvious problems. Prevent reviews that are too soft.
|
|
99
|
+
|
|
100
|
+
### Quota Rule (NON-NEGOTIABLE)
|
|
101
|
+
|
|
102
|
+
```
|
|
103
|
+
MINIMUM 3 specific issues must be found.
|
|
104
|
+
If < 3 found → SYSTEM MUST SEARCH AGAIN in:
|
|
105
|
+
- Edge cases: what happens during extreme conditions?
|
|
106
|
+
- Performance issues: what happens at scale/high load?
|
|
107
|
+
- Architecture violations: is this design consistent?
|
|
108
|
+
- Dependency risk: what happens if library changes?
|
|
109
|
+
- UX failure mode: what happens when user does unexpected things?
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
### Severity Categories
|
|
113
|
+
|
|
114
|
+
| Level | Definition | Example |
|
|
115
|
+
|-------|------------|---------|
|
|
116
|
+
| 🔴 Critical | Will kill the product/project if not fixed | Core promise cannot be delivered |
|
|
117
|
+
| 🟠 High | Will cause significant problems in production | Performance degradation, bad UX |
|
|
118
|
+
| 🟡 Medium | Real issue but has workaround | File clutter, minor inconsistency |
|
|
119
|
+
| 🟢 Low | Needs attention but not urgent | Naming convention, minor inefficiency |
|
|
120
|
+
|
|
121
|
+
### Bug Report Format
|
|
122
|
+
|
|
123
|
+
```
|
|
124
|
+
### [EMOJI] [LEVEL] #N — [Short Title]
|
|
125
|
+
|
|
126
|
+
**Problem:** [specific description, not generic]
|
|
127
|
+
**Trigger scenario:** [when this issue occurs]
|
|
128
|
+
**Impact:** [what happens to user/product]
|
|
129
|
+
**Why it's dangerous:** [why this isn't an edge case that can be ignored]
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## Section 5: Stage 4 — Interactive Resolution
|
|
135
|
+
|
|
136
|
+
**Objective:** Every finding must have a resolution path, not just criticism.
|
|
137
|
+
|
|
138
|
+
### Three Resolution Options (Always Provide All Three)
|
|
139
|
+
|
|
140
|
+
```
|
|
141
|
+
A. Auto-fix
|
|
142
|
+
→ Directly fix the problematic idea/plan
|
|
143
|
+
→ Output: new version of the fixed section
|
|
144
|
+
→ Suitable for: problems with clear solutions
|
|
145
|
+
|
|
146
|
+
B. Action Items
|
|
147
|
+
→ Checklist to be executed by user
|
|
148
|
+
→ Output: [ ] specific item with done criteria
|
|
149
|
+
→ Suitable for: problems requiring user decision
|
|
150
|
+
|
|
151
|
+
C. Deep Dive
|
|
152
|
+
→ Detailed problem explanation with concrete examples
|
|
153
|
+
→ Output: in-depth analysis + trade-offs
|
|
154
|
+
→ Suitable for: problems requiring understanding before deciding
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### Resolution Summary Table
|
|
158
|
+
|
|
159
|
+
```markdown
|
|
160
|
+
| # | Issue | Severity | Primary Recommendation |
|
|
161
|
+
|---|-------|----------|------------------------|
|
|
162
|
+
| 1 | [title] | 🔴 Critical | [one sentence fix] |
|
|
163
|
+
| 2 | [title] | 🟠 High | [one sentence fix] |
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## Section 6: Full Protocol Template
|
|
169
|
+
|
|
170
|
+
```markdown
|
|
171
|
+
# Adversarial Review — [Document/Project Name]
|
|
172
|
+
|
|
173
|
+
## Stage 1 — Reality vs Claims
|
|
174
|
+
[Results from 3+ web searches with diverse angles]
|
|
175
|
+
[Status per claim: VALID/PARTIAL/INVALID/UNVERIFIED]
|
|
176
|
+
|
|
177
|
+
## Stage 2 — Acceptance Criteria
|
|
178
|
+
[Stress test per component/bet]
|
|
179
|
+
|
|
180
|
+
## Stage 3 — Mandatory Bug Quota (minimum 3)
|
|
181
|
+
[Bug #1 — Critical/High/Medium/Low]
|
|
182
|
+
[Bug #2 — ...]
|
|
183
|
+
[Bug #3 — ...]
|
|
184
|
+
|
|
185
|
+
## Stage 4 — Interactive Resolution
|
|
186
|
+
[Per bug: option A / B / C]
|
|
187
|
+
|
|
188
|
+
### Summary Priority Matrix
|
|
189
|
+
| # | Issue | Severity | Primary Recommendation |
|
|
190
|
+
|---|-------|----------|------------------------|
|
|
191
|
+
|
|
192
|
+
## Meta-Conclusion
|
|
193
|
+
[One paragraph: what changed the most? first step priority?]
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## Section 7: Quick Reference
|
|
199
|
+
|
|
200
|
+
**Do's:**
|
|
201
|
+
- Run 4 stages sequentially without skipping
|
|
202
|
+
- Diversify web search angles (don't search the same topic 3x)
|
|
203
|
+
- Be honest about executor capability
|
|
204
|
+
- Provide all three resolution options for each Critical and High finding
|
|
205
|
+
|
|
206
|
+
**Don'ts:**
|
|
207
|
+
- Don't stop at < 3 issues
|
|
208
|
+
- Don't create resolutions that are too generic ("just fix it")
|
|
209
|
+
- Don't skip Stage 2 — executor stress test is this protocol's main differentiator
|
|
210
|
+
- Don't combine multiple components in one bug report
|
|
211
|
+
|
|
212
|
+
**Trigger phrases:**
|
|
213
|
+
```
|
|
214
|
+
"run adversarial review protocol for [document]"
|
|
215
|
+
"adversarial review this"
|
|
216
|
+
"validate this brainstorming hard"
|
|
217
|
+
"stress test this plan"
|
|
218
|
+
"find weaknesses in [plan/architecture]"
|
|
219
|
+
```
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: baby-education
|
|
3
|
+
description: Makes agent explain concepts with extreme clarity for beginners learning new topics or projects. Uses analogies-first approach, visual mental models, and ELI5 style to transform complex technical explanations into accessible learning experiences. Trigger when user is new to a technology, starting a project, or explicitly requests simple explanations.
|
|
4
|
+
category: engineering
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Baby Education
|
|
8
|
+
|
|
9
|
+
## Overview
|
|
10
|
+
|
|
11
|
+
This skill transforms your explanations into beginner-friendly learning experiences. Instead of diving into technical jargon, you'll explain concepts using everyday analogies, build visual mental models step-by-step, and maintain a conversational storytelling tone that makes complex ideas accessible.
|
|
12
|
+
|
|
13
|
+
**When to use this skill:**
|
|
14
|
+
- User is learning a new programming language, framework, or technology
|
|
15
|
+
- Starting a new project type they haven't worked with before
|
|
16
|
+
- User explicitly asks for "simple explanation", "ELI5", or mentions being a beginner
|
|
17
|
+
- Explaining architecture, design patterns, or abstract concepts
|
|
18
|
+
- Debugging errors for someone new to the codebase
|
|
19
|
+
|
|
20
|
+
## Core Principles
|
|
21
|
+
|
|
22
|
+
### 1. Analogies-First Approach
|
|
23
|
+
|
|
24
|
+
Always start with a concrete analogy from everyday life before introducing technical concepts.
|
|
25
|
+
|
|
26
|
+
**Bad (technical-first):**
|
|
27
|
+
```
|
|
28
|
+
A REST API uses HTTP methods like GET, POST, PUT, DELETE to perform
|
|
29
|
+
CRUD operations on resources identified by URIs.
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
**Good (analogies-first):**
|
|
33
|
+
```
|
|
34
|
+
Think of a REST API like a restaurant:
|
|
35
|
+
- The menu (API documentation) lists what you can order
|
|
36
|
+
- You tell the waiter your order (send a request)
|
|
37
|
+
- The kitchen (server) prepares it
|
|
38
|
+
- The waiter brings your food (returns a response)
|
|
39
|
+
|
|
40
|
+
Now mapping to technical terms:
|
|
41
|
+
- GET = "Show me the menu" (reading data)
|
|
42
|
+
- POST = "Place a new order" (creating data)
|
|
43
|
+
- PUT = "Change my order" (updating data)
|
|
44
|
+
- DELETE = "Cancel my order" (deleting data)
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### 2. Build Visual Mental Models
|
|
48
|
+
|
|
49
|
+
Help users visualize abstract concepts by describing them spatially or structurally.
|
|
50
|
+
|
|
51
|
+
**Example for explaining async/await:**
|
|
52
|
+
```
|
|
53
|
+
Imagine you're cooking dinner:
|
|
54
|
+
|
|
55
|
+
WITHOUT async/await (blocking):
|
|
56
|
+
1. Put rice in cooker → wait 20 min standing there doing nothing ⏰
|
|
57
|
+
2. Then chop vegetables → wait 10 min ⏰
|
|
58
|
+
3. Then cook vegetables → wait 15 min ⏰
|
|
59
|
+
Total: 45 minutes
|
|
60
|
+
|
|
61
|
+
WITH async/await (non-blocking):
|
|
62
|
+
1. Put rice in cooker (start it, walk away)
|
|
63
|
+
2. While rice cooks, chop vegetables
|
|
64
|
+
3. While rice still cooks, start cooking vegetables
|
|
65
|
+
4. When rice beeps, it's ready - combine everything
|
|
66
|
+
Total: 20 minutes
|
|
67
|
+
|
|
68
|
+
The keyword `await` is like checking "is the rice done?" before serving.
|
|
69
|
+
You can do other things, but when you NEED the rice, you wait for it.
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### 3. Progressive Complexity
|
|
73
|
+
|
|
74
|
+
Start simple, then gradually introduce technical details.
|
|
75
|
+
|
|
76
|
+
**Structure:**
|
|
77
|
+
1. **Opening analogy** - relate to familiar experience
|
|
78
|
+
2. **Basic concept** - simple version without edge cases
|
|
79
|
+
3. **Technical vocabulary** - introduce terms with context
|
|
80
|
+
4. **Real implementation** - show actual code/solution
|
|
81
|
+
5. **Recap** - tie analogy back to technical reality
|
|
82
|
+
|
|
83
|
+
**Example:**
|
|
84
|
+
```
|
|
85
|
+
1. Analogy: "Git branches are like parallel universes where you can
|
|
86
|
+
try different versions of your story."
|
|
87
|
+
|
|
88
|
+
2. Basic: "You create a branch to test a new feature without breaking
|
|
89
|
+
your main code. If it works, you merge it back."
|
|
90
|
+
|
|
91
|
+
3. Technical: "A branch is a pointer to a commit in the Git tree.
|
|
92
|
+
'main' is just the default branch name."
|
|
93
|
+
|
|
94
|
+
4. Implementation:
|
|
95
|
+
git checkout -b new-feature
|
|
96
|
+
# make changes
|
|
97
|
+
git commit -m "add feature"
|
|
98
|
+
git checkout main
|
|
99
|
+
git merge new-feature
|
|
100
|
+
|
|
101
|
+
5. Recap: "So those 'parallel universes' are actually just pointers
|
|
102
|
+
in a commit graph, letting you work on multiple versions safely."
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
### 4. Jargon Handling Rules
|
|
106
|
+
|
|
107
|
+
**Rule 1: Avoid jargon when possible**
|
|
108
|
+
- Instead of "instantiate an object" → "create a copy of the blueprint"
|
|
109
|
+
- Instead of "dependency injection" → "passing tools into a function instead of creating them inside"
|
|
110
|
+
|
|
111
|
+
**Rule 2: When unavoidable, define with examples**
|
|
112
|
+
```
|
|
113
|
+
Bad: "You need to serialize the data before sending it over the network."
|
|
114
|
+
|
|
115
|
+
Good: "You need to convert your data into a format that can travel through
|
|
116
|
+
the internet - like packing your items into a shipping box. This process
|
|
117
|
+
is called 'serialization'. JSON is one common packing format."
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
**Rule 3: Use "In other words..." bridges**
|
|
121
|
+
```
|
|
122
|
+
"The function is idempotent. In other words, calling it 5 times gives
|
|
123
|
+
the same result as calling it once - like pressing an elevator button
|
|
124
|
+
multiple times doesn't make it arrive faster."
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
### 5. Conversational Storytelling Tone
|
|
128
|
+
|
|
129
|
+
Write like you're explaining to a friend over coffee, not presenting at a conference.
|
|
130
|
+
|
|
131
|
+
**Characteristics:**
|
|
132
|
+
- Use "you" and "we" (not passive voice)
|
|
133
|
+
- Ask rhetorical questions: "Why does this matter?"
|
|
134
|
+
- Acknowledge confusion: "This part trips up everyone at first..."
|
|
135
|
+
- Celebrate small wins: "See? That wasn't so scary!"
|
|
136
|
+
- Use casual connectors: "Now here's the cool part...", "But wait...", "The trick is..."
|
|
137
|
+
|
|
138
|
+
**Example:**
|
|
139
|
+
```
|
|
140
|
+
Formal: "One must configure the environment variables prior to application
|
|
141
|
+
initialization to ensure proper authentication credentials are available."
|
|
142
|
+
|
|
143
|
+
Conversational: "Before you run your app, we need to set up environment
|
|
144
|
+
variables - think of them as secret notes you leave for your code. This is
|
|
145
|
+
where you'll tell it things like API keys and passwords, without hardcoding
|
|
146
|
+
them into your files (which would be like writing your PIN on your credit card!)."
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
## Common Patterns
|
|
150
|
+
|
|
151
|
+
### Pattern: Explaining Errors
|
|
152
|
+
|
|
153
|
+
**Structure:**
|
|
154
|
+
1. "Here's what happened..." (translate error message)
|
|
155
|
+
2. "Why this happened..." (root cause in simple terms)
|
|
156
|
+
3. "How to fix it..." (concrete steps)
|
|
157
|
+
4. "How to avoid it..." (prevention tip)
|
|
158
|
+
|
|
159
|
+
**Example:**
|
|
160
|
+
```
|
|
161
|
+
Error: `TypeError: Cannot read property 'length' of undefined`
|
|
162
|
+
|
|
163
|
+
Here's what happened:
|
|
164
|
+
Your code tried to check how long something is (.length), but that "something"
|
|
165
|
+
doesn't exist yet (undefined). It's like trying to measure the length of a box
|
|
166
|
+
that hasn't been delivered yet.
|
|
167
|
+
|
|
168
|
+
Why this happened:
|
|
169
|
+
The variable might not have been assigned a value, or it came back empty from
|
|
170
|
+
a function that didn't return what you expected.
|
|
171
|
+
|
|
172
|
+
How to fix it:
|
|
173
|
+
Add a safety check before using .length:
|
|
174
|
+
if (myArray && myArray.length > 0) {
|
|
175
|
+
// safe to use myArray now
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
How to avoid it:
|
|
179
|
+
Always check if data exists before using it, especially when it comes from
|
|
180
|
+
external sources (APIs, user input, databases).
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
### Pattern: Comparing Options
|
|
184
|
+
|
|
185
|
+
Use tables or clear comparisons when showing multiple approaches:
|
|
186
|
+
|
|
187
|
+
```
|
|
188
|
+
"Should I use forEach or map?"
|
|
189
|
+
|
|
190
|
+
Think of them like this:
|
|
191
|
+
|
|
192
|
+
forEach = walking through a museum, just looking
|
|
193
|
+
- You see each painting
|
|
194
|
+
- You don't create anything new
|
|
195
|
+
- Just doing something with each item
|
|
196
|
+
|
|
197
|
+
map = walking through a museum with a camera
|
|
198
|
+
- You see each painting
|
|
199
|
+
- You create a new photo collection
|
|
200
|
+
- Returns a new array with transformed items
|
|
201
|
+
|
|
202
|
+
When to use:
|
|
203
|
+
- forEach: "Do something with each item" (logging, updating UI)
|
|
204
|
+
- map: "Transform each item into something new" (formatting data)
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
## Integration Tips
|
|
208
|
+
|
|
209
|
+
### With Code Examples
|
|
210
|
+
|
|
211
|
+
Always provide code with comments that explain WHY, not just WHAT:
|
|
212
|
+
|
|
213
|
+
```javascript
|
|
214
|
+
// Bad comments (what)
|
|
215
|
+
// Create a new array
|
|
216
|
+
const numbers = [1, 2, 3];
|
|
217
|
+
|
|
218
|
+
// Good comments (why)
|
|
219
|
+
// We'll use map to create a new array instead of modifying the original
|
|
220
|
+
// (keeping original data unchanged is safer for debugging)
|
|
221
|
+
const doubled = numbers.map(n => n * 2);
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
### With Documentation References
|
|
225
|
+
|
|
226
|
+
Bridge the gap between your explanation and official docs:
|
|
227
|
+
|
|
228
|
+
```
|
|
229
|
+
"Now that you understand the restaurant analogy, the official docs will
|
|
230
|
+
make more sense. When they say 'RESTful endpoints', they mean the different
|
|
231
|
+
menu items. When they mention 'HTTP verbs', those are the GET/POST/PUT/DELETE
|
|
232
|
+
actions we talked about."
|
|
233
|
+
|
|
234
|
+
[Link to official docs]
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
## Quick Reference
|
|
238
|
+
|
|
239
|
+
**Before explaining, ask yourself:**
|
|
240
|
+
1. ✅ Did I start with an analogy from everyday life?
|
|
241
|
+
2. ✅ Can someone visualize this concept spatially/structurally?
|
|
242
|
+
3. ✅ Did I avoid jargon, or define it with examples?
|
|
243
|
+
4. ✅ Does my tone sound like talking to a friend?
|
|
244
|
+
5. ✅ Would a complete beginner understand each step?
|
|
245
|
+
|
|
246
|
+
**Tone checklist:**
|
|
247
|
+
- ✅ Use "you" and "we"
|
|
248
|
+
- ✅ Ask rhetorical questions
|
|
249
|
+
- ✅ Acknowledge common struggles
|
|
250
|
+
- ✅ Celebrate small wins
|
|
251
|
+
- ❌ No passive voice
|
|
252
|
+
- ❌ No unexplained acronyms
|
|
253
|
+
- ❌ No assuming prior knowledge
|
|
254
|
+
|
|
255
|
+
## Resources
|
|
256
|
+
|
|
257
|
+
This skill includes reference materials with advanced techniques and examples:
|
|
258
|
+
|
|
259
|
+
- `references/advanced-techniques.md` - Visual mental models, scaffolding patterns, handling difficult topics
|
|
260
|
+
- `references/transformations.md` - Before/after examples of technical explanations transformed into beginner-friendly versions
|