@su-record/vibe 3.2.1 → 3.2.3
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/CLAUDE.md +1 -1
- package/README.en.md +4 -4
- package/README.md +4 -4
- package/dist/__tests__/skill-namespace.test.d.ts +2 -0
- package/dist/__tests__/skill-namespace.test.d.ts.map +1 -0
- package/dist/__tests__/skill-namespace.test.js +60 -0
- package/dist/__tests__/skill-namespace.test.js.map +1 -0
- package/dist/__tests__/stakes-contract.test.d.ts +2 -0
- package/dist/__tests__/stakes-contract.test.d.ts.map +1 -0
- package/dist/__tests__/stakes-contract.test.js +110 -0
- package/dist/__tests__/stakes-contract.test.js.map +1 -0
- package/dist/__tests__/wiring-integrity.test.js +5 -5
- package/dist/__tests__/wiring-integrity.test.js.map +1 -1
- package/dist/cli/generate-release-notes.d.ts +3 -0
- package/dist/cli/generate-release-notes.d.ts.map +1 -0
- package/dist/cli/generate-release-notes.js +47 -0
- package/dist/cli/generate-release-notes.js.map +1 -0
- package/dist/cli/postinstall/constants.d.ts +6 -6
- package/dist/cli/postinstall/constants.d.ts.map +1 -1
- package/dist/cli/postinstall/constants.js +114 -46
- package/dist/cli/postinstall/constants.js.map +1 -1
- package/dist/cli/postinstall/fs-utils.d.ts +1 -0
- package/dist/cli/postinstall/fs-utils.d.ts.map +1 -1
- package/dist/cli/postinstall/fs-utils.js +25 -0
- package/dist/cli/postinstall/fs-utils.js.map +1 -1
- package/dist/cli/postinstall/fs-utils.test.js +46 -11
- package/dist/cli/postinstall/fs-utils.test.js.map +1 -1
- package/dist/cli/postinstall/main.d.ts.map +1 -1
- package/dist/cli/postinstall/main.js +3 -2
- package/dist/cli/postinstall/main.js.map +1 -1
- package/dist/tests/curated-release-notes.test.d.ts +2 -0
- package/dist/tests/curated-release-notes.test.d.ts.map +1 -0
- package/dist/tests/curated-release-notes.test.js +106 -0
- package/dist/tests/curated-release-notes.test.js.map +1 -0
- package/dist/tools/release/releaseNotes.d.ts +21 -0
- package/dist/tools/release/releaseNotes.d.ts.map +1 -0
- package/dist/tools/release/releaseNotes.js +105 -0
- package/dist/tools/release/releaseNotes.js.map +1 -0
- package/hooks/scripts/__tests__/.vibe/command-log.txt +3 -3
- package/package.json +2 -2
- package/skills/vibe/SKILL.md +14 -0
- package/skills/{agents-md → vibe.agents-md}/SKILL.md +1 -1
- package/skills/{brand-assets → vibe.brand-assets}/SKILL.md +1 -1
- package/skills/{capability-loop → vibe.capability-loop}/SKILL.md +1 -1
- package/skills/{chub-usage → vibe.chub-usage}/SKILL.md +1 -1
- package/skills/vibe.clone/SKILL.md +295 -3
- package/skills/{commerce-patterns → vibe.commerce-patterns}/SKILL.md +1 -1
- package/skills/{commit-push-pr → vibe.commit-push-pr}/SKILL.md +2 -2
- package/skills/{context7-usage → vibe.context7-usage}/SKILL.md +1 -1
- package/skills/vibe.contract/SKILL.md +162 -1
- package/skills/{create-prd → vibe.create-prd}/SKILL.md +2 -2
- package/skills/{design-refine → vibe.design-refine}/SKILL.md +1 -1
- package/skills/{design-review → vibe.design-review}/SKILL.md +1 -1
- package/skills/{design-teach → vibe.design-teach}/SKILL.md +1 -1
- package/skills/{devlog → vibe.devlog}/SKILL.md +1 -1
- package/skills/vibe.docs/SKILL.md +256 -1
- package/skills/{e2e-commerce → vibe.e2e-commerce}/SKILL.md +1 -1
- package/skills/vibe.educational-content/SKILL.md +157 -0
- package/skills/vibe.educational-content/references/learning-design.md +81 -0
- package/skills/vibe.educational-content/references/output-patterns.md +109 -0
- package/skills/vibe.educational-content/references/source-method.md +40 -0
- package/skills/{event-comms → vibe.event-comms}/SKILL.md +1 -1
- package/skills/{event-ops → vibe.event-ops}/SKILL.md +1 -1
- package/skills/{event-planning → vibe.event-planning}/SKILL.md +1 -1
- package/skills/vibe.figma/SKILL.md +473 -21
- package/skills/vibe.figma/references/branch-phases.md +1 -1
- package/skills/{git-worktree → vibe.git-worktree}/SKILL.md +1 -1
- package/skills/{handoff → vibe.handoff}/SKILL.md +1 -1
- package/skills/{parallel-research → vibe.parallel-research}/SKILL.md +2 -2
- package/skills/{presentation → vibe.presentation}/SKILL.md +1 -1
- package/skills/{prioritization-frameworks → vibe.prioritization}/SKILL.md +2 -2
- package/skills/{priority-todos → vibe.priority-todos}/SKILL.md +1 -1
- package/skills/{vercel-react-best-practices → vibe.react-best-practices}/SKILL.md +1 -1
- package/skills/vibe.regress/SKILL.md +182 -2
- package/skills/vibe.review/SKILL.md +8 -0
- package/skills/vibe.run/SKILL.md +392 -1
- package/skills/{arch-guard → vibe.run/internal/arch-guard}/templates/violation-report.md +1 -1
- package/skills/{seo-checklist → vibe.seo-checklist}/SKILL.md +1 -1
- package/skills/vibe.spec/SKILL.md +123 -1
- package/skills/vibe.test/SKILL.md +138 -2
- package/skills/{tool-fallback → vibe.tool-fallback}/SKILL.md +1 -1
- package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/SKILL.md +6 -6
- package/skills/{user-personas → vibe.user-personas}/SKILL.md +2 -2
- package/skills/vibe.verify/SKILL.md +2 -2
- package/skills/{video-production → vibe.video-production}/SKILL.md +1 -1
- package/vibe/rules/loop-contract.md +18 -0
- package/skills/arch-guard/SKILL.md +0 -183
- package/skills/clone/SKILL.md +0 -296
- package/skills/contract/SKILL.md +0 -165
- package/skills/docs/SKILL.md +0 -259
- package/skills/exec-plan/SKILL.md +0 -151
- package/skills/figma/SKILL.md +0 -456
- package/skills/regress/SKILL.md +0 -184
- package/skills/restraint/SKILL.md +0 -72
- package/skills/spec/SKILL.md +0 -125
- package/skills/test/SKILL.md +0 -140
- /package/skills/{agents-md → vibe.agents-md}/rubrics/what-to-keep.md +0 -0
- /package/skills/{agents-md → vibe.agents-md}/templates/agents-md.md +0 -0
- /package/skills/{agents-md → vibe.agents-md}/templates/claude-md.md +0 -0
- /package/skills/{brand-assets → vibe.brand-assets}/rubrics/asset-checklist.md +0 -0
- /package/skills/{brand-assets → vibe.brand-assets}/templates/brand-guide.md +0 -0
- /package/skills/{capability-loop → vibe.capability-loop}/agents/capability-designer.md +0 -0
- /package/skills/{capability-loop → vibe.capability-loop}/agents/failure-analyst.md +0 -0
- /package/skills/{capability-loop → vibe.capability-loop}/agents/implementer.md +0 -0
- /package/skills/{capability-loop → vibe.capability-loop}/agents/tester.md +0 -0
- /package/skills/{capability-loop → vibe.capability-loop}/templates/capability-spec.md +0 -0
- /package/skills/{capability-loop → vibe.capability-loop}/templates/failure-analysis.md +0 -0
- /package/skills/{clone → vibe.clone}/references/capture-rules.md +0 -0
- /package/skills/{clone → vibe.clone}/references/legal-and-error-recovery.md +0 -0
- /package/skills/{clone → vibe.clone}/references/refine-rules.md +0 -0
- /package/skills/{clone → vibe.clone}/references/scaffold-phases.md +0 -0
- /package/skills/{clone → vibe.clone}/references/setup-and-layout.md +0 -0
- /package/skills/{commerce-patterns → vibe.commerce-patterns}/rubrics/checkout-flow.md +0 -0
- /package/skills/{commerce-patterns → vibe.commerce-patterns}/templates/product-schema.md +0 -0
- /package/skills/{commit-push-pr → vibe.commit-push-pr}/agents/change-analyzer.md +0 -0
- /package/skills/{commit-push-pr → vibe.commit-push-pr}/agents/message-writer.md +0 -0
- /package/skills/{commit-push-pr → vibe.commit-push-pr}/agents/pr-writer.md +0 -0
- /package/skills/{commit-push-pr → vibe.commit-push-pr}/agents/reviewer.md +0 -0
- /package/skills/{commit-push-pr → vibe.commit-push-pr}/rubrics/commit-message.md +0 -0
- /package/skills/{commit-push-pr → vibe.commit-push-pr}/templates/pr-body.md +0 -0
- /package/skills/{context7-usage → vibe.context7-usage}/rubrics/when-to-use.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/agents/edge-case-finder.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/agents/prioritizer.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/agents/requirements-writer.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/agents/researcher.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/agents/reviewer.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/frameworks/jobs-to-be-done.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/frameworks/rice-scoring.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/orchestrator.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/rubrics/completeness.md +0 -0
- /package/skills/{create-prd → vibe.create-prd}/templates/prd.md +0 -0
- /package/skills/{design-refine → vibe.design-refine}/rubrics/polish-checklist.md +0 -0
- /package/skills/{design-refine → vibe.design-refine}/rubrics/token-naming.md +0 -0
- /package/skills/{design-refine → vibe.design-refine}/templates/design-system.md +0 -0
- /package/skills/{design-refine → vibe.design-refine}/templates/polish-report.md +0 -0
- /package/skills/{design-refine → vibe.design-refine}/templates/token-audit.md +0 -0
- /package/skills/{design-review → vibe.design-review}/agents/a11y-auditor.md +0 -0
- /package/skills/{design-review → vibe.design-review}/agents/performance-auditor.md +0 -0
- /package/skills/{design-review → vibe.design-review}/agents/responsive-auditor.md +0 -0
- /package/skills/{design-review → vibe.design-review}/agents/scorer.md +0 -0
- /package/skills/{design-review → vibe.design-review}/agents/slop-detector.md +0 -0
- /package/skills/{design-review → vibe.design-review}/frameworks/core-web-vitals.md +0 -0
- /package/skills/{design-review → vibe.design-review}/frameworks/wcag-checklist.md +0 -0
- /package/skills/{design-review → vibe.design-review}/orchestrator.md +0 -0
- /package/skills/{design-review → vibe.design-review}/rubrics/ai-slop-patterns.md +0 -0
- /package/skills/{design-review → vibe.design-review}/rubrics/scoring.md +0 -0
- /package/skills/{design-review → vibe.design-review}/rubrics/ux-heuristics.md +0 -0
- /package/skills/{design-review → vibe.design-review}/templates/critique-report.md +0 -0
- /package/skills/{design-review → vibe.design-review}/templates/report.md +0 -0
- /package/skills/{design-teach → vibe.design-teach}/rubrics/brand-personality.md +0 -0
- /package/skills/{design-teach → vibe.design-teach}/templates/design-context.json +0 -0
- /package/skills/{docs → vibe.docs}/references/api-docs-changelog.md +0 -0
- /package/skills/{docs → vibe.docs}/references/codemaps-output.md +0 -0
- /package/skills/{docs → vibe.docs}/references/diagram-spec.md +0 -0
- /package/skills/{docs → vibe.docs}/templates/architecture.md +0 -0
- /package/skills/{docs → vibe.docs}/templates/behavioral-principles.md +0 -0
- /package/skills/{docs → vibe.docs}/templates/readme.md +0 -0
- /package/skills/{docs → vibe.docs}/templates/release-notes.md +0 -0
- /package/skills/{e2e-commerce → vibe.e2e-commerce}/templates/test-scenarios.md +0 -0
- /package/skills/{event-comms → vibe.event-comms}/templates/email-invite.md +0 -0
- /package/skills/{event-comms → vibe.event-comms}/templates/sns-post.md +0 -0
- /package/skills/{event-ops → vibe.event-ops}/rubrics/contingency.md +0 -0
- /package/skills/{event-ops → vibe.event-ops}/templates/d-day-checklist.md +0 -0
- /package/skills/{event-planning → vibe.event-planning}/rubrics/timeline.md +0 -0
- /package/skills/{event-planning → vibe.event-planning}/templates/event-plan.md +0 -0
- /package/skills/{figma → vibe.figma}/rubrics/conversion-rules.md +0 -0
- /package/skills/{figma → vibe.figma}/rubrics/css-mapping.md +0 -0
- /package/skills/{figma → vibe.figma}/rubrics/extraction-checklist.md +0 -0
- /package/skills/{figma → vibe.figma}/rubrics/image-rules.md +0 -0
- /package/skills/{figma → vibe.figma}/templates/component-index.md +0 -0
- /package/skills/{figma → vibe.figma}/templates/component-spec.md +0 -0
- /package/skills/{figma → vibe.figma}/templates/component.md +0 -0
- /package/skills/{figma → vibe.figma}/templates/figma-handoff.md +0 -0
- /package/skills/{figma → vibe.figma}/templates/remapped-tree.md +0 -0
- /package/skills/{git-worktree → vibe.git-worktree}/rubrics/when-to-use.md +0 -0
- /package/skills/{handoff → vibe.handoff}/agents/context-summarizer.md +0 -0
- /package/skills/{handoff → vibe.handoff}/agents/document-writer.md +0 -0
- /package/skills/{handoff → vibe.handoff}/agents/state-collector.md +0 -0
- /package/skills/{handoff → vibe.handoff}/agents/verifier.md +0 -0
- /package/skills/{handoff → vibe.handoff}/rubrics/completeness.md +0 -0
- /package/skills/{handoff → vibe.handoff}/templates/handoff.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/agents/best-practices.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/agents/codebase-patterns.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/agents/framework-docs.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/agents/security-advisory.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/agents/synthesizer.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/experts/best-practices.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/experts/codebase-patterns.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/experts/framework-docs.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/experts/security-advisory.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/orchestrator.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/templates/awesome-list.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/templates/paper.md +0 -0
- /package/skills/{parallel-research → vibe.parallel-research}/templates/synthesis.md +0 -0
- /package/skills/{presentation → vibe.presentation}/references/style-presets.md +0 -0
- /package/skills/{prioritization-frameworks → vibe.prioritization}/rubrics/frameworks.md +0 -0
- /package/skills/{prioritization-frameworks → vibe.prioritization}/templates/scoring-matrix.md +0 -0
- /package/skills/{priority-todos → vibe.priority-todos}/rubrics/prioritization.md +0 -0
- /package/skills/{priority-todos → vibe.priority-todos}/templates/todo-board.md +0 -0
- /package/skills/{vercel-react-best-practices → vibe.react-best-practices}/rubrics/performance.md +0 -0
- /package/skills/{vercel-react-best-practices → vibe.react-best-practices}/rubrics/server-components.md +0 -0
- /package/skills/{regress → vibe.regress}/templates/bug.md +0 -0
- /package/skills/{regress → vibe.regress}/templates/test-jest.md +0 -0
- /package/skills/{regress → vibe.regress}/templates/test-vitest.md +0 -0
- /package/skills/{arch-guard → vibe.run/internal/arch-guard}/agents/detector.md +0 -0
- /package/skills/{arch-guard → vibe.run/internal/arch-guard}/agents/reporter.md +0 -0
- /package/skills/{arch-guard → vibe.run/internal/arch-guard}/agents/rule-generator.md +0 -0
- /package/skills/{arch-guard → vibe.run/internal/arch-guard}/agents/violation-checker.md +0 -0
- /package/skills/{arch-guard → vibe.run/internal/arch-guard}/frameworks/clean-architecture.md +0 -0
- /package/skills/{arch-guard → vibe.run/internal/arch-guard}/frameworks/solid.md +0 -0
- /package/skills/{arch-guard → vibe.run/internal/arch-guard}/scripts/check-boundaries.js +0 -0
- /package/skills/{arch-guard → vibe.run/internal/arch-guard}/templates/arch-rules.json +0 -0
- /package/skills/{exec-plan → vibe.run/internal/exec-plan}/agents/decomposer.md +0 -0
- /package/skills/{exec-plan → vibe.run/internal/exec-plan}/agents/dependency-mapper.md +0 -0
- /package/skills/{exec-plan → vibe.run/internal/exec-plan}/agents/estimator.md +0 -0
- /package/skills/{exec-plan → vibe.run/internal/exec-plan}/agents/validator.md +0 -0
- /package/skills/{exec-plan → vibe.run/internal/exec-plan}/orchestrator.md +0 -0
- /package/skills/{exec-plan → vibe.run/internal/exec-plan}/rubrics/complexity-scoring.md +0 -0
- /package/skills/{exec-plan → vibe.run/internal/exec-plan}/templates/plan.md +0 -0
- /package/skills/{seo-checklist → vibe.seo-checklist}/frameworks/structured-data.md +0 -0
- /package/skills/{seo-checklist → vibe.seo-checklist}/rubrics/content-seo.md +0 -0
- /package/skills/{seo-checklist → vibe.seo-checklist}/rubrics/technical-seo.md +0 -0
- /package/skills/{tool-fallback → vibe.tool-fallback}/rubrics/fallback-chain.md +0 -0
- /package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/reference/color-and-contrast.md +0 -0
- /package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/reference/interaction-design.md +0 -0
- /package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/reference/motion-design.md +0 -0
- /package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/reference/responsive-design.md +0 -0
- /package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/reference/spatial-design.md +0 -0
- /package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/reference/typography.md +0 -0
- /package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/reference/ux-writing.md +0 -0
- /package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/rubrics/interaction-states.md +0 -0
- /package/skills/{ui-ux-pro-max → vibe.ui-ux-pro-max}/rubrics/responsive-breakpoints.md +0 -0
- /package/skills/{user-personas → vibe.user-personas}/rubrics/research-methods.md +0 -0
- /package/skills/{user-personas → vibe.user-personas}/templates/persona.md +0 -0
- /package/skills/{video-production → vibe.video-production}/rubrics/quality-checklist.md +0 -0
- /package/skills/{video-production → vibe.video-production}/templates/production-plan.md +0 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Learning design
|
|
2
|
+
|
|
3
|
+
Use this reference to align objectives, activities, feedback, and assessment.
|
|
4
|
+
|
|
5
|
+
## Write observable objectives
|
|
6
|
+
|
|
7
|
+
Use `learner + action + conditions + criterion` when the criterion matters.
|
|
8
|
+
|
|
9
|
+
- weak: understand photosynthesis
|
|
10
|
+
- observable: explain how light energy becomes stored chemical energy using a labeled diagram
|
|
11
|
+
- weak: know Git branches
|
|
12
|
+
- observable: create a feature branch, resolve one merge conflict, and explain why each resolution is correct
|
|
13
|
+
|
|
14
|
+
Match the action to the desired depth:
|
|
15
|
+
|
|
16
|
+
- remember: identify, recall, label
|
|
17
|
+
- explain: summarize, compare, classify, explain
|
|
18
|
+
- apply: use, calculate, execute, demonstrate
|
|
19
|
+
- analyze: diagnose, distinguish, map, justify
|
|
20
|
+
- create: design, produce, compose, implement
|
|
21
|
+
- evaluate: critique, prioritize, defend with criteria
|
|
22
|
+
|
|
23
|
+
## Align the learning sequence
|
|
24
|
+
|
|
25
|
+
For every objective, provide:
|
|
26
|
+
|
|
27
|
+
1. a model or example of the target performance
|
|
28
|
+
2. guided practice that exposes learner thinking
|
|
29
|
+
3. feedback specific to the success criteria
|
|
30
|
+
4. independent practice without answer leakage
|
|
31
|
+
5. an assessment using the same skill at an appropriate difficulty
|
|
32
|
+
6. a transfer task in a changed context when durable learning matters
|
|
33
|
+
|
|
34
|
+
Do not assess a deeper behavior than the instruction and practice prepared. Do not use recall questions as proof of application or analysis.
|
|
35
|
+
|
|
36
|
+
## Diagnose the audience
|
|
37
|
+
|
|
38
|
+
Distinguish:
|
|
39
|
+
|
|
40
|
+
- prerequisite knowledge: facts or skills needed before starting
|
|
41
|
+
- misconceptions: plausible but incorrect mental models
|
|
42
|
+
- motivation: why the outcome matters to the learner
|
|
43
|
+
- constraints: time, language, device, accessibility, instructor support
|
|
44
|
+
|
|
45
|
+
Use a short pre-check when assumptions materially affect the path. Offer a bypass for learners who already demonstrate the prerequisite.
|
|
46
|
+
|
|
47
|
+
## Scaffold and fade
|
|
48
|
+
|
|
49
|
+
Move from worked example → completion task → independent task. Reduce hints as competence grows. Keep essential information near the activity that uses it. Split intrinsic complexity into meaningful chunks without fragmenting the overall mental model.
|
|
50
|
+
|
|
51
|
+
## Give feedback
|
|
52
|
+
|
|
53
|
+
Make feedback:
|
|
54
|
+
|
|
55
|
+
- timely: close enough to the attempt to guide correction
|
|
56
|
+
- specific: name the criterion and evidence
|
|
57
|
+
- actionable: identify the next attempt
|
|
58
|
+
- explanatory: address the learner's reasoning, not only correctness
|
|
59
|
+
|
|
60
|
+
Avoid praise or correction that reveals no path forward. For high-stakes assessment, separate coaching practice from scored performance.
|
|
61
|
+
|
|
62
|
+
## Design fair assessment
|
|
63
|
+
|
|
64
|
+
Check:
|
|
65
|
+
|
|
66
|
+
- validity: does the task measure the stated objective?
|
|
67
|
+
- reliability: would equivalent performance receive equivalent judgment?
|
|
68
|
+
- accessibility: can learners perceive and respond without irrelevant barriers?
|
|
69
|
+
- fairness: does success depend on unstated cultural, linguistic, or technical knowledge?
|
|
70
|
+
- authenticity: does the task resemble meaningful use of the skill?
|
|
71
|
+
|
|
72
|
+
Provide acceptable variants and a rubric for open-ended work. Never fabricate learner results or claim effectiveness without evidence.
|
|
73
|
+
|
|
74
|
+
## Adapt by format
|
|
75
|
+
|
|
76
|
+
- self-study: make navigation, answers, and recovery self-contained
|
|
77
|
+
- instructor-led: include facilitation prompts, timing, observation cues, and optional extensions
|
|
78
|
+
- video: use retrieval pauses; do not replace practice with passive viewing
|
|
79
|
+
- short-form: teach one distinction or action and give one immediate retrieval prompt
|
|
80
|
+
- reference material: optimize lookup and decision support; do not force an unnecessary lesson arc
|
|
81
|
+
- onboarding: use the real performance context, safe fixtures, and operational boundaries
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# Output patterns
|
|
2
|
+
|
|
3
|
+
Select one primary pattern and omit unused fields.
|
|
4
|
+
|
|
5
|
+
## Article or tutorial
|
|
6
|
+
|
|
7
|
+
```markdown
|
|
8
|
+
# Title: learner-visible outcome
|
|
9
|
+
Audience:
|
|
10
|
+
Prerequisites:
|
|
11
|
+
Tested with:
|
|
12
|
+
|
|
13
|
+
## What you will build
|
|
14
|
+
## Mental model
|
|
15
|
+
## Worked example
|
|
16
|
+
## Step 1 — action
|
|
17
|
+
Exact input:
|
|
18
|
+
Expected result:
|
|
19
|
+
Verification:
|
|
20
|
+
## Common failure and recovery
|
|
21
|
+
## Independent practice
|
|
22
|
+
## Assessment and answer guidance
|
|
23
|
+
## Extension
|
|
24
|
+
## Recap
|
|
25
|
+
## Sources and limitations
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## Screencast or course chapter
|
|
29
|
+
|
|
30
|
+
| Time | Learning beat | Narration intent | Visual action | Learner prompt | Evidence shot | Asset |
|
|
31
|
+
|---|---|---|---|---|---|---|
|
|
32
|
+
| 00:00 | Promise | Name the outcome | Show final state | Predict or notice | Working result | capture |
|
|
33
|
+
|
|
34
|
+
Add a capture manifest:
|
|
35
|
+
|
|
36
|
+
```yaml
|
|
37
|
+
- id: proof-final
|
|
38
|
+
state: exact prerequisite state
|
|
39
|
+
action: command, prompt, or UI action
|
|
40
|
+
evidence: expected visible result
|
|
41
|
+
privacy: crop or redact requirements
|
|
42
|
+
retry: recovery action
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Lesson or workshop
|
|
46
|
+
|
|
47
|
+
```markdown
|
|
48
|
+
Outcome:
|
|
49
|
+
Duration:
|
|
50
|
+
Starting repository/state:
|
|
51
|
+
Prior-knowledge check:
|
|
52
|
+
|
|
53
|
+
Checkpoint 1:
|
|
54
|
+
- learner action
|
|
55
|
+
- facilitator proof
|
|
56
|
+
- likely misconception
|
|
57
|
+
- feedback or recovery
|
|
58
|
+
|
|
59
|
+
Independent task:
|
|
60
|
+
Acceptance criteria:
|
|
61
|
+
Answer guidance or rubric:
|
|
62
|
+
Cleanup or rollback:
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## Short-form educational content
|
|
66
|
+
|
|
67
|
+
```markdown
|
|
68
|
+
Hook: surprising observable result
|
|
69
|
+
Context: one sentence
|
|
70
|
+
Teach: one model, contrast, or no more than three actions
|
|
71
|
+
Retrieve: one prediction, decision, or recall prompt
|
|
72
|
+
Proof: answer, demonstration, or comparison
|
|
73
|
+
Caveat: scope, evidence, safety, or limitation
|
|
74
|
+
CTA: reproducible next step, not engagement bait
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## Assessment item
|
|
78
|
+
|
|
79
|
+
```yaml
|
|
80
|
+
objective: "observable learning outcome"
|
|
81
|
+
prompt: "task that elicits the outcome"
|
|
82
|
+
evidence: "what a valid response must demonstrate"
|
|
83
|
+
criteria:
|
|
84
|
+
- name: "criterion"
|
|
85
|
+
levels: ["not yet", "developing", "meets", "extends"]
|
|
86
|
+
answer_guidance: "reasoning and acceptable variants"
|
|
87
|
+
misconceptions:
|
|
88
|
+
- signal: "common wrong pattern"
|
|
89
|
+
feedback: "specific corrective prompt"
|
|
90
|
+
fairness_check: "language, accessibility, cultural, or prerequisite issue"
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Verification appendix
|
|
94
|
+
|
|
95
|
+
```yaml
|
|
96
|
+
environment:
|
|
97
|
+
context: ""
|
|
98
|
+
versions: []
|
|
99
|
+
claims:
|
|
100
|
+
- claim: ""
|
|
101
|
+
status: verified | inferred | uncertain
|
|
102
|
+
evidence: ""
|
|
103
|
+
checked_at: "YYYY-MM-DD"
|
|
104
|
+
checks:
|
|
105
|
+
- learner_action: ""
|
|
106
|
+
expected: ""
|
|
107
|
+
observed: ""
|
|
108
|
+
unresolved: []
|
|
109
|
+
```
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Source-derived method
|
|
2
|
+
|
|
3
|
+
Use this reference when adapting the method demonstrated in [Yalco's Codex training video](https://youtu.be/Bzdcg70ivrs). It records reusable principles, not a transcript.
|
|
4
|
+
|
|
5
|
+
## Evidence basis
|
|
6
|
+
|
|
7
|
+
- YouTube metadata identifies the video as “코덱스 참교육 - Codex 업무 자동화부터 바이브 코딩까지” by 얄팍한 코딩사전.
|
|
8
|
+
- The creator's official course page identifies the public video as the 13:19 introduction, “코덱스 소개 & 강의에서 배울 것.” It describes the course examples and method across the Codex app, editor, CLI, plugins, automation, skills, MCP, testing, review, and harness engineering.
|
|
9
|
+
- Full captions and frame-level playback were unavailable during source analysis because YouTube blocked the server request. Do not present the wider course curriculum as a scene-by-scene account of the 13:19 video.
|
|
10
|
+
- Exact UI labels, model names, generated configuration, availability, and account requirements are version-sensitive. Verify them against current primary documentation before publishing.
|
|
11
|
+
|
|
12
|
+
## Reusable principles
|
|
13
|
+
|
|
14
|
+
1. Contrast a chat answer with an agent changing observable state.
|
|
15
|
+
2. Start beginners on the lowest-friction surface, then reveal editor and CLI depth.
|
|
16
|
+
3. Teach through a continuous result: create a file, inspect it, render it, then extend it.
|
|
17
|
+
4. Show exact prompts or commands alongside their actual effects.
|
|
18
|
+
5. Verify in the destination system: browser, filesystem, calendar, draft folder, or job history.
|
|
19
|
+
6. Keep human approval around file deletion, messages, purchases, publication, and other external writes.
|
|
20
|
+
7. Isolate agent work with a bounded project folder or sandbox.
|
|
21
|
+
8. Explain that generated details may vary while acceptance criteria remain stable.
|
|
22
|
+
9. Promote a successful one-off task to scheduled automation only after manual validation.
|
|
23
|
+
10. Give automation an explicit scope, cadence, observable failure, and way to disable it.
|
|
24
|
+
11. Structure agent requests with a goal, context, constraints, and observable completion criteria.
|
|
25
|
+
12. Teach adjustment and verification instead of promising output identical to a recording.
|
|
26
|
+
|
|
27
|
+
## Content adaptation
|
|
28
|
+
|
|
29
|
+
Translate the method, not the examples:
|
|
30
|
+
|
|
31
|
+
- replace the demonstrated product with the target technology
|
|
32
|
+
- replace “app → editor → CLI” with “easy surface → inspectable implementation → power-user surface”
|
|
33
|
+
- replace calendar or email proof with the target system's independent readback
|
|
34
|
+
- replace feature enumeration with a single outcome that crosses two or three depth levels
|
|
35
|
+
|
|
36
|
+
Attribute ideas when closely discussing the source. Do not reproduce long wording, full transcripts, or the source's visual identity.
|
|
37
|
+
|
|
38
|
+
## Reliability notes
|
|
39
|
+
|
|
40
|
+
Treat any detailed timeline produced by automated video analysis as an index to verify, not as authoritative evidence. Recheck timestamps and screen text before including them in published content. If direct playback or captions are unavailable, label the gap and avoid exact quotations.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: event-planning
|
|
2
|
+
name: vibe.event-planning
|
|
3
3
|
invocation: [auto]
|
|
4
4
|
tier: standard
|
|
5
5
|
description: "Community event automation — D-Day timeline, community patterns, proactive task execution. Auto-activates for event planning, meetup/webinar/conference management."
|