arkaos 4.7.0 → 4.8.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/VERSION +1 -1
- package/arka/SKILL.md +2 -2
- package/arka/skills/bootstrap-agent/SKILL.md +11 -7
- package/arka/skills/checkpoint/SKILL.md +10 -4
- package/arka/skills/comfyui/SKILL.md +11 -8
- package/arka/skills/conclave/SKILL.md +11 -3
- package/arka/skills/costs/SKILL.md +2 -3
- package/arka/skills/design-ops/SKILL.md +11 -5
- package/arka/skills/dreams/SKILL.md +10 -4
- package/arka/skills/flow/SKILL.md +1 -1
- package/arka/skills/forge/SKILL.md +6 -8
- package/arka/skills/fusion/SKILL.md +11 -7
- package/arka/skills/human-writing/SKILL.md +11 -13
- package/arka/skills/research/SKILL.md +8 -10
- package/bin/arka-py.ps1 +9 -2
- package/config/claude-agents/affiliate-manager.md +50 -0
- package/config/claude-agents/ai-engineering-lead.md +52 -0
- package/config/claude-agents/architect.md +1 -1
- package/config/claude-agents/automation-engineer.md +50 -0
- package/config/claude-agents/brand-director.md +51 -0
- package/config/claude-agents/brand-strategist.md +50 -0
- package/config/claude-agents/business-model-designer.md +50 -0
- package/config/claude-agents/cfo.md +50 -0
- package/config/claude-agents/chief-of-staff.md +51 -0
- package/config/claude-agents/commerce-engineer.md +50 -0
- package/config/claude-agents/community-manager.md +50 -0
- package/config/claude-agents/community-strategist.md +50 -0
- package/config/claude-agents/content-marketer.md +50 -0
- package/config/claude-agents/content-strategist.md +50 -0
- package/config/claude-agents/conversion-strategist.md +50 -0
- package/config/claude-agents/coo.md +50 -0
- package/config/claude-agents/cs-manager.md +50 -0
- package/config/claude-agents/cto.md +51 -0
- package/config/claude-agents/culture-coach.md +50 -0
- package/config/claude-agents/data-collector.md +50 -0
- package/config/claude-agents/decision-quality.md +51 -0
- package/config/claude-agents/design-ops-lead.md +51 -0
- package/config/claude-agents/devops-eng.md +1 -1
- package/config/claude-agents/doc-writer.md +50 -0
- package/config/claude-agents/ecom-cro-specialist.md +50 -0
- package/config/claude-agents/ecom-director.md +50 -0
- package/config/claude-agents/engagement-designer.md +50 -0
- package/config/claude-agents/etl-eng.md +52 -0
- package/config/claude-agents/extraction-script-writer.md +51 -0
- package/config/claude-agents/financial-analyst.md +49 -0
- package/config/claude-agents/growth-engineer.md +50 -0
- package/config/claude-agents/hr-specialist.md +50 -0
- package/config/claude-agents/investment-strategist.md +50 -0
- package/config/claude-agents/knowledge-curator.md +51 -0
- package/config/claude-agents/knowledge-director.md +51 -0
- package/config/claude-agents/landing-cro-specialist.md +50 -0
- package/config/claude-agents/laravel-eng.md +52 -0
- package/config/claude-agents/leadership-director.md +50 -0
- package/config/claude-agents/market-analyst.md +50 -0
- package/config/claude-agents/marketing-director.md +50 -0
- package/config/claude-agents/metrics-analyst.md +50 -0
- package/config/claude-agents/node-ts-eng.md +52 -0
- package/config/claude-agents/okr-steward.md +51 -0
- package/config/claude-agents/ops-lead.md +50 -0
- package/config/claude-agents/org-designer.md +49 -0
- package/config/claude-agents/paid-specialist.md +50 -0
- package/config/claude-agents/people-ops.md +50 -0
- package/config/claude-agents/pm-director.md +52 -0
- package/config/claude-agents/product-owner.md +52 -0
- package/config/claude-agents/python-eng.md +52 -0
- package/config/claude-agents/repurpose-distributor.md +50 -0
- package/config/claude-agents/research-analyst.md +50 -0
- package/config/claude-agents/retention-manager.md +50 -0
- package/config/claude-agents/revops-lead.md +51 -0
- package/config/claude-agents/saas-strategist.md +50 -0
- package/config/claude-agents/sales-closer.md +50 -0
- package/config/claude-agents/sales-copywriter.md +51 -0
- package/config/claude-agents/sales-director.md +50 -0
- package/config/claude-agents/sales-ops.md +49 -0
- package/config/claude-agents/scriptwriter.md +50 -0
- package/config/claude-agents/scrum-master.md +50 -0
- package/config/claude-agents/sdr.md +51 -0
- package/config/claude-agents/security-eng.md +1 -1
- package/config/claude-agents/seo-specialist.md +50 -0
- package/config/claude-agents/shadcn-padronizer.md +51 -0
- package/config/claude-agents/strategic-pm.md +51 -0
- package/config/claude-agents/strategy-director.md +51 -0
- package/config/claude-agents/ux-designer.md +50 -0
- package/config/claude-agents/ux-researcher.md +51 -0
- package/config/claude-agents/ux-strategist.md +51 -0
- package/config/claude-agents/viral-engineer.md +50 -0
- package/config/claude-agents/visual-designer.md +50 -0
- package/config/claude-agents/wcag-auditor.md +51 -0
- package/config/hooks/user-prompt-submit.sh +7 -0
- package/core/agents/__pycache__/behavioral_compiler.cpython-313.pyc +0 -0
- package/core/agents/behavioral_compiler.py +66 -34
- package/core/budget/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/budget/__pycache__/manager.cpython-314.pyc +0 -0
- package/core/budget/__pycache__/schema.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/complexity.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/handoff.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/orchestrator.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/persistence.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/renderer.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/runtime_dispatcher.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/schema.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/agent_experiences.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/compliance_telemetry_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/enforcement_telemetry_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/qg_verdict.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/quality_api.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/quality_router.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/review_workflow.cpython-314.pyc +0 -0
- package/core/governance/phantom_action_check.py +19 -4
- package/core/hooks/__pycache__/user_prompt_submit.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/user_prompt_submit.cpython-314.pyc +0 -0
- package/core/hooks/user_prompt_submit.py +9 -2
- package/core/knowledge/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/chunker.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/embedder.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/pattern_cards.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/vector_store.cpython-314.pyc +0 -0
- package/core/memory/__pycache__/rehydrator.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/claude_code.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/claude_code.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/codex_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/codex_cli.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/gemini_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/gemini_cli.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/subagent.cpython-313.pyc +0 -0
- package/core/runtime/claude_code.py +2 -1
- package/core/runtime/codex_cli.py +2 -0
- package/core/runtime/gemini_cli.py +2 -0
- package/core/runtime/subagent.py +11 -170
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/graph_context_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/graph_context_layer.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/pattern_library_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/pattern_library_layer.cpython-314.pyc +0 -0
- package/core/synapse/agent_experiences_layer.py +4 -0
- package/core/synapse/engine.py +9 -0
- package/core/synapse/graph_context_layer.py +4 -0
- package/core/synapse/layers.py +28 -0
- package/core/synapse/pattern_library_layer.py +4 -0
- package/core/workflow/__init__.py +5 -3
- package/core/workflow/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/__init__.cpython-314.pyc +0 -0
- package/departments/brand/skills/archetype-finder/SKILL.md +7 -1
- package/departments/brand/skills/colors/SKILL.md +7 -1
- package/departments/brand/skills/design-system/SKILL.md +9 -2
- package/departments/brand/skills/identity-system/SKILL.md +8 -1
- package/departments/brand/skills/logo-brief/SKILL.md +7 -1
- package/departments/brand/skills/mockup-generate/SKILL.md +7 -1
- package/departments/brand/skills/naming-evaluate/SKILL.md +7 -1
- package/departments/brand/skills/positioning-statement/SKILL.md +8 -1
- package/departments/brand/skills/primal-audit/SKILL.md +7 -2
- package/departments/brand/skills/ux-audit/SKILL.md +8 -1
- package/departments/brand/skills/voice-guide/SKILL.md +8 -1
- package/departments/brand/skills/wireframe/SKILL.md +8 -1
- package/departments/community/skills/ai-community/SKILL.md +7 -1
- package/departments/community/skills/betting-setup/SKILL.md +7 -1
- package/departments/community/skills/business-model/SKILL.md +9 -2
- package/departments/community/skills/content-calendar/SKILL.md +8 -1
- package/departments/community/skills/events-plan/SKILL.md +7 -1
- package/departments/community/skills/gamification-design/SKILL.md +8 -1
- package/departments/community/skills/metrics-track/SKILL.md +8 -1
- package/departments/community/skills/moderation/SKILL.md +8 -1
- package/departments/community/skills/monetize-plan/SKILL.md +8 -1
- package/departments/community/skills/niche-setup/SKILL.md +9 -1
- package/departments/community/skills/onboarding-flow/SKILL.md +8 -1
- package/departments/community/skills/platform-select/SKILL.md +8 -1
- package/departments/community/skills/retention-system/SKILL.md +8 -2
- package/departments/content/skills/ai-workflow/SKILL.md +8 -1
- package/departments/content/skills/analytics/SKILL.md +8 -1
- package/departments/content/skills/calendar/SKILL.md +8 -1
- package/departments/content/skills/content-system/SKILL.md +8 -2
- package/departments/content/skills/hook-write/SKILL.md +8 -2
- package/departments/content/skills/monetization-plan/SKILL.md +8 -1
- package/departments/content/skills/newsletter-write/SKILL.md +7 -1
- package/departments/content/skills/platform-optimize/SKILL.md +9 -1
- package/departments/content/skills/repurpose-plan/SKILL.md +7 -1
- package/departments/content/skills/script-structure/SKILL.md +8 -1
- package/departments/content/skills/short-form/SKILL.md +8 -1
- package/departments/content/skills/thumbnail-package/SKILL.md +8 -1
- package/departments/content/skills/viral-design/SKILL.md +8 -2
- package/departments/content/skills/youtube-strategy/SKILL.md +9 -3
- package/departments/dev/skills/agent-design/SKILL.md +9 -2
- package/departments/dev/skills/agent-workflow/SKILL.md +9 -2
- package/departments/dev/skills/ai-assisted-dev/SKILL.md +7 -1
- package/departments/dev/skills/ai-security/SKILL.md +9 -2
- package/departments/dev/skills/api-design/SKILL.md +8 -2
- package/departments/dev/skills/app-test/SKILL.md +7 -3
- package/departments/dev/skills/architecture-design/SKILL.md +8 -2
- package/departments/dev/skills/changelog/SKILL.md +8 -1
- package/departments/dev/skills/ci-cd-pipeline/SKILL.md +7 -2
- package/departments/dev/skills/codebase-onboard/SKILL.md +8 -1
- package/departments/dev/skills/db-design/SKILL.md +8 -1
- package/departments/dev/skills/db-schema/SKILL.md +8 -2
- package/departments/dev/skills/ddd-model/SKILL.md +8 -1
- package/departments/dev/skills/demo-gif/SKILL.md +7 -3
- package/departments/dev/skills/dependency-audit/SKILL.md +8 -1
- package/departments/dev/skills/deploy/SKILL.md +8 -1
- package/departments/dev/skills/devops-pipeline/SKILL.md +8 -1
- package/departments/dev/skills/docs/SKILL.md +7 -1
- package/departments/dev/skills/env-secrets/SKILL.md +7 -1
- package/departments/dev/skills/incident/SKILL.md +8 -1
- package/departments/dev/skills/mcp/SKILL.md +8 -5
- package/departments/dev/skills/mcp-builder/SKILL.md +8 -2
- package/departments/dev/skills/observability/SKILL.md +8 -1
- package/departments/dev/skills/onboard/SKILL.md +8 -8
- package/departments/dev/skills/performance-audit/SKILL.md +8 -2
- package/departments/dev/skills/performance-profiler/SKILL.md +9 -2
- package/departments/dev/skills/rag-architect/SKILL.md +8 -2
- package/departments/dev/skills/red-team/SKILL.md +10 -1
- package/departments/dev/skills/refactor-plan/SKILL.md +8 -1
- package/departments/dev/skills/release/SKILL.md +8 -1
- package/departments/dev/skills/runbook/SKILL.md +8 -1
- package/departments/dev/skills/scaffold/SKILL.md +23 -16
- package/departments/dev/skills/security-audit/SKILL.md +9 -1
- package/departments/dev/skills/security-compliance/SKILL.md +8 -1
- package/departments/dev/skills/skill-audit/SKILL.md +9 -1
- package/departments/dev/skills/spec/SKILL.md +11 -14
- package/departments/dev/skills/stack-check/SKILL.md +8 -1
- package/departments/dev/skills/tdd-cycle/SKILL.md +8 -2
- package/departments/dev/skills/tech-debt/SKILL.md +8 -1
- package/departments/ecom/skills/analytics/SKILL.md +9 -1
- package/departments/ecom/skills/browse-competitor/SKILL.md +10 -3
- package/departments/ecom/skills/cart-recovery/SKILL.md +8 -1
- package/departments/ecom/skills/cro-optimize/SKILL.md +9 -2
- package/departments/ecom/skills/customer-journey/SKILL.md +8 -1
- package/departments/ecom/skills/ecommerce/SKILL.md +9 -8
- package/departments/ecom/skills/fulfillment-plan/SKILL.md +9 -1
- package/departments/ecom/skills/marketplace-manage/SKILL.md +9 -1
- package/departments/ecom/skills/pricing-strategy/SKILL.md +9 -1
- package/departments/ecom/skills/product-launch/SKILL.md +9 -3
- package/departments/ecom/skills/rfm-segment/SKILL.md +9 -2
- package/departments/ecom/skills/social-commerce/SKILL.md +8 -1
- package/departments/ecom/skills/store-audit/SKILL.md +9 -1
- package/departments/ecom/skills/subscription-model/SKILL.md +8 -1
- package/departments/finance/skills/budget-plan/SKILL.md +9 -1
- package/departments/finance/skills/cashflow-forecast/SKILL.md +9 -1
- package/departments/finance/skills/ciso-advisor/SKILL.md +9 -2
- package/departments/finance/skills/financial-model/SKILL.md +9 -2
- package/departments/finance/skills/pitch-deck/SKILL.md +9 -1
- package/departments/finance/skills/scenario-analysis/SKILL.md +8 -1
- package/departments/finance/skills/unit-economics/SKILL.md +9 -2
- package/departments/finance/skills/valuation-model/SKILL.md +9 -1
- package/departments/kb/skills/ai-research/SKILL.md +8 -1
- package/departments/kb/skills/competitive-intel/SKILL.md +8 -1
- package/departments/kb/skills/knowledge/SKILL.md +10 -9
- package/departments/kb/skills/knowledge-review/SKILL.md +7 -1
- package/departments/kb/skills/learn-content/SKILL.md +11 -1
- package/departments/kb/skills/moc-create/SKILL.md +7 -1
- package/departments/kb/skills/persona-build/SKILL.md +9 -4
- package/departments/kb/skills/research-plan/SKILL.md +9 -2
- package/departments/kb/skills/search-kb/SKILL.md +7 -1
- package/departments/kb/skills/source-evaluate/SKILL.md +8 -1
- package/departments/kb/skills/taxonomy-manage/SKILL.md +7 -1
- package/departments/kb/skills/write-as-persona/SKILL.md +8 -1
- package/departments/kb/skills/zettelkasten-process/SKILL.md +9 -2
- package/departments/landing/skills/ab-test/SKILL.md +7 -1
- package/departments/landing/skills/affiliate-bridge/SKILL.md +7 -1
- package/departments/landing/skills/awareness-diagnose/SKILL.md +8 -1
- package/departments/landing/skills/copy-framework/SKILL.md +7 -2
- package/departments/landing/skills/email-sequence/SKILL.md +7 -1
- package/departments/landing/skills/funnel-design/SKILL.md +8 -2
- package/departments/landing/skills/funnel-metrics/SKILL.md +7 -1
- package/departments/landing/skills/headline-write/SKILL.md +7 -1
- package/departments/landing/skills/landing-gen/SKILL.md +9 -3
- package/departments/landing/skills/launch-sequence/SKILL.md +7 -1
- package/departments/landing/skills/offer-create/SKILL.md +8 -2
- package/departments/landing/skills/optimize-page/SKILL.md +8 -1
- package/departments/landing/skills/page-architect/SKILL.md +7 -1
- package/departments/landing/skills/persuasion-apply/SKILL.md +9 -1
- package/departments/landing/skills/webinar-funnel/SKILL.md +8 -2
- package/departments/leadership/skills/change-manage/SKILL.md +8 -1
- package/departments/leadership/skills/conflict-resolve/SKILL.md +8 -1
- package/departments/leadership/skills/culture-audit/SKILL.md +7 -1
- package/departments/leadership/skills/delegation-matrix/SKILL.md +8 -1
- package/departments/leadership/skills/disc-assess/SKILL.md +8 -1
- package/departments/leadership/skills/feedback-give/SKILL.md +8 -1
- package/departments/leadership/skills/hiring-plan/SKILL.md +8 -1
- package/departments/leadership/skills/okr-define/SKILL.md +8 -2
- package/departments/leadership/skills/performance-review/SKILL.md +8 -1
- package/departments/leadership/skills/team-health/SKILL.md +8 -2
- package/departments/marketing/skills/ab-test/SKILL.md +7 -1
- package/departments/marketing/skills/analytics-report/SKILL.md +10 -1
- package/departments/marketing/skills/audience-segment/SKILL.md +8 -1
- package/departments/marketing/skills/calendar-plan/SKILL.md +8 -1
- package/departments/marketing/skills/cold-email/SKILL.md +8 -3
- package/departments/marketing/skills/competitor-analysis/SKILL.md +8 -1
- package/departments/marketing/skills/content-audit/SKILL.md +7 -1
- package/departments/marketing/skills/email-sequence/SKILL.md +9 -1
- package/departments/marketing/skills/marketing-automation/SKILL.md +7 -1
- package/departments/marketing/skills/paid-campaign/SKILL.md +8 -1
- package/departments/marketing/skills/programmatic-seo/SKILL.md +8 -3
- package/departments/marketing/skills/seo-audit/SKILL.md +8 -2
- package/departments/marketing/skills/social-strategy/SKILL.md +8 -1
- package/departments/ops/skills/bottleneck-find/SKILL.md +6 -2
- package/departments/ops/skills/dashboard-build/SKILL.md +7 -1
- package/departments/ops/skills/gdpr-compliance/SKILL.md +6 -1
- package/departments/ops/skills/gtd-setup/SKILL.md +6 -1
- package/departments/ops/skills/integration-design/SKILL.md +6 -1
- package/departments/ops/skills/iso27001/SKILL.md +7 -1
- package/departments/ops/skills/lean-audit/SKILL.md +6 -1
- package/departments/ops/skills/metrics-dashboard/SKILL.md +6 -1
- package/departments/ops/skills/n8n-flow/SKILL.md +6 -1
- package/departments/ops/skills/operations/SKILL.md +8 -8
- package/departments/ops/skills/quality-management/SKILL.md +6 -1
- package/departments/ops/skills/risk-management/SKILL.md +7 -1
- package/departments/ops/skills/soc2-compliance/SKILL.md +7 -1
- package/departments/ops/skills/sop-create/SKILL.md +6 -1
- package/departments/ops/skills/update/SKILL.md +8 -1
- package/departments/ops/skills/workflow-automate/SKILL.md +7 -2
- package/departments/ops/skills/zapier-flow/SKILL.md +6 -1
- package/departments/org/skills/compensation-plan/SKILL.md +7 -1
- package/departments/org/skills/culture-define/SKILL.md +8 -3
- package/departments/org/skills/decision-framework/SKILL.md +7 -1
- package/departments/org/skills/hiring-plan/SKILL.md +7 -1
- package/departments/org/skills/meeting-optimize/SKILL.md +7 -1
- package/departments/org/skills/okr-cadence/SKILL.md +7 -3
- package/departments/org/skills/onboarding-design/SKILL.md +7 -1
- package/departments/org/skills/org-design/SKILL.md +7 -1
- package/departments/org/skills/principles-audit/SKILL.md +8 -3
- package/departments/org/skills/remote-setup/SKILL.md +7 -1
- package/departments/org/skills/sop-process/SKILL.md +7 -1
- package/departments/org/skills/team-assess/SKILL.md +7 -1
- package/departments/pm/skills/agile-po/SKILL.md +10 -3
- package/departments/pm/skills/backlog-groom/SKILL.md +8 -1
- package/departments/pm/skills/discovery-plan/SKILL.md +10 -2
- package/departments/pm/skills/estimate-forecast/SKILL.md +9 -1
- package/departments/pm/skills/impact-map/SKILL.md +9 -1
- package/departments/pm/skills/kanban-setup/SKILL.md +7 -1
- package/departments/pm/skills/risk-register/SKILL.md +9 -1
- package/departments/pm/skills/roadmap-build/SKILL.md +10 -4
- package/departments/pm/skills/shape-pitch/SKILL.md +8 -2
- package/departments/pm/skills/sprint-plan/SKILL.md +8 -1
- package/departments/pm/skills/stakeholder-map/SKILL.md +7 -1
- package/departments/pm/skills/standup-run/SKILL.md +8 -1
- package/departments/pm/skills/story-write/SKILL.md +8 -1
- package/departments/saas/skills/benchmark-compare/SKILL.md +8 -1
- package/departments/saas/skills/churn-analysis/SKILL.md +8 -1
- package/departments/saas/skills/customer-success/SKILL.md +9 -1
- package/departments/saas/skills/gtm-strategy/SKILL.md +9 -3
- package/departments/saas/skills/launch-execute/SKILL.md +8 -1
- package/departments/saas/skills/leaky-bucket/SKILL.md +8 -3
- package/departments/saas/skills/metrics-dashboard/SKILL.md +8 -1
- package/departments/saas/skills/micro-saas-stack/SKILL.md +8 -1
- package/departments/saas/skills/mvp-build/SKILL.md +8 -1
- package/departments/saas/skills/onboarding-optimize/SKILL.md +9 -1
- package/departments/saas/skills/plg-setup/SKILL.md +9 -2
- package/departments/saas/skills/pricing-strategy/SKILL.md +9 -2
- package/departments/saas/skills/saas-scaffold/SKILL.md +8 -3
- package/departments/saas/skills/voc-loop/SKILL.md +10 -3
- package/departments/sales/skills/challenger-sell/SKILL.md +7 -1
- package/departments/sales/skills/deal-qualify/SKILL.md +7 -1
- package/departments/sales/skills/discovery-call/SKILL.md +6 -1
- package/departments/sales/skills/forecast-revenue/SKILL.md +7 -1
- package/departments/sales/skills/negotiate-plan/SKILL.md +7 -1
- package/departments/sales/skills/objection-handle/SKILL.md +7 -1
- package/departments/sales/skills/pipeline-manage/SKILL.md +7 -1
- package/departments/sales/skills/pricing-negotiate/SKILL.md +7 -1
- package/departments/sales/skills/proposal-write/SKILL.md +7 -2
- package/departments/sales/skills/spin-sell/SKILL.md +8 -2
- package/departments/strategy/skills/blue-ocean/SKILL.md +9 -2
- package/departments/strategy/skills/bmc/SKILL.md +8 -1
- package/departments/strategy/skills/board-advisor/SKILL.md +10 -2
- package/departments/strategy/skills/cto-advisor/SKILL.md +9 -2
- package/departments/strategy/skills/extract-data/SKILL.md +9 -3
- package/departments/strategy/skills/five-forces/SKILL.md +9 -2
- package/departments/strategy/skills/moat-analysis/SKILL.md +8 -1
- package/departments/strategy/skills/position/SKILL.md +10 -1
- package/departments/strategy/skills/premortem/SKILL.md +9 -3
- package/departments/strategy/skills/scenario-plan/SKILL.md +9 -1
- package/knowledge/commands-registry.json +3006 -1676
- package/knowledge/commands-registry.json.bak +4121 -0
- package/package.json +1 -1
- package/pyproject.toml +1 -1
- package/scripts/__pycache__/synapse-bridge.cpython-314.pyc +0 -0
- package/scripts/tools/__pycache__/prompt_lint.cpython-313.pyc +0 -0
- package/core/workflow/announcer.py +0 -246
- package/core/workflow/engine.py +0 -260
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/cro-optimize
|
|
3
3
|
description: >
|
|
4
|
-
Conversion Rate Optimization using CXL's ResearchXL framework
|
|
5
|
-
|
|
4
|
+
Conversion Rate Optimization using CXL's ResearchXL framework — 6 research
|
|
5
|
+
phases (heuristic, technical, analytics, heatmaps, surveys, user testing)
|
|
6
|
+
before any test, PIE/ICE prioritization, delivering research findings plus a
|
|
7
|
+
prioritized test backlog and hypotheses for the top 3 tests. TRIGGER:
|
|
8
|
+
"otimiza a conversão da loja", "a loja não converte", "CRO", "improve store
|
|
9
|
+
conversion", "porque é que ninguém compra", "/ecom cro <page>". SKIP:
|
|
10
|
+
optimizing a standalone landing page or funnel step -> landing/optimize-page
|
|
11
|
+
(page-level persuasion, not store-wide research); measuring funnel metrics
|
|
12
|
+
without optimizing -> ecom/analytics (measurement, not experimentation).
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/customer-journey
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Maps the e-commerce customer journey across discovery, consideration,
|
|
5
|
+
purchase, delivery, and loyalty stages, producing a journey map with
|
|
6
|
+
touchpoints, pain points, and optimization opportunities per stage. TRIGGER:
|
|
7
|
+
"jornada do cliente", "mapeia a experiência do cliente", "customer journey
|
|
8
|
+
map", "touchpoints da loja", "/ecom journey <segment>". SKIP: scoring
|
|
9
|
+
customers by purchase behaviour -> ecom/rfm-segment (data segmentation, not
|
|
10
|
+
experience mapping); fixing a specific conversion drop-off
|
|
11
|
+
-> ecom/cro-optimize (research and testing, not mapping).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: arka-ecommerce
|
|
3
3
|
description: >
|
|
4
|
-
E-commerce department
|
|
5
|
-
|
|
6
|
-
plans,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
or
|
|
4
|
+
E-commerce department orchestrator (Ricardo's squad, 7-phase workflow with
|
|
5
|
+
mandatory Quality Gate) routing every store task: full audits, product
|
|
6
|
+
listings, pricing analysis, launch plans, ad campaigns, competitor analysis,
|
|
7
|
+
SEO, email flows, performance reports, and Shopify MCP management. TRIGGER:
|
|
8
|
+
"ecom", "a minha loja online", "shopify", "online store", "gere o catálogo",
|
|
9
|
+
"/ecom <command>". SKIP: an unambiguous single specialised task -> the
|
|
10
|
+
matching sibling wins directly, e.g. ecom/store-audit,
|
|
11
|
+
ecom/pricing-strategy, or ecom/cart-recovery (this skill is the
|
|
12
|
+
department router, not the specialist).
|
|
12
13
|
---
|
|
13
14
|
|
|
14
15
|
# E-commerce Department — ARKA OS
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/fulfillment-plan
|
|
3
3
|
description: >
|
|
4
|
-
Fulfillment strategy
|
|
4
|
+
Fulfillment strategy design — compares 3PL, FBA, and dropshipping models,
|
|
5
|
+
plans logistics, returns handling, and cost optimization, delivering a
|
|
6
|
+
fulfillment plan with model comparison, cost analysis, and SLA targets.
|
|
7
|
+
TRIGGER: "logística da loja", "como envio as encomendas", "fulfillment
|
|
8
|
+
plan", "3PL ou dropshipping", "gestão de devoluções", "/ecom fulfillment".
|
|
9
|
+
SKIP: operating a multi-vendor platform with sellers
|
|
10
|
+
-> ecom/marketplace-manage (seller operations, not own-store logistics); margin and cost
|
|
11
|
+
modelling in isolation -> finance/unit-economics (financial analysis, not
|
|
12
|
+
logistics design).
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/marketplace-manage
|
|
3
3
|
description: >
|
|
4
|
-
Marketplace operations
|
|
4
|
+
Marketplace operations (Marketplace Flywheel + Mirakl framework) — seller
|
|
5
|
+
onboarding, commission model design, and quality control, delivering an
|
|
6
|
+
operations plan with seller management and growth strategy. TRIGGER: "gerir
|
|
7
|
+
o marketplace", "onboarding de sellers", "marketplace commission model",
|
|
8
|
+
"controlo de qualidade dos vendedores", "/ecom marketplace <action>". SKIP:
|
|
9
|
+
own-store shipping and logistics -> ecom/fulfillment-plan (single-store
|
|
10
|
+
fulfillment, not multi-vendor operations); selling through TikTok Shop or
|
|
11
|
+
Instagram -> ecom/social-commerce (social platforms, not your own
|
|
12
|
+
marketplace).
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/pricing-strategy
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
E-commerce pricing strategy — value-based analysis, psychological pricing,
|
|
5
|
+
dynamic pricing, and competitor positioning, delivering a pricing
|
|
6
|
+
recommendation with competitor comparison and margin analysis. TRIGGER:
|
|
7
|
+
"define o preço do produto", "quanto devo cobrar", "pricing da loja",
|
|
8
|
+
"psychological pricing", "preço face à concorrência", "/ecom pricing
|
|
9
|
+
<product>". SKIP: recurring SaaS plan tiers -> saas/pricing-strategy
|
|
10
|
+
(subscription software economics, not physical SKUs); pricing inside a full
|
|
11
|
+
launch package -> ecom/product-launch (ships a 4-tier pricing ladder);
|
|
12
|
+
recurring commerce subscriptions -> ecom/subscription-model.
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/product-launch
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
launch
|
|
4
|
+
End-to-end e-commerce product launch package — positioning frame, 4-tier
|
|
5
|
+
pricing ladder with margin math, content asset inventory, channel-mix ramp,
|
|
6
|
+
day-by-day launch sequence (T-30 to T+14), inventory-aware demand curve, and
|
|
7
|
+
upfront kill-switch criteria. TRIGGER: "lançar um produto na loja", "plano
|
|
8
|
+
de lançamento do produto", "product launch plan", "launch this SKU", "/ecom
|
|
9
|
+
launch <product>". SKIP: launching a SaaS product -> saas/launch-execute
|
|
10
|
+
(software GTM, no physical inventory); a standalone pricing question ->
|
|
11
|
+
ecom/pricing-strategy; the promotional email/funnel sequence alone ->
|
|
12
|
+
landing/launch-sequence.
|
|
7
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
8
14
|
---
|
|
9
15
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/rfm-segment
|
|
3
3
|
description: >
|
|
4
|
-
RFM customer segmentation
|
|
5
|
-
|
|
4
|
+
RFM customer segmentation (Recency, Frequency, Monetary — Drew Sanocki):
|
|
5
|
+
scores customers 1-5 per dimension, identifies Champions, Loyal, At-Risk,
|
|
6
|
+
and Hibernating segments, applies the whale curve, and delivers an RFM
|
|
7
|
+
matrix with segment counts and an action plan plus automated flow per
|
|
8
|
+
segment. TRIGGER: "segmenta os clientes", "quem são os meus melhores
|
|
9
|
+
clientes", "RFM analysis", "clientes em risco", "/ecom rfm". SKIP:
|
|
10
|
+
demographic audience building for campaigns -> marketing/audience-segment
|
|
11
|
+
(targeting, not purchase-behaviour scoring); mapping the experience per
|
|
12
|
+
stage -> ecom/customer-journey; executing win-back emails -> ecom/cart-recovery.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/social-commerce
|
|
3
3
|
description: >
|
|
4
|
-
Social commerce strategy
|
|
4
|
+
Social commerce strategy (TikTok Shop + Instagram Shopping) — platform
|
|
5
|
+
selection, product feed setup, and live commerce, delivering a plan with
|
|
6
|
+
platform setup, content strategy, and attribution. TRIGGER: "vender no
|
|
7
|
+
TikTok", "Instagram Shopping", "social commerce", "live shopping", "loja no
|
|
8
|
+
Instagram", "/ecom social-commerce". SKIP: organic social content and
|
|
9
|
+
posting cadence -> marketing/social-strategy (audience growth, not in-
|
|
10
|
+
platform selling); own-store conversion optimization -> ecom/cro-optimize
|
|
11
|
+
(store CRO, not social channels).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/store-audit
|
|
3
3
|
description: >
|
|
4
|
-
Full store audit
|
|
4
|
+
Full store audit with 5 parallel agents — UX, SEO, performance, content, and
|
|
5
|
+
conversion — including live browser checks of the checkout flow, mobile
|
|
6
|
+
responsiveness, and page speed, delivering a scored report with prioritized
|
|
7
|
+
fixes. TRIGGER: "audita a minha loja", "store audit", "analisa a loja
|
|
8
|
+
completa", "health check da loja", "/ecom audit <url>". SKIP: deep
|
|
9
|
+
conversion research with an A/B test backlog -> ecom/cro-optimize
|
|
10
|
+
(ResearchXL goes deeper than the audit's conversion pass); auditing a
|
|
11
|
+
competitor's store -> ecom/browse-competitor (their store, not yours); SEO-
|
|
12
|
+
only pass -> marketing/seo-audit.
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/subscription-model
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs commerce subscription models (Subscription Economy — Tien Tzuo) —
|
|
5
|
+
replenishment, curation, access, or SaaS+commerce — delivering a spec with
|
|
6
|
+
pricing tiers, retention mechanics, and churn targets. TRIGGER: "modelo de
|
|
7
|
+
subscrição", "caixa mensal de produtos", "subscription box", "recorrência na
|
|
8
|
+
loja", "/ecom subscription <model>". SKIP: pure SaaS plan pricing ->
|
|
9
|
+
saas/pricing-strategy (software tiers, no physical goods); diagnosing
|
|
10
|
+
existing subscriber churn -> saas/churn-analysis (retention analytics, not
|
|
11
|
+
model design); one-off product pricing -> ecom/pricing-strategy.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: fin/budget-plan
|
|
3
3
|
description: >
|
|
4
|
-
Budget planning: revenue plan, cost structure, headcount
|
|
4
|
+
Budget planning with Helena (CFO): revenue plan, cost structure, headcount
|
|
5
|
+
and CAPEX by department using the FP&A cycle plus zero-based budgeting,
|
|
6
|
+
delivering an annual/quarterly budget with department breakdowns and
|
|
7
|
+
approval thresholds. TRIGGER: "orçamento anual", "orçamento do Q3",
|
|
8
|
+
"budget plan", "plano de custos por departamento", "headcount budget",
|
|
9
|
+
"/fin budget". SKIP: cash timing, runway or burn questions ->
|
|
10
|
+
fin/cashflow-forecast (forecasts cash movement, not spend allocation);
|
|
11
|
+
full P&L/Balance Sheet projections -> fin/financial-model (3-statement
|
|
12
|
+
modelling, not budget approval).
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: fin/cashflow-forecast
|
|
3
3
|
description: >
|
|
4
|
-
Cash flow
|
|
4
|
+
Cash flow forecasting across operating, investing and financing flows,
|
|
5
|
+
with runway, burn rate and working-capital analysis (Leonor, Financial
|
|
6
|
+
Analyst — Cash Flow Management + FP&A). TRIGGER: "cashflow forecast",
|
|
7
|
+
"previsão de tesouraria", "quanto runway temos", "burn rate", "fluxo de
|
|
8
|
+
caixa", "/fin cashflow". SKIP: allocating spend by department or
|
|
9
|
+
headcount -> fin/budget-plan (budgeting, not cash timing); full
|
|
10
|
+
3-statement projections -> fin/financial-model (cash flow is one
|
|
11
|
+
statement of three); stress-testing assumptions best/worst case ->
|
|
12
|
+
fin/scenario-analysis.
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: finance/ciso-advisor
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
CFO-side security economics: security budget justification via ALE risk
|
|
5
|
+
quantification (SLE x ARO), compliance roadmap sequencing (SOC 2 -> ISO
|
|
6
|
+
27001 -> GDPR), vendor risk tiering, security metrics dashboard, and
|
|
7
|
+
board-level reporting. TRIGGER: "justificar orçamento de segurança",
|
|
8
|
+
"security budget", "quanto custa SOC 2", "compliance roadmap", "risco em
|
|
9
|
+
euros", "ALE", "/fin ciso-advisor". SKIP: hands-on technical security
|
|
10
|
+
testing or code audit -> dev/security-audit (finds vulnerabilities; this
|
|
11
|
+
skill prices the risk); implementing compliance controls ->
|
|
12
|
+
dev/security-compliance.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: fin/financial-model
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Builds 3-statement financial models — P&L, Balance Sheet, Cash Flow —
|
|
5
|
+
with base/optimistic/pessimistic scenarios, following Damodaran
|
|
6
|
+
methodology; outputs model tables, scenario comparison and a key-metrics
|
|
7
|
+
dashboard. TRIGGER: "modelo financeiro", "financial model", "projeções a
|
|
8
|
+
3 anos", "3-statement model", "modela o P&L", "/fin model". SKIP:
|
|
9
|
+
company worth or price -> fin/valuation-model (DCF/comps built on top of
|
|
10
|
+
the model); cash runway only -> fin/cashflow-forecast; standalone
|
|
11
|
+
what-if sensitivity -> fin/scenario-analysis (stresses assumptions,
|
|
12
|
+
doesn't build statements).
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: fin/pitch-deck
|
|
3
3
|
description: >
|
|
4
|
-
Investor pitch deck financials
|
|
4
|
+
Investor pitch deck financials with Rui (Investment Strategist): market
|
|
5
|
+
size, traction, unit economics, funding ask, projections and cap-table
|
|
6
|
+
impact, following the 10-slide Pitch Deck Framework + Venture Deals.
|
|
7
|
+
TRIGGER: "pitch deck", "slides para investidores", "quanto pedir na
|
|
8
|
+
ronda", "fundraising deck", "investor deck financials", "/fin pitch".
|
|
9
|
+
SKIP: computing the underlying CAC/LTV numbers -> fin/unit-economics
|
|
10
|
+
(this skill presents them); defending a valuation number ->
|
|
11
|
+
fin/valuation-model; building the projection model behind the slides ->
|
|
12
|
+
fin/financial-model.
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: fin/scenario-analysis
|
|
3
3
|
description: >
|
|
4
|
-
Financial scenario analysis: base, optimistic
|
|
4
|
+
Financial scenario analysis: base, optimistic and pessimistic cases with
|
|
5
|
+
key-variable sensitivity and probability weighting (Monte Carlo +
|
|
6
|
+
Scenario Analysis, Leonor). TRIGGER: "análise de cenários", "e se as
|
|
7
|
+
vendas caírem 20%", "scenario analysis", "sensitivity analysis", "worst
|
|
8
|
+
case financeiro", "/fin scenario". SKIP: building the underlying
|
|
9
|
+
statements first -> fin/financial-model (scenarios stress an existing
|
|
10
|
+
model); strategic/market futures rather than financial numbers ->
|
|
11
|
+
strategy/scenario-plan (business scenarios, not P&L sensitivity).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: fin/unit-economics
|
|
3
3
|
description: >
|
|
4
|
-
Unit economics analysis: CAC, LTV, payback, Rule of 40, NRR
|
|
5
|
-
|
|
4
|
+
Unit economics analysis: CAC, LTV, LTV:CAC, payback, Rule of 40, NRR,
|
|
5
|
+
burn multiple and magic number, benchmarked against KeyBanc/Meritech
|
|
6
|
+
private-SaaS quartiles, with a traffic-light dashboard and improvement
|
|
7
|
+
recommendations. TRIGGER: "unit economics", "qual é o nosso CAC", "LTV
|
|
8
|
+
to CAC", "payback period", "Rule of 40", "/fin unit-economics". SKIP:
|
|
9
|
+
ongoing KPI tracking and dashboard build -> saas/metrics-dashboard
|
|
10
|
+
(operational dashboard, not one-off diagnosis); fixing churn drivers
|
|
11
|
+
behind weak NRR -> saas/churn-analysis; setting price points ->
|
|
12
|
+
saas/pricing-strategy.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: fin/valuation-model
|
|
3
3
|
description: >
|
|
4
|
-
Company valuation: DCF with WACC, comparable company
|
|
4
|
+
Company valuation: DCF with WACC (Damodaran), comparable company
|
|
5
|
+
analysis and precedent transactions, producing a valuation range with
|
|
6
|
+
multiples and sensitivity analysis. TRIGGER: "quanto vale a empresa",
|
|
7
|
+
"valuation", "avaliação da empresa", "DCF", "múltiplos comparáveis",
|
|
8
|
+
"/fin valuation". SKIP: building the projections the DCF discounts ->
|
|
9
|
+
fin/financial-model (valuation consumes its outputs); designing the
|
|
10
|
+
business model itself -> strategy/bmc (Business Model Canvas, not
|
|
11
|
+
enterprise value); presenting the number to investors ->
|
|
12
|
+
fin/pitch-deck.
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/ai-research
|
|
3
3
|
description: >
|
|
4
|
-
AI-augmented research:
|
|
4
|
+
AI-augmented research: uses Perplexity, Elicit, and Claude for source gathering
|
|
5
|
+
and synthesis, delivering a research report with CRAAP-rated sources and
|
|
6
|
+
synthesized findings. TRIGGER: "pesquisa com AI", "usa o Perplexity para
|
|
7
|
+
investigar", "AI research on this topic", "gather sources with AI tools",
|
|
8
|
+
"/kb ai-research <topic>". SKIP: full research methodology from question
|
|
9
|
+
definition to synthesis -> kb/research-plan (owns the 5-step process; this
|
|
10
|
+
skill is its AI-tooling arm); digging into a named competitor ->
|
|
11
|
+
kb/competitive-intel (structured competitor profile, not open research).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/competitive-intel
|
|
3
3
|
description: >
|
|
4
|
-
Competitive intelligence
|
|
4
|
+
Competitive intelligence on a named competitor — product, pricing, positioning,
|
|
5
|
+
marketing, team, funding — delivered as a competitive profile in Obsidian with
|
|
6
|
+
a battlecard. TRIGGER: "analisa este concorrente", "perfil do concorrente X",
|
|
7
|
+
"competitive intel on X", "build a battlecard", "/kb intel <competitor>".
|
|
8
|
+
SKIP: marketing-channel and campaign comparison -> marketing/competitor-analysis
|
|
9
|
+
(channel lens, not full-company profile); hands-on walkthrough of a competitor
|
|
10
|
+
store -> ecom/browse-competitor (live browsing, not desk research);
|
|
11
|
+
industry-level structure -> strategy/five-forces (market forces, not one company).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: arka-knowledge
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
downloads, transcribes with Whisper
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
Knowledge Base department entry point powered by Obsidian: queues YouTube
|
|
5
|
+
downloads, transcribes with Whisper, runs 5 parallel analysis agents to
|
|
6
|
+
build expert personas, and manages the job queue, KB search, and
|
|
7
|
+
persona-voice content — all output to the vault with MOC pages.
|
|
8
|
+
TRIGGER: "processa este artigo", "mostra a fila", "search knowledge",
|
|
9
|
+
"/kb learn", "/kb queue", "/kb process". SKIP: ingesting ONE specific
|
|
10
|
+
source end-to-end (a single video/article/PDF, no queue) -> kb/learn-content
|
|
11
|
+
(this umbrella owns the queue and multi-source flow); deep research on an
|
|
12
|
+
open question -> kb/research-plan (methodology, not ingestion); building a
|
|
13
|
+
production callable advisor -> kb/persona-build (cited beliefs and DNA).
|
|
13
14
|
---
|
|
14
15
|
|
|
15
16
|
# Knowledge Base — ARKA OS Department
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/knowledge-review
|
|
3
3
|
description: >
|
|
4
|
-
Knowledge freshness review:
|
|
4
|
+
Knowledge freshness review of the Obsidian vault: identifies stale notes,
|
|
5
|
+
updates progressive summaries, and fixes broken links, producing a review
|
|
6
|
+
report with actions taken. TRIGGER: "revê a base de conhecimento", "notas
|
|
7
|
+
desatualizadas", "review the vault", "fix broken links in the KB", "/kb review".
|
|
8
|
+
SKIP: reorganising tags, categories, or naming -> kb/taxonomy-manage
|
|
9
|
+
(structure, not freshness); building an index page for a grown topic
|
|
10
|
+
cluster -> kb/moc-create (creates MOCs rather than auditing note health).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/learn-content
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Ingests a content source (YouTube video, article, PDF): downloads, transcribes,
|
|
5
|
+
and analyzes it with 5 parallel agents, storing frameworks, insights, and
|
|
6
|
+
cross-references in Obsidian. TRIGGER: "aprende com este vídeo", "ingere este
|
|
7
|
+
artigo", "learn from this URL", "transcribe and analyze this podcast",
|
|
8
|
+
"/kb learn <url>". SKIP: managing the ingestion QUEUE, KB search, or a
|
|
9
|
+
multi-source persona build -> kb/knowledge (the department umbrella; this
|
|
10
|
+
skill handles ONE source end-to-end); turning raw notes into atomic
|
|
11
|
+
permanent notes -> kb/zettelkasten-process (note workflow, not source
|
|
12
|
+
ingestion); building a callable advisor from already-ingested content ->
|
|
13
|
+
kb/persona-build; investigating an open question -> kb/research-plan
|
|
14
|
+
(research, not ingestion).
|
|
5
15
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
16
|
---
|
|
7
17
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/moc-create
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Creates or updates a Map of Content (LYT, Nick Milo) when a topic cluster
|
|
5
|
+
reaches 10+ notes, producing an Obsidian MOC page with linked notes organized
|
|
6
|
+
by subtopic. TRIGGER: "cria um MOC", "organiza este cluster de notas",
|
|
7
|
+
"map of content for X", "index this topic", "/kb moc <cluster>". SKIP:
|
|
8
|
+
renaming tags or restructuring categories vault-wide -> kb/taxonomy-manage
|
|
9
|
+
(taxonomy hierarchy, not topic index pages); auditing note freshness and
|
|
10
|
+
broken links -> kb/knowledge-review (health check, not organization).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/persona-build
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
signature, expertise
|
|
6
|
-
behavioral DNA (DISC + Enneagram + Big Five + MBTI)
|
|
7
|
-
advisor YAML.
|
|
4
|
+
Builds or refines a callable persona from KB content: source inventory, cited
|
|
5
|
+
belief inventory, voice signature, expertise map, decision patterns, and
|
|
6
|
+
4-framework behavioral DNA (DISC + Enneagram + Big Five + MBTI), shipped as
|
|
7
|
+
a callable advisor YAML. TRIGGER: "cria uma persona do X", "constrói o
|
|
8
|
+
advisor", "build a persona from these sources", "extract his voice and
|
|
9
|
+
beliefs", "/kb persona <name>". SKIP: writing content in an existing
|
|
10
|
+
persona's voice -> kb/write-as-persona (uses a persona, does not build one);
|
|
11
|
+
ingesting new source material first -> kb/learn-content (ingestion precedes
|
|
12
|
+
persona extraction).
|
|
8
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
9
14
|
---
|
|
10
15
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/research-plan
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Plans and executes structured research: defines the question, gathers
|
|
5
|
+
academic/industry/expert sources, evaluates them with the CRAAP test,
|
|
6
|
+
synthesizes findings, and documents everything in Obsidian. TRIGGER: "faz
|
|
7
|
+
research sobre X", "investiga este tema a fundo", "research plan for X",
|
|
8
|
+
"plan a literature review", "/kb research <topic>". SKIP: AI-tool-driven
|
|
9
|
+
source gathering (Perplexity, Elicit) -> kb/ai-research (the AI-tooling arm
|
|
10
|
+
of this process); rating a single source -> kb/source-evaluate (one CRAAP
|
|
11
|
+
score, not a full study); competitor dossiers -> kb/competitive-intel
|
|
12
|
+
(battlecards, not open research).
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/search-kb
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Searches the Obsidian knowledge base: keyword, semantic, and cross-reference
|
|
5
|
+
search across the vault, returning relevance-ranked results with related
|
|
6
|
+
notes. TRIGGER: "pesquisa na base de conhecimento", "procura no vault",
|
|
7
|
+
"search the KB for X", "what do we know about X", "/kb search <query>".
|
|
8
|
+
SKIP: gathering NEW external information the vault lacks -> kb/research-plan
|
|
9
|
+
(external research, not retrieval); reviewing or fixing stale notes that
|
|
10
|
+
search surfaces -> kb/knowledge-review (maintenance, not lookup).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/source-evaluate
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Evaluates a single source's reliability with the CRAAP test — Currency,
|
|
5
|
+
Relevance, Authority, Accuracy, Purpose — producing a scored evaluation with
|
|
6
|
+
a reliability rating. TRIGGER: "avalia esta fonte", "esta fonte é fiável?",
|
|
7
|
+
"evaluate this source", "is this paper credible", "CRAAP test",
|
|
8
|
+
"/kb evaluate <source>". SKIP: a full research effort across multiple
|
|
9
|
+
sources with synthesis -> kb/research-plan (CRAAP is one step of its 5-step
|
|
10
|
+
process); ingesting the source into the vault once it passes ->
|
|
11
|
+
kb/learn-content (ingestion, not evaluation).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/taxonomy-manage
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Manages the knowledge base taxonomy: tags, categories, naming conventions,
|
|
5
|
+
and hierarchy, delivering an updated taxonomy document with tag guidelines
|
|
6
|
+
and category structure. TRIGGER: "organiza as tags do vault", "normaliza a
|
|
7
|
+
taxonomia", "clean up the KB tags", "define naming conventions",
|
|
8
|
+
"/kb taxonomy". SKIP: building an index page for one topic cluster ->
|
|
9
|
+
kb/moc-create (a MOC, not vault-wide structure); finding stale notes or
|
|
10
|
+
broken links -> kb/knowledge-review (content health, not classification).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/write-as-persona
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Writes content in a learned persona's voice, applying their frameworks,
|
|
5
|
+
style, and KB knowledge, with framework references in the output. TRIGGER:
|
|
6
|
+
"escreve como o X", "escreve na voz da persona", "write as <persona> about
|
|
7
|
+
X", "draft this in her style", "/kb write <persona> <topic>". SKIP: the
|
|
8
|
+
persona does not exist yet or needs refinement -> kb/persona-build (build
|
|
9
|
+
the advisor first); generic content without a persona voice ->
|
|
10
|
+
content/hook-write or the /content department skills (regular copy, not
|
|
11
|
+
persona mimicry).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kb/zettelkasten-process
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Processes content through the Zettelkasten workflow (Luhmann/Ahrens):
|
|
5
|
+
fleeting -> literature -> permanent notes, enforcing atomic one-idea notes,
|
|
6
|
+
own-words rephrasing, and 2+ links per note in Obsidian. TRIGGER: "processa
|
|
7
|
+
estas notas", "transforma em notas permanentes", "zettelkasten this",
|
|
8
|
+
"make atomic notes from this reading", "/kb zettelkasten <note>". SKIP:
|
|
9
|
+
ingesting a new external source (video, PDF, URL) -> kb/learn-content
|
|
10
|
+
(download and transcribe pipeline comes first); creating an index once a
|
|
11
|
+
cluster reaches 10+ notes -> kb/moc-create (MOCs come after permanent notes
|
|
12
|
+
accumulate).
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Grep, Glob]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: landing/ab-test
|
|
3
3
|
description: >
|
|
4
|
-
A/B test plan: hypothesis,
|
|
4
|
+
A/B test plan for landing page elements: hypothesis, control and variants,
|
|
5
|
+
sample size, test duration, and statistical significance criteria with
|
|
6
|
+
expected lift. TRIGGER: "A/B test", "teste A/B", "testa duas versões",
|
|
7
|
+
"split test", "qual headline converte melhor", "/landing test". SKIP:
|
|
8
|
+
full-page heuristic CRO diagnosis and test-backlog prioritisation ->
|
|
9
|
+
landing/optimize-page (it finds WHAT to test; this skill plans ONE test);
|
|
10
|
+
funnel-wide conversion numbers -> landing/funnel-metrics.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|