@su-record/vibe 2.7.18 → 2.7.20
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/.env.example +37 -37
- package/CLAUDE.md +153 -153
- package/LICENSE +21 -21
- package/README.md +451 -449
- package/agents/architect-low.md +41 -41
- package/agents/architect-medium.md +59 -59
- package/agents/architect.md +80 -80
- package/agents/build-error-resolver.md +115 -115
- package/agents/compounder.md +261 -261
- package/agents/diagrammer.md +178 -178
- package/agents/docs/api-documenter.md +99 -99
- package/agents/docs/changelog-writer.md +93 -93
- package/agents/e2e-tester.md +294 -294
- package/agents/event/event-comms.md +78 -0
- package/agents/event/event-content.md +68 -0
- package/agents/event/event-image.md +95 -0
- package/agents/event/event-ops.md +84 -0
- package/agents/event/event-scheduler.md +69 -0
- package/agents/event/event-speaker.md +86 -0
- package/agents/explorer-low.md +42 -42
- package/agents/explorer-medium.md +59 -59
- package/agents/explorer.md +48 -48
- package/agents/implementer-low.md +43 -43
- package/agents/implementer-medium.md +52 -52
- package/agents/implementer.md +54 -54
- package/agents/junior-mentor.md +141 -141
- package/agents/planning/requirements-analyst.md +84 -84
- package/agents/planning/ux-advisor.md +83 -83
- package/agents/qa/acceptance-tester.md +86 -86
- package/agents/qa/edge-case-finder.md +93 -93
- package/agents/refactor-cleaner.md +143 -143
- package/agents/research/best-practices-agent.md +199 -199
- package/agents/research/codebase-patterns-agent.md +157 -157
- package/agents/research/framework-docs-agent.md +188 -188
- package/agents/research/security-advisory-agent.md +213 -213
- package/agents/review/architecture-reviewer.md +107 -107
- package/agents/review/complexity-reviewer.md +116 -116
- package/agents/review/data-integrity-reviewer.md +88 -88
- package/agents/review/git-history-reviewer.md +103 -103
- package/agents/review/performance-reviewer.md +86 -86
- package/agents/review/python-reviewer.md +150 -150
- package/agents/review/rails-reviewer.md +139 -139
- package/agents/review/react-reviewer.md +144 -144
- package/agents/review/security-reviewer.md +80 -80
- package/agents/review/simplicity-reviewer.md +140 -140
- package/agents/review/test-coverage-reviewer.md +116 -116
- package/agents/review/typescript-reviewer.md +127 -127
- package/agents/searcher.md +54 -54
- package/agents/simplifier.md +120 -120
- package/agents/tester.md +49 -49
- package/agents/ui/ui-a11y-auditor.md +93 -93
- package/agents/ui/ui-antipattern-detector.md +94 -94
- package/agents/ui/ui-dataviz-advisor.md +69 -69
- package/agents/ui/ui-design-system-gen.md +57 -57
- package/agents/ui/ui-industry-analyzer.md +49 -49
- package/agents/ui/ui-layout-architect.md +65 -65
- package/agents/ui/ui-stack-implementer.md +68 -68
- package/agents/ui/ux-compliance-reviewer.md +81 -81
- package/agents/ui-previewer.md +258 -258
- package/commands/vibe.analyze.md +379 -379
- package/commands/vibe.event.md +163 -0
- package/commands/vibe.review.md +607 -607
- package/commands/vibe.run.md +2217 -2124
- package/commands/vibe.spec.md +1195 -1195
- package/commands/vibe.spec.review.md +569 -569
- package/commands/vibe.trace.md +50 -0
- package/commands/vibe.utils.md +413 -413
- package/commands/vibe.verify.md +484 -484
- package/dist/__tests__/architecture.test.d.ts +2 -0
- package/dist/__tests__/architecture.test.d.ts.map +1 -0
- package/dist/__tests__/architecture.test.js +207 -0
- package/dist/__tests__/architecture.test.js.map +1 -0
- package/dist/cli/auth.js +3 -3
- package/dist/cli/auth.js.map +1 -1
- package/dist/cli/collaborator.js +52 -52
- package/dist/cli/commands/evolution.js +12 -12
- package/dist/cli/commands/info.d.ts.map +1 -1
- package/dist/cli/commands/info.js +45 -81
- package/dist/cli/commands/info.js.map +1 -1
- package/dist/cli/commands/init.js +5 -5
- package/dist/cli/commands/remove.js +14 -14
- package/dist/cli/commands/sentinel.js +27 -27
- package/dist/cli/commands/skills.js +5 -5
- package/dist/cli/commands/slack.js +10 -10
- package/dist/cli/commands/telegram.js +12 -12
- package/dist/cli/detect.d.ts.map +1 -1
- package/dist/cli/detect.js +55 -32
- package/dist/cli/detect.js.map +1 -1
- package/dist/cli/index.d.ts +1 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +52 -52
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/llm/claude-commands.js +16 -16
- package/dist/cli/llm/config.js +18 -18
- package/dist/cli/llm/gemini-commands.js +16 -16
- package/dist/cli/llm/gpt-commands.js +19 -19
- package/dist/cli/llm/help.js +21 -21
- package/dist/cli/postinstall/constants.d.ts.map +1 -1
- package/dist/cli/postinstall/constants.js +24 -0
- package/dist/cli/postinstall/constants.js.map +1 -1
- package/dist/cli/postinstall/cursor-agents.js +32 -32
- package/dist/cli/postinstall/cursor-rules.js +83 -83
- package/dist/cli/postinstall/cursor-skills.js +743 -743
- package/dist/cli/setup/Provisioner.js +42 -42
- package/dist/infra/lib/AutomationLevel.d.ts +48 -0
- package/dist/infra/lib/AutomationLevel.d.ts.map +1 -0
- package/dist/infra/lib/AutomationLevel.js +157 -0
- package/dist/infra/lib/AutomationLevel.js.map +1 -0
- package/dist/infra/lib/DecisionTracer.d.ts +81 -0
- package/dist/infra/lib/DecisionTracer.d.ts.map +1 -0
- package/dist/infra/lib/DecisionTracer.js +135 -0
- package/dist/infra/lib/DecisionTracer.js.map +1 -0
- package/dist/infra/lib/DeepInit.js +24 -24
- package/dist/infra/lib/InteractiveCheckpoint.d.ts +75 -0
- package/dist/infra/lib/InteractiveCheckpoint.d.ts.map +1 -0
- package/dist/infra/lib/InteractiveCheckpoint.js +179 -0
- package/dist/infra/lib/InteractiveCheckpoint.js.map +1 -0
- package/dist/infra/lib/IterationTracker.d.ts +44 -0
- package/dist/infra/lib/IterationTracker.d.ts.map +1 -1
- package/dist/infra/lib/IterationTracker.js +267 -12
- package/dist/infra/lib/IterationTracker.js.map +1 -1
- package/dist/infra/lib/LoopBreaker.d.ts +56 -0
- package/dist/infra/lib/LoopBreaker.d.ts.map +1 -0
- package/dist/infra/lib/LoopBreaker.js +109 -0
- package/dist/infra/lib/LoopBreaker.js.map +1 -0
- package/dist/infra/lib/PythonParser.js +108 -108
- package/dist/infra/lib/ReviewRace.js +96 -96
- package/dist/infra/lib/SkillFrontmatter.js +28 -28
- package/dist/infra/lib/SkillQualityGate.js +9 -9
- package/dist/infra/lib/SkillRepository.js +159 -159
- package/dist/infra/lib/UltraQA.js +99 -99
- package/dist/infra/lib/VerificationLoop.d.ts +105 -0
- package/dist/infra/lib/VerificationLoop.d.ts.map +1 -0
- package/dist/infra/lib/VerificationLoop.js +189 -0
- package/dist/infra/lib/VerificationLoop.js.map +1 -0
- package/dist/infra/lib/__tests__/AutomationLevel.test.d.ts +2 -0
- package/dist/infra/lib/__tests__/AutomationLevel.test.d.ts.map +1 -0
- package/dist/infra/lib/__tests__/AutomationLevel.test.js +297 -0
- package/dist/infra/lib/__tests__/AutomationLevel.test.js.map +1 -0
- package/dist/infra/lib/__tests__/DecisionTracer.test.d.ts +2 -0
- package/dist/infra/lib/__tests__/DecisionTracer.test.d.ts.map +1 -0
- package/dist/infra/lib/__tests__/DecisionTracer.test.js +274 -0
- package/dist/infra/lib/__tests__/DecisionTracer.test.js.map +1 -0
- package/dist/infra/lib/__tests__/InteractiveCheckpoint.test.d.ts +2 -0
- package/dist/infra/lib/__tests__/InteractiveCheckpoint.test.d.ts.map +1 -0
- package/dist/infra/lib/__tests__/InteractiveCheckpoint.test.js +350 -0
- package/dist/infra/lib/__tests__/InteractiveCheckpoint.test.js.map +1 -0
- package/dist/infra/lib/__tests__/LoopBreaker.test.d.ts +2 -0
- package/dist/infra/lib/__tests__/LoopBreaker.test.d.ts.map +1 -0
- package/dist/infra/lib/__tests__/LoopBreaker.test.js +340 -0
- package/dist/infra/lib/__tests__/LoopBreaker.test.js.map +1 -0
- package/dist/infra/lib/__tests__/VerificationLoop.test.d.ts +2 -0
- package/dist/infra/lib/__tests__/VerificationLoop.test.d.ts.map +1 -0
- package/dist/infra/lib/__tests__/VerificationLoop.test.js +486 -0
- package/dist/infra/lib/__tests__/VerificationLoop.test.js.map +1 -0
- package/dist/infra/lib/autonomy/AuditStore.js +41 -41
- package/dist/infra/lib/autonomy/ConfirmationStore.js +30 -30
- package/dist/infra/lib/autonomy/EventOutbox.js +38 -38
- package/dist/infra/lib/autonomy/PolicyEngine.d.ts +3 -3
- package/dist/infra/lib/autonomy/PolicyEngine.js +18 -18
- package/dist/infra/lib/autonomy/SecuritySentinel.js +1 -1
- package/dist/infra/lib/autonomy/SuggestionStore.js +33 -33
- package/dist/infra/lib/embedding/VectorStore.js +22 -22
- package/dist/infra/lib/embedding/__tests__/EmbeddingProvider.test.js +4 -0
- package/dist/infra/lib/embedding/__tests__/EmbeddingProvider.test.js.map +1 -1
- package/dist/infra/lib/evolution/AgentAnalyzer.js +10 -10
- package/dist/infra/lib/evolution/DeprecationDetector.d.ts +68 -0
- package/dist/infra/lib/evolution/DeprecationDetector.d.ts.map +1 -0
- package/dist/infra/lib/evolution/DeprecationDetector.js +207 -0
- package/dist/infra/lib/evolution/DeprecationDetector.js.map +1 -0
- package/dist/infra/lib/evolution/DescriptionOptimizer.js +21 -21
- package/dist/infra/lib/evolution/GenerationRegistry.js +36 -36
- package/dist/infra/lib/evolution/InsightStore.js +90 -90
- package/dist/infra/lib/evolution/ParityTester.d.ts +74 -0
- package/dist/infra/lib/evolution/ParityTester.d.ts.map +1 -0
- package/dist/infra/lib/evolution/ParityTester.js +238 -0
- package/dist/infra/lib/evolution/ParityTester.js.map +1 -0
- package/dist/infra/lib/evolution/RollbackManager.js +5 -5
- package/dist/infra/lib/evolution/SkillBenchmark.js +23 -23
- package/dist/infra/lib/evolution/SkillEvalRunner.js +50 -50
- package/dist/infra/lib/evolution/SkillGapDetector.js +10 -10
- package/dist/infra/lib/evolution/UsageTracker.js +28 -28
- package/dist/infra/lib/evolution/__tests__/deprecation.test.d.ts +2 -0
- package/dist/infra/lib/evolution/__tests__/deprecation.test.d.ts.map +1 -0
- package/dist/infra/lib/evolution/__tests__/deprecation.test.js +251 -0
- package/dist/infra/lib/evolution/__tests__/deprecation.test.js.map +1 -0
- package/dist/infra/lib/evolution/__tests__/parity.test.d.ts +2 -0
- package/dist/infra/lib/evolution/__tests__/parity.test.d.ts.map +1 -0
- package/dist/infra/lib/evolution/__tests__/parity.test.js +319 -0
- package/dist/infra/lib/evolution/__tests__/parity.test.js.map +1 -0
- package/dist/infra/lib/evolution/index.d.ts +4 -0
- package/dist/infra/lib/evolution/index.d.ts.map +1 -1
- package/dist/infra/lib/evolution/index.js +3 -0
- package/dist/infra/lib/evolution/index.js.map +1 -1
- package/dist/infra/lib/gemini/orchestration.js +5 -5
- package/dist/infra/lib/gpt/orchestration.js +4 -4
- package/dist/infra/lib/gpt/specializations.d.ts +1 -1
- package/dist/infra/lib/gpt/specializations.js +1 -1
- package/dist/infra/lib/memory/KnowledgeGraph.js +4 -4
- package/dist/infra/lib/memory/MemorySearch.js +57 -57
- package/dist/infra/lib/memory/MemoryStorage.js +181 -181
- package/dist/infra/lib/memory/ObservationStore.js +28 -28
- package/dist/infra/lib/memory/ReflectionStore.js +30 -30
- package/dist/infra/lib/memory/SessionRAGRetriever.js +7 -7
- package/dist/infra/lib/memory/SessionRAGStore.js +225 -225
- package/dist/infra/lib/memory/SessionSummarizer.js +9 -9
- package/dist/infra/lib/telemetry/SkillTelemetry.d.ts +6 -0
- package/dist/infra/lib/telemetry/SkillTelemetry.d.ts.map +1 -1
- package/dist/infra/lib/telemetry/SkillTelemetry.js +11 -0
- package/dist/infra/lib/telemetry/SkillTelemetry.js.map +1 -1
- package/dist/infra/orchestrator/AgentManager.js +12 -12
- package/dist/infra/orchestrator/AgentRegistry.js +65 -65
- package/dist/infra/orchestrator/BackgroundManager.d.ts.map +1 -1
- package/dist/infra/orchestrator/BackgroundManager.js +2 -0
- package/dist/infra/orchestrator/BackgroundManager.js.map +1 -1
- package/dist/infra/orchestrator/MultiLlmResearch.js +8 -8
- package/dist/infra/orchestrator/PhasePipeline.js +1 -1
- package/dist/infra/orchestrator/PhasePipeline.js.map +1 -1
- package/dist/infra/orchestrator/SwarmOrchestrator.test.js +16 -16
- package/dist/infra/orchestrator/parallelResearch.js +24 -24
- package/dist/tools/convention/analyzeComplexity.test.js +115 -115
- package/dist/tools/convention/validateCodeQuality.test.js +104 -104
- package/dist/tools/index.d.ts +16 -19
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +15 -27
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/memory/createMemoryTimeline.js +10 -10
- package/dist/tools/memory/getMemoryGraph.js +12 -12
- package/dist/tools/memory/getSessionContext.js +9 -9
- package/dist/tools/memory/linkMemories.js +14 -14
- package/dist/tools/memory/listMemories.js +4 -4
- package/dist/tools/memory/recallMemory.js +4 -4
- package/dist/tools/memory/saveMemory.js +4 -4
- package/dist/tools/memory/searchMemoriesAdvanced.js +23 -23
- package/dist/tools/memory/startSession.js +1 -1
- package/dist/tools/memory/startSession.js.map +1 -1
- package/dist/tools/semantic/analyzeDependencyGraph.js +12 -12
- package/dist/tools/semantic/astGrep.test.js +6 -6
- package/dist/tools/spec/index.d.ts +0 -4
- package/dist/tools/spec/index.d.ts.map +1 -1
- package/dist/tools/spec/index.js +0 -4
- package/dist/tools/spec/index.js.map +1 -1
- package/dist/tools/spec/prdParser.test.js +171 -171
- package/dist/tools/spec/specGenerator.js +169 -169
- package/dist/tools/spec/traceabilityMatrix.js +64 -64
- package/dist/tools/spec/traceabilityMatrix.test.js +28 -28
- package/hooks/gemini-hooks.json +73 -73
- package/hooks/hooks.json +137 -137
- package/hooks/scripts/code-check.js +77 -77
- package/hooks/scripts/context-save.js +212 -212
- package/hooks/scripts/evolution-engine.js +69 -0
- package/hooks/scripts/hud-status.js +291 -291
- package/hooks/scripts/keyword-detector.js +214 -214
- package/hooks/scripts/llm-orchestrate.js +475 -475
- package/hooks/scripts/post-edit.js +32 -32
- package/hooks/scripts/pre-tool-guard.js +125 -125
- package/hooks/scripts/prompt-dispatcher.js +185 -185
- package/hooks/scripts/sentinel-guard.js +104 -104
- package/hooks/scripts/session-start.js +106 -106
- package/hooks/scripts/skill-injector.js +83 -0
- package/hooks/scripts/stop-notify.js +209 -209
- package/hooks/scripts/utils.js +100 -100
- package/languages/csharp-unity.md +515 -515
- package/languages/gdscript-godot.md +470 -470
- package/languages/ruby-rails.md +489 -489
- package/languages/typescript-angular.md +433 -433
- package/languages/typescript-astro.md +416 -416
- package/languages/typescript-electron.md +406 -406
- package/languages/typescript-nestjs.md +524 -524
- package/languages/typescript-svelte.md +407 -407
- package/languages/typescript-tauri.md +365 -365
- package/package.json +101 -123
- package/skills/agents-md/SKILL.md +120 -120
- package/skills/arch-guard/SKILL.md +180 -180
- package/skills/brand-assets/SKILL.md +146 -146
- package/skills/capability-loop/SKILL.md +167 -167
- package/skills/characterization-test/SKILL.md +206 -206
- package/skills/commerce-patterns/SKILL.md +63 -63
- package/skills/commit-push-pr/SKILL.md +75 -75
- package/skills/context7-usage/SKILL.md +105 -105
- package/skills/core-capabilities/SKILL.md +13 -13
- package/skills/e2e-commerce/SKILL.md +61 -61
- package/skills/event-comms/SKILL.md +161 -0
- package/skills/event-ops/SKILL.md +197 -0
- package/skills/event-planning/SKILL.md +131 -0
- package/skills/exec-plan/SKILL.md +147 -147
- package/skills/frontend-design/SKILL.md +12 -12
- package/skills/git-worktree/SKILL.md +72 -72
- package/skills/handoff/SKILL.md +109 -109
- package/skills/parallel-research/SKILL.md +87 -87
- package/skills/priority-todos/SKILL.md +63 -63
- package/skills/seo-checklist/SKILL.md +57 -57
- package/skills/techdebt/SKILL.md +122 -122
- package/skills/tool-fallback/SKILL.md +103 -103
- package/skills/typescript-advanced-types/SKILL.md +66 -66
- package/skills/ui-ux-pro-max/SKILL.md +221 -221
- package/skills/vercel-react-best-practices/SKILL.md +59 -59
- package/skills/video-production/SKILL.md +51 -51
- package/vibe/config.json +29 -29
- package/vibe/constitution.md +227 -227
- package/vibe/rules/principles/communication-guide.md +98 -98
- package/vibe/rules/principles/development-philosophy.md +52 -52
- package/vibe/rules/principles/quick-start.md +102 -102
- package/vibe/rules/quality/bdd-contract-testing.md +393 -393
- package/vibe/rules/quality/checklist.md +276 -276
- package/vibe/rules/quality/performance.md +236 -236
- package/vibe/rules/quality/testing-strategy.md +440 -440
- package/vibe/rules/standards/anti-patterns.md +541 -541
- package/vibe/rules/standards/code-structure.md +291 -291
- package/vibe/rules/standards/complexity-metrics.md +313 -313
- package/vibe/rules/standards/git-workflow.md +237 -237
- package/vibe/rules/standards/naming-conventions.md +198 -198
- package/vibe/rules/standards/security.md +305 -305
- package/vibe/rules/writing/document-style.md +74 -74
- package/vibe/setup.sh +31 -31
- package/vibe/templates/constitution-template.md +252 -252
- package/vibe/templates/contract-backend-template.md +526 -526
- package/vibe/templates/contract-frontend-template.md +599 -599
- package/vibe/templates/feature-template.md +96 -96
- package/vibe/templates/spec-template.md +221 -221
- package/vibe/ui-ux-data/charts.csv +26 -26
- package/vibe/ui-ux-data/colors.csv +97 -97
- package/vibe/ui-ux-data/icons.csv +101 -101
- package/vibe/ui-ux-data/landing.csv +31 -31
- package/vibe/ui-ux-data/products.csv +96 -96
- package/vibe/ui-ux-data/react-performance.csv +45 -45
- package/vibe/ui-ux-data/stacks/astro.csv +54 -54
- package/vibe/ui-ux-data/stacks/flutter.csv +53 -53
- package/vibe/ui-ux-data/stacks/html-tailwind.csv +56 -56
- package/vibe/ui-ux-data/stacks/jetpack-compose.csv +53 -53
- package/vibe/ui-ux-data/stacks/nextjs.csv +53 -53
- package/vibe/ui-ux-data/stacks/nuxt-ui.csv +51 -51
- package/vibe/ui-ux-data/stacks/nuxtjs.csv +59 -59
- package/vibe/ui-ux-data/stacks/react-native.csv +52 -52
- package/vibe/ui-ux-data/stacks/react.csv +54 -54
- package/vibe/ui-ux-data/stacks/shadcn.csv +61 -61
- package/vibe/ui-ux-data/stacks/svelte.csv +54 -54
- package/vibe/ui-ux-data/stacks/swiftui.csv +51 -51
- package/vibe/ui-ux-data/stacks/vue.csv +50 -50
- package/vibe/ui-ux-data/styles.csv +68 -68
- package/vibe/ui-ux-data/typography.csv +57 -57
- package/vibe/ui-ux-data/ui-reasoning.csv +101 -101
- package/vibe/ui-ux-data/ux-guidelines.csv +99 -99
- package/vibe/ui-ux-data/version.json +31 -31
- package/vibe/ui-ux-data/web-interface.csv +31 -31
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Event Content Agent
|
|
2
|
+
|
|
3
|
+
Content generation for community event materials — intro pages, SNS posts, review articles.
|
|
4
|
+
|
|
5
|
+
## Role
|
|
6
|
+
|
|
7
|
+
- Generate event introduction pages with community-specific tone
|
|
8
|
+
- Create SNS promotional posts (LinkedIn + Threads)
|
|
9
|
+
- Write post-event review articles
|
|
10
|
+
- Apply community tone guide (MDC=professional, webinar=casual, DWK=warm)
|
|
11
|
+
|
|
12
|
+
## Model
|
|
13
|
+
|
|
14
|
+
**Sonnet** — Creative writing with structured templates requires balanced capability
|
|
15
|
+
|
|
16
|
+
## Usage
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
Task(model: "sonnet", prompt: "Generate MDC 12th intro page for topic: 마케팅 자동화")
|
|
20
|
+
Task(model: "sonnet", prompt: "Write LinkedIn + Threads promo for webinar on AI agents")
|
|
21
|
+
Task(model: "sonnet", prompt: "Write review post for DWK 5th meetup")
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Process
|
|
25
|
+
|
|
26
|
+
1. Receive event details (type, topic, speakers, date, venue)
|
|
27
|
+
2. Select community tone template
|
|
28
|
+
3. Generate content following the structure:
|
|
29
|
+
- **Intro page**: Hook → Info → Recommended for → What you'll learn → Speakers → Timetable → Benefits → CTA
|
|
30
|
+
- **SNS promo**: Platform-specific tone (LinkedIn=formal, Threads=casual)
|
|
31
|
+
- **Review post**: Story → 3 insights → Next event preview → Thanks
|
|
32
|
+
4. Output to `output/reports/` directory
|
|
33
|
+
5. Return content for user review
|
|
34
|
+
|
|
35
|
+
## Community Tone Guide
|
|
36
|
+
|
|
37
|
+
| | MDC | Webinar | DWK |
|
|
38
|
+
|---|---|---|---|
|
|
39
|
+
| Tone | 전문적, 실무 중심, 격식체 | 친근, 가벼운, 이모지 자유 | 따뜻, 포용적, "함께" |
|
|
40
|
+
| Example | "실무에서 바로 적용" | "퇴근 후 편하게" | "데이터를 좋아하는 여성들" |
|
|
41
|
+
|
|
42
|
+
## Intro Page Structure
|
|
43
|
+
|
|
44
|
+
1. 후킹 문장 (2-3줄)
|
|
45
|
+
2. 행사 정보 (일시/장소/참가비)
|
|
46
|
+
3. "이런 분께 추천" 5항목
|
|
47
|
+
4. "이런 걸 배울 수 있어요" 5항목
|
|
48
|
+
5. 연사 소개 (각 연사별 1단락)
|
|
49
|
+
6. 프로그램 시간표
|
|
50
|
+
7. 참가 혜택
|
|
51
|
+
8. CTA + 인용문
|
|
52
|
+
|
|
53
|
+
## Output
|
|
54
|
+
|
|
55
|
+
```markdown
|
|
56
|
+
## Generated Content
|
|
57
|
+
|
|
58
|
+
### Intro Page
|
|
59
|
+
📄 output/reports/{event_id}_intro.md
|
|
60
|
+
|
|
61
|
+
### SNS Posts
|
|
62
|
+
📄 output/reports/{event_id}_linkedin.md
|
|
63
|
+
📄 output/reports/{event_id}_threads.md
|
|
64
|
+
|
|
65
|
+
### Review (D+1)
|
|
66
|
+
📄 output/reports/{event_id}_review_linkedin.md
|
|
67
|
+
📄 output/reports/{event_id}_review_threads.md
|
|
68
|
+
```
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# Event Image Agent
|
|
2
|
+
|
|
3
|
+
Image generation and smart resizing for community event materials using Gemini.
|
|
4
|
+
|
|
5
|
+
## Role
|
|
6
|
+
|
|
7
|
+
- Generate event images via Gemini API (`gemini-3-pro-image-preview`)
|
|
8
|
+
- Apply community-specific visual styles and color schemes
|
|
9
|
+
- Create dual prompts (detailed API prompt + short user prompt)
|
|
10
|
+
- Smart resize: same ratio = Pillow scale, different ratio = Gemini re-generate
|
|
11
|
+
- Auto-include community logo from assets
|
|
12
|
+
|
|
13
|
+
## Model
|
|
14
|
+
|
|
15
|
+
**Haiku** — Prompt generation + API coordination, lightweight task
|
|
16
|
+
|
|
17
|
+
## Usage
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
Task(model: "haiku", prompt: "Generate MDC 12th images: 500x500 thumbnail + 595x842 poster")
|
|
21
|
+
Task(model: "haiku", prompt: "Generate webinar images: 1080x1080 + 1920x1080 + 1440x1080")
|
|
22
|
+
Task(model: "haiku", prompt: "Resize DWK banner from 1080x1080 to 2000x500")
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Tools
|
|
26
|
+
|
|
27
|
+
- Bash — Execute Gemini API calls and Pillow resize scripts
|
|
28
|
+
- Read — Access logo assets and existing images
|
|
29
|
+
- Write — Save generated images and prompts
|
|
30
|
+
- Glob — Find asset files
|
|
31
|
+
|
|
32
|
+
## Image Specs
|
|
33
|
+
|
|
34
|
+
| Community | Size | Purpose |
|
|
35
|
+
|-----------|------|---------|
|
|
36
|
+
| MDC | 500×500 | Listing thumbnail |
|
|
37
|
+
| MDC | 595×842 | A4 poster |
|
|
38
|
+
| Webinar | 1080×1080 | Instagram/Threads 1:1 |
|
|
39
|
+
| Webinar | 1920×1080 | YouTube 16:9 |
|
|
40
|
+
| Webinar | 1440×1080 | Zoom background 4:3 |
|
|
41
|
+
| DWK | 2000×500 | Banner 4:1 |
|
|
42
|
+
| DWK | 1080×1080 | SNS 1:1 |
|
|
43
|
+
|
|
44
|
+
## Process
|
|
45
|
+
|
|
46
|
+
1. Receive event details + community type
|
|
47
|
+
2. Determine required image sizes for community
|
|
48
|
+
3. Generate API prompt (detailed: colors, layout, text placement, logo position)
|
|
49
|
+
4. Generate user prompt (≤400 chars summary)
|
|
50
|
+
5. Call Gemini API for primary image
|
|
51
|
+
6. Smart resize for additional sizes:
|
|
52
|
+
- Same aspect ratio → Pillow `Image.resize()` (no API call)
|
|
53
|
+
- Different aspect ratio → Gemini re-generate with original as reference
|
|
54
|
+
7. Auto-attach community logo (`data/assets/common/images/{community} logo.png`)
|
|
55
|
+
8. Save to `output/images/`
|
|
56
|
+
9. Save user prompt to `output/images/{type}_prompt.txt`
|
|
57
|
+
|
|
58
|
+
## Community Visual Styles
|
|
59
|
+
|
|
60
|
+
| Community | Primary Color | Style |
|
|
61
|
+
|-----------|--------------|-------|
|
|
62
|
+
| MDC | #ff6b35 (orange) | Professional, data-centric, clean |
|
|
63
|
+
| Webinar | #a78bfa (purple) | Modern, tech, approachable |
|
|
64
|
+
| DWK | #34d399 (mint) | Warm, inclusive, community-feel |
|
|
65
|
+
|
|
66
|
+
## Smart Resize Logic
|
|
67
|
+
|
|
68
|
+
```
|
|
69
|
+
if source_ratio == target_ratio:
|
|
70
|
+
# Scale only — Pillow (no API cost)
|
|
71
|
+
Image.open(source).resize((w, h), Image.LANCZOS)
|
|
72
|
+
else:
|
|
73
|
+
# Re-generate with Gemini
|
|
74
|
+
# Pass original as reference image
|
|
75
|
+
# Instruct: "No white margins, fill entire canvas"
|
|
76
|
+
gemini.generate(prompt, reference=source, size=(w, h))
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Output
|
|
80
|
+
|
|
81
|
+
```markdown
|
|
82
|
+
## Images: {event_id}
|
|
83
|
+
|
|
84
|
+
### Generated
|
|
85
|
+
📸 output/images/{event_id}_500x500.png (thumbnail)
|
|
86
|
+
📸 output/images/{event_id}_595x842.png (poster)
|
|
87
|
+
|
|
88
|
+
### Prompts
|
|
89
|
+
📄 output/images/{event_id}_prompt.txt (user-facing, ≤400 chars)
|
|
90
|
+
|
|
91
|
+
### API Calls
|
|
92
|
+
- Generated: {n} images
|
|
93
|
+
- Resized (Pillow): {m} images
|
|
94
|
+
- Total Gemini calls: {n} (saved {m} via smart resize)
|
|
95
|
+
```
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# Event Operations Agent
|
|
2
|
+
|
|
3
|
+
Day-of operations support — nametags, checklists, operational slides, Slido configuration plans.
|
|
4
|
+
|
|
5
|
+
## Role
|
|
6
|
+
|
|
7
|
+
- Generate nametag HTML from participant CSV data
|
|
8
|
+
- Output D-1 checklist (fixed 4 items for offline events)
|
|
9
|
+
- Generate operational PPTX slides with community colors and timetable
|
|
10
|
+
- Output Slido configuration plan (manual setup guide)
|
|
11
|
+
- Generate settlement report templates
|
|
12
|
+
|
|
13
|
+
## Model
|
|
14
|
+
|
|
15
|
+
**Sonnet** — Needs structured document generation (HTML, PPTX specs, markdown)
|
|
16
|
+
|
|
17
|
+
## Usage
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
Task(model: "sonnet", prompt: "Generate nametags for MDC 12th from participants CSV")
|
|
21
|
+
Task(model: "sonnet", prompt: "Generate D-1 checklist + ops slides for DWK 5th")
|
|
22
|
+
Task(model: "sonnet", prompt: "Output Slido configuration plan for webinar")
|
|
23
|
+
Task(model: "sonnet", prompt: "Generate settlement report for MDC 12th")
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Process
|
|
27
|
+
|
|
28
|
+
### Nametags
|
|
29
|
+
1. Read participant CSV from `data/participants/{event_id}.csv`
|
|
30
|
+
2. Extract: name, company, role
|
|
31
|
+
3. Generate HTML with 85mm×60mm cards, 8 per A4 page
|
|
32
|
+
4. Apply community brand name (bottom-right)
|
|
33
|
+
5. Output: `output/reports/{event_id}_nametags.html`
|
|
34
|
+
6. If no CSV → generate blank template
|
|
35
|
+
|
|
36
|
+
### Checklist
|
|
37
|
+
1. Output fixed D-1 checklist (4 items)
|
|
38
|
+
2. Add any event-specific items from state file
|
|
39
|
+
3. Output: `output/reports/{event_id}_checklist.md`
|
|
40
|
+
|
|
41
|
+
### Operational Slides
|
|
42
|
+
1. Read event details (speakers, topics, timetable)
|
|
43
|
+
2. Apply community color scheme
|
|
44
|
+
3. Generate slide specifications for python-pptx:
|
|
45
|
+
- Cover slide
|
|
46
|
+
- Timetable slide (community pattern)
|
|
47
|
+
- Speaker intro slides (1 per speaker)
|
|
48
|
+
- Q&A + Networking slide (Slido QR placeholder)
|
|
49
|
+
- Thank you + community links slide
|
|
50
|
+
4. Output: `output/reports/{event_id}_slides.pptx` or spec file
|
|
51
|
+
|
|
52
|
+
### Slido
|
|
53
|
+
1. Select community preset (MDC=5, webinar=5, DWK=10 items)
|
|
54
|
+
2. Customize questions for event topic
|
|
55
|
+
3. Output configuration guide for manual setup
|
|
56
|
+
|
|
57
|
+
### Settlement
|
|
58
|
+
1. MDC: Revenue - expenses = markdown report
|
|
59
|
+
2. DWK: Stripe receipts + speaker gifts → Slack message template
|
|
60
|
+
3. Webinar: Skip (free)
|
|
61
|
+
|
|
62
|
+
## Output
|
|
63
|
+
|
|
64
|
+
```markdown
|
|
65
|
+
## Operations: {event_id}
|
|
66
|
+
|
|
67
|
+
### Nametags
|
|
68
|
+
📄 output/reports/{event_id}_nametags.html
|
|
69
|
+
- Participants: {count}
|
|
70
|
+
- Pages: {pages} (8 per page)
|
|
71
|
+
|
|
72
|
+
### Checklist
|
|
73
|
+
📄 output/reports/{event_id}_checklist.md
|
|
74
|
+
|
|
75
|
+
### Slides
|
|
76
|
+
📄 output/reports/{event_id}_slides_spec.md
|
|
77
|
+
- Slides: {count}
|
|
78
|
+
- Color: {community_color}
|
|
79
|
+
|
|
80
|
+
### Slido Plan
|
|
81
|
+
📄 output/reports/{event_id}_slido.md
|
|
82
|
+
- Items: {count}
|
|
83
|
+
- ⚠️ Manual setup required (API read-only)
|
|
84
|
+
```
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# Event Scheduler Agent
|
|
2
|
+
|
|
3
|
+
D-Day timeline calculation and task orchestration for community events.
|
|
4
|
+
|
|
5
|
+
## Role
|
|
6
|
+
|
|
7
|
+
- Calculate D-Day from event date and determine current phase
|
|
8
|
+
- Generate full task timeline based on community type (MDC/webinar/DWK)
|
|
9
|
+
- Register tasks to Notion TODO database via bulk API
|
|
10
|
+
- Track event state in `.event_state.json`
|
|
11
|
+
- Trigger appropriate agents for each phase's deliverables
|
|
12
|
+
|
|
13
|
+
## Model
|
|
14
|
+
|
|
15
|
+
**Sonnet** — Needs structured reasoning for timeline calculation + API coordination
|
|
16
|
+
|
|
17
|
+
## Usage
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
# Auto-triggered by /vibe.event
|
|
21
|
+
Task(model: "sonnet", prompt: "Calculate D-Day for MDC 12th on 2026-03-30 and generate timeline")
|
|
22
|
+
|
|
23
|
+
# Direct invocation
|
|
24
|
+
"MDC 12차 3/30 준비해줘" → scheduler determines current phase → dispatches work
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## Process
|
|
28
|
+
|
|
29
|
+
1. Parse event request: type, edition, date, topic (if provided)
|
|
30
|
+
2. Calculate D-Day from today
|
|
31
|
+
3. Look up timeline template for community type
|
|
32
|
+
4. Identify all steps that should be completed by now
|
|
33
|
+
5. For each pending step:
|
|
34
|
+
- Generate deliverables (delegate to content/comms/ops agents)
|
|
35
|
+
- Mark auto-executable items as done
|
|
36
|
+
- Queue confirmation-required items for user approval
|
|
37
|
+
6. Register remaining future tasks to Notion TODO DB
|
|
38
|
+
7. Save state to `.event_state.json`
|
|
39
|
+
|
|
40
|
+
## Notion DB Schema
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
- 이름 (title): Task name
|
|
44
|
+
- 마감일 (date): YYYY-MM-DD
|
|
45
|
+
- 세부카테고리 (select): 마케팅데이터커넥트 / 퇴근후AI / DATA+WOMEN
|
|
46
|
+
- 상태 (select): D-7 이내 → "우선순위 1", else → "우선순위 2"
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Output
|
|
50
|
+
|
|
51
|
+
```markdown
|
|
52
|
+
## Event Timeline: {event_name}
|
|
53
|
+
|
|
54
|
+
📅 D-Day: {date} (D-{n})
|
|
55
|
+
📍 Current Phase: {phase}
|
|
56
|
+
|
|
57
|
+
### Completed
|
|
58
|
+
- [x] Step 1 — outputs: file1.md, file2.txt
|
|
59
|
+
|
|
60
|
+
### In Progress (auto-generating)
|
|
61
|
+
- [ ] Step 2 — generating intro, images, SMS drafts...
|
|
62
|
+
|
|
63
|
+
### Upcoming
|
|
64
|
+
- [ ] Step 3 (D-14) — SNS remind
|
|
65
|
+
- [ ] Step 4 (D-3) — Confirmation email + SMS
|
|
66
|
+
|
|
67
|
+
### Needs Confirmation
|
|
68
|
+
- ⚠️ SMS send to 45 recipients — approve? [Y/N]
|
|
69
|
+
```
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# Event Speaker Agent
|
|
2
|
+
|
|
3
|
+
Speaker research, outreach drafting, and contact management for community events.
|
|
4
|
+
|
|
5
|
+
## Role
|
|
6
|
+
|
|
7
|
+
- Research potential speakers based on topic and community type
|
|
8
|
+
- Check past topic overlap to avoid duplication
|
|
9
|
+
- Suggest trend-based topics (3 recommendations)
|
|
10
|
+
- Collect speaker's public content URLs (LinkedIn, Threads, X, blog, brunch, publy)
|
|
11
|
+
- Draft outreach messages (DM short version + email formal version)
|
|
12
|
+
- Maintain speaker contact database in `data/speakers/{name}.json`
|
|
13
|
+
|
|
14
|
+
## Model
|
|
15
|
+
|
|
16
|
+
**Haiku** — Web search + data collection, speed over depth
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
Task(model: "haiku", prompt: "Research speakers for MDC topic: 마케팅 자동화")
|
|
22
|
+
Task(model: "haiku", prompt: "Draft outreach for speaker 김영수 at Company X")
|
|
23
|
+
Task(model: "haiku", prompt: "Check past speakers to avoid topic duplication")
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Tools
|
|
27
|
+
|
|
28
|
+
- WebSearch — Search for speaker's public content
|
|
29
|
+
- WebFetch — Fetch page content for speaker profile
|
|
30
|
+
- Read — Access existing speaker database
|
|
31
|
+
- Glob — Find speaker JSON files
|
|
32
|
+
|
|
33
|
+
## Process
|
|
34
|
+
|
|
35
|
+
### Research
|
|
36
|
+
1. Receive topic and community type
|
|
37
|
+
2. Search for related content authors via WebSearch
|
|
38
|
+
3. Check `data/speakers/` for past speakers and their topics
|
|
39
|
+
4. Identify topic overlaps and suggest alternatives
|
|
40
|
+
5. Collect public profile URLs for each candidate
|
|
41
|
+
6. Output research summary with ranked candidates
|
|
42
|
+
|
|
43
|
+
### Outreach
|
|
44
|
+
1. Load speaker data from `data/speakers/{name}.json`
|
|
45
|
+
2. Check contact history (prior outreach, responses)
|
|
46
|
+
3. Generate DM draft (5 lines, casual for re-contact)
|
|
47
|
+
4. Generate email draft (formal, with community intro)
|
|
48
|
+
5. Save updated contact record
|
|
49
|
+
|
|
50
|
+
## Speaker Data Schema
|
|
51
|
+
|
|
52
|
+
```json
|
|
53
|
+
{
|
|
54
|
+
"name": "김영수",
|
|
55
|
+
"company": "Company X",
|
|
56
|
+
"title": "Head of Marketing",
|
|
57
|
+
"linkedin": "https://linkedin.com/in/...",
|
|
58
|
+
"email": "...",
|
|
59
|
+
"topics_presented": ["2025-09 MDC: 마케팅 데이터 파이프라인"],
|
|
60
|
+
"contact_history": [
|
|
61
|
+
{ "date": "2025-07-15", "type": "dm", "status": "accepted" }
|
|
62
|
+
],
|
|
63
|
+
"notes": ""
|
|
64
|
+
}
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
## Output
|
|
68
|
+
|
|
69
|
+
```markdown
|
|
70
|
+
## Speaker Research: {topic}
|
|
71
|
+
|
|
72
|
+
### Recommended Speakers (Ranked)
|
|
73
|
+
1. **{name}** — {company}, {title}
|
|
74
|
+
- Relevant content: {url1}, {url2}
|
|
75
|
+
- Past topics: {or "None (new speaker)"}
|
|
76
|
+
- Fit score: ★★★★☆
|
|
77
|
+
|
|
78
|
+
### Topic Suggestions (trend-based)
|
|
79
|
+
1. {topic1} — {reason}
|
|
80
|
+
2. {topic2} — {reason}
|
|
81
|
+
3. {topic3} — {reason}
|
|
82
|
+
|
|
83
|
+
### Outreach Drafts
|
|
84
|
+
📄 DM: output/reports/{event_id}_dm_{speaker}.txt
|
|
85
|
+
📄 Email: output/reports/{event_id}_email_{speaker}.txt
|
|
86
|
+
```
|
package/agents/explorer-low.md
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
# Explorer Agent - Low Tier (Haiku)
|
|
2
|
-
|
|
3
|
-
Fast codebase exploration for simple searches.
|
|
4
|
-
|
|
5
|
-
## Role
|
|
6
|
-
|
|
7
|
-
- Quick file/pattern search
|
|
8
|
-
- Basic structure analysis
|
|
9
|
-
- Simple dependency checking
|
|
10
|
-
|
|
11
|
-
## Model
|
|
12
|
-
|
|
13
|
-
**Haiku** - Optimized for fast, simple searches
|
|
14
|
-
|
|
15
|
-
## When to Use
|
|
16
|
-
|
|
17
|
-
- Single file lookups
|
|
18
|
-
- Simple pattern matching
|
|
19
|
-
- Quick structure overview
|
|
20
|
-
- Cost-sensitive operations
|
|
21
|
-
|
|
22
|
-
## Usage
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
Task(model: "haiku", subagent_type: "Explore", prompt: "Find files matching *.ts in src/")
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## Process
|
|
29
|
-
|
|
30
|
-
1. Quick pattern match (Glob)
|
|
31
|
-
2. Basic content scan (Grep)
|
|
32
|
-
3. Return file list
|
|
33
|
-
|
|
34
|
-
## Output
|
|
35
|
-
|
|
36
|
-
```markdown
|
|
37
|
-
## Quick Search Results
|
|
38
|
-
|
|
39
|
-
### Files Found
|
|
40
|
-
- src/index.ts
|
|
41
|
-
- src/utils/helper.ts
|
|
42
|
-
```
|
|
1
|
+
# Explorer Agent - Low Tier (Haiku)
|
|
2
|
+
|
|
3
|
+
Fast codebase exploration for simple searches.
|
|
4
|
+
|
|
5
|
+
## Role
|
|
6
|
+
|
|
7
|
+
- Quick file/pattern search
|
|
8
|
+
- Basic structure analysis
|
|
9
|
+
- Simple dependency checking
|
|
10
|
+
|
|
11
|
+
## Model
|
|
12
|
+
|
|
13
|
+
**Haiku** - Optimized for fast, simple searches
|
|
14
|
+
|
|
15
|
+
## When to Use
|
|
16
|
+
|
|
17
|
+
- Single file lookups
|
|
18
|
+
- Simple pattern matching
|
|
19
|
+
- Quick structure overview
|
|
20
|
+
- Cost-sensitive operations
|
|
21
|
+
|
|
22
|
+
## Usage
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
Task(model: "haiku", subagent_type: "Explore", prompt: "Find files matching *.ts in src/")
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## Process
|
|
29
|
+
|
|
30
|
+
1. Quick pattern match (Glob)
|
|
31
|
+
2. Basic content scan (Grep)
|
|
32
|
+
3. Return file list
|
|
33
|
+
|
|
34
|
+
## Output
|
|
35
|
+
|
|
36
|
+
```markdown
|
|
37
|
+
## Quick Search Results
|
|
38
|
+
|
|
39
|
+
### Files Found
|
|
40
|
+
- src/index.ts
|
|
41
|
+
- src/utils/helper.ts
|
|
42
|
+
```
|
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
# Explorer Agent - Medium Tier (Sonnet)
|
|
2
|
-
|
|
3
|
-
Balanced codebase exploration with analysis.
|
|
4
|
-
|
|
5
|
-
## Role
|
|
6
|
-
|
|
7
|
-
- Thorough file/pattern search
|
|
8
|
-
- Code structure analysis
|
|
9
|
-
- Dependency graph understanding
|
|
10
|
-
- Pattern identification
|
|
11
|
-
|
|
12
|
-
## Model
|
|
13
|
-
|
|
14
|
-
**Sonnet** - Balanced speed and depth
|
|
15
|
-
|
|
16
|
-
## When to Use
|
|
17
|
-
|
|
18
|
-
- Multi-file searches
|
|
19
|
-
- Understanding code relationships
|
|
20
|
-
- Pattern discovery
|
|
21
|
-
- Standard exploration tasks
|
|
22
|
-
|
|
23
|
-
## Usage
|
|
24
|
-
|
|
25
|
-
```
|
|
26
|
-
Task(model: "sonnet", subagent_type: "Explore", prompt: "Analyze the authentication flow")
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## Process
|
|
30
|
-
|
|
31
|
-
1. Understand project structure
|
|
32
|
-
2. Search related files (Glob, Grep)
|
|
33
|
-
3. Read and analyze key files
|
|
34
|
-
4. Identify patterns/conventions
|
|
35
|
-
5. Map dependencies
|
|
36
|
-
6. Return detailed summary
|
|
37
|
-
|
|
38
|
-
## Output
|
|
39
|
-
|
|
40
|
-
```markdown
|
|
41
|
-
## Exploration Results
|
|
42
|
-
|
|
43
|
-
### Related Files
|
|
44
|
-
- src/auth/login.ts (entry point)
|
|
45
|
-
- src/auth/service.ts (business logic)
|
|
46
|
-
- src/auth/types.ts (type definitions)
|
|
47
|
-
|
|
48
|
-
### Discovered Patterns
|
|
49
|
-
- Auth uses JWT tokens
|
|
50
|
-
- Session stored in Redis
|
|
51
|
-
- Refresh token rotation enabled
|
|
52
|
-
|
|
53
|
-
### Dependencies
|
|
54
|
-
- jsonwebtoken: ^9.0.0
|
|
55
|
-
- redis: ^4.0.0
|
|
56
|
-
|
|
57
|
-
### Code Flow
|
|
58
|
-
login.ts → service.ts → database.ts → redis cache
|
|
59
|
-
```
|
|
1
|
+
# Explorer Agent - Medium Tier (Sonnet)
|
|
2
|
+
|
|
3
|
+
Balanced codebase exploration with analysis.
|
|
4
|
+
|
|
5
|
+
## Role
|
|
6
|
+
|
|
7
|
+
- Thorough file/pattern search
|
|
8
|
+
- Code structure analysis
|
|
9
|
+
- Dependency graph understanding
|
|
10
|
+
- Pattern identification
|
|
11
|
+
|
|
12
|
+
## Model
|
|
13
|
+
|
|
14
|
+
**Sonnet** - Balanced speed and depth
|
|
15
|
+
|
|
16
|
+
## When to Use
|
|
17
|
+
|
|
18
|
+
- Multi-file searches
|
|
19
|
+
- Understanding code relationships
|
|
20
|
+
- Pattern discovery
|
|
21
|
+
- Standard exploration tasks
|
|
22
|
+
|
|
23
|
+
## Usage
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
Task(model: "sonnet", subagent_type: "Explore", prompt: "Analyze the authentication flow")
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Process
|
|
30
|
+
|
|
31
|
+
1. Understand project structure
|
|
32
|
+
2. Search related files (Glob, Grep)
|
|
33
|
+
3. Read and analyze key files
|
|
34
|
+
4. Identify patterns/conventions
|
|
35
|
+
5. Map dependencies
|
|
36
|
+
6. Return detailed summary
|
|
37
|
+
|
|
38
|
+
## Output
|
|
39
|
+
|
|
40
|
+
```markdown
|
|
41
|
+
## Exploration Results
|
|
42
|
+
|
|
43
|
+
### Related Files
|
|
44
|
+
- src/auth/login.ts (entry point)
|
|
45
|
+
- src/auth/service.ts (business logic)
|
|
46
|
+
- src/auth/types.ts (type definitions)
|
|
47
|
+
|
|
48
|
+
### Discovered Patterns
|
|
49
|
+
- Auth uses JWT tokens
|
|
50
|
+
- Session stored in Redis
|
|
51
|
+
- Refresh token rotation enabled
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
- jsonwebtoken: ^9.0.0
|
|
55
|
+
- redis: ^4.0.0
|
|
56
|
+
|
|
57
|
+
### Code Flow
|
|
58
|
+
login.ts → service.ts → database.ts → redis cache
|
|
59
|
+
```
|