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,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/ddd-model
|
|
3
3
|
description: >
|
|
4
|
-
Domain-Driven Design modeling
|
|
4
|
+
Domain-Driven Design modeling with the Evans/Vernon playbook: bounded
|
|
5
|
+
contexts, aggregates, domain events, context mapping, and ubiquitous
|
|
6
|
+
language — outputs a DDD model with context map and domain event catalog.
|
|
7
|
+
TRIGGER: "DDD", "domain model", "bounded context", "modela o domínio",
|
|
8
|
+
"aggregates", "linguagem ubíqua", "/dev ddd". SKIP: overall system
|
|
9
|
+
architecture and ADRs -> dev/architecture-design (strategic DDD is one
|
|
10
|
+
option there; this goes deeper); persisting the model as tables and
|
|
11
|
+
migrations -> dev/db-schema.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/demo-gif
|
|
3
3
|
description: >
|
|
4
|
-
Record a GIF demo of a user flow
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Record a GIF demo of a browser user flow: navigates to a URL, executes the
|
|
5
|
+
described interactions (click, type, scroll) with visual pauses, and saves
|
|
6
|
+
the recording as a GIF for demos, docs, or bug reports. TRIGGER: "demo gif",
|
|
7
|
+
"grava um gif", "record the flow", "gravação do fluxo", "gif para o bug
|
|
8
|
+
report", "/dev demo-gif"; requires browser integration (claude --chrome or
|
|
9
|
+
/chrome). SKIP: native macOS/iOS app walkthroughs -> dev/app-test (Computer
|
|
10
|
+
Use, not browser); writing the docs around the demo -> dev/docs.
|
|
7
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
8
12
|
---
|
|
9
13
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/dependency-audit
|
|
3
3
|
description: >
|
|
4
|
-
Audit project dependencies
|
|
4
|
+
Audit project dependencies across ecosystems (npm, Composer, pip, Go, Cargo)
|
|
5
|
+
for known CVEs, license compliance (GPL/AGPL risk), outdated packages,
|
|
6
|
+
unused packages, and supply chain risks like typosquatting. TRIGGER:
|
|
7
|
+
"dependency audit", "audita as dependências", "npm audit", "vulnerabilidades
|
|
8
|
+
nos packages", "licenças das libs", "outdated packages", "/dev
|
|
9
|
+
dependency-audit". SKIP: full application security review (OWASP Top 10,
|
|
10
|
+
headers, injection) -> dev/security-audit (dependencies are one section
|
|
11
|
+
there); whole-stack version and upgrade-path review -> dev/stack-check.
|
|
5
12
|
allowed-tools: [Read, Bash, Grep, Glob, Agent]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/deploy
|
|
3
3
|
description: >
|
|
4
|
-
Deploy to environment: pre-deploy checks,
|
|
4
|
+
Deploy to an environment with blue-green/canary strategy: pre-deploy checks,
|
|
5
|
+
deployment execution, and post-deploy verification — outputs a deployment
|
|
6
|
+
report with status, rollback plan, and monitoring links. TRIGGER: "deploy",
|
|
7
|
+
"faz deploy", "ship to staging", "manda para produção", "release to prod",
|
|
8
|
+
"/dev deploy". SKIP: designing the pipeline that automates deploys ->
|
|
9
|
+
dev/ci-cd-pipeline (config generation, not execution); coordinating the
|
|
10
|
+
whole release (versioning, freeze, sign-offs) -> dev/release; production
|
|
11
|
+
failure during rollout -> dev/incident.
|
|
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: dev/devops-pipeline
|
|
3
3
|
description: >
|
|
4
|
-
CI/CD pipeline design
|
|
4
|
+
CI/CD pipeline design following the Three Ways (Gene Kim) and GitOps: build,
|
|
5
|
+
test, deploy stages with blue-green/canary strategies — outputs pipeline
|
|
6
|
+
config, deployment strategy, and monitoring setup. TRIGGER: "devops
|
|
7
|
+
pipeline", "estratégia de deployment", "gitops", "blue-green", "canary",
|
|
8
|
+
"desenha o pipeline", "/dev pipeline". SKIP: quickly generating
|
|
9
|
+
stack-detected GitHub Actions/GitLab CI YAML -> dev/ci-cd-pipeline (the
|
|
10
|
+
generator; this designs the strategy); executing a deploy right now ->
|
|
11
|
+
dev/deploy.
|
|
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: dev/docs
|
|
3
3
|
description: >
|
|
4
|
-
Generate or update project documentation
|
|
4
|
+
Generate or update project documentation — README, API docs, and
|
|
5
|
+
architecture docs — saved to the project and Obsidian. TRIGGER: "docs",
|
|
6
|
+
"documentação", "atualiza o README", "write the docs", "documenta a API",
|
|
7
|
+
"/dev docs". SKIP: onboarding documentation for new developers on an
|
|
8
|
+
existing codebase -> dev/codebase-onboard (audience-tuned onboarding, not
|
|
9
|
+
general docs); changelog and release notes from git history ->
|
|
10
|
+
dev/changelog; operational procedures for on-call -> dev/runbook.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/env-secrets
|
|
3
3
|
description: >
|
|
4
|
-
Audit
|
|
4
|
+
Audit environment files and source for leaked secrets (OWASP Secrets
|
|
5
|
+
Management): .gitignore coverage, hardcoded keys, .env/.env.example drift,
|
|
6
|
+
git history scans (GitLeaks, detect-secrets), vault integration guidance,
|
|
7
|
+
and emergency rotation. TRIGGER: "secrets", "env audit", "chave exposta",
|
|
8
|
+
"leaked API key", "segredos no git", "verifica o .env", "/dev env-secrets".
|
|
9
|
+
SKIP: full OWASP application audit -> dev/security-audit (secrets are one
|
|
10
|
+
check there); ISO 27001/ISMS evidence work -> dev/security-compliance.
|
|
5
11
|
allowed-tools: [Read, Bash, Grep, Glob, Agent]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/incident
|
|
3
3
|
description: >
|
|
4
|
-
Incident response
|
|
4
|
+
Incident response with Google SRE incident management: severity
|
|
5
|
+
classification (SEV1-4), incident commander checklist, war room setup,
|
|
6
|
+
mitigation (rollback vs fix-forward), stakeholder communication templates,
|
|
7
|
+
and blameless post-incident review. TRIGGER: "incident", "produção em
|
|
8
|
+
baixo", "outage", "site is down", "SEV1", "estamos com um incidente", "/dev
|
|
9
|
+
incident"; load IMMEDIATELY when production breaks. SKIP: writing the
|
|
10
|
+
procedures before anything breaks -> dev/runbook (preparation, not
|
|
11
|
+
response); planned rollback as part of a release -> dev/release.
|
|
5
12
|
allowed-tools: [Read, Bash, Grep, Glob, Agent]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: arka-dev-mcp
|
|
3
3
|
description: >
|
|
4
|
-
MCP (Model Context Protocol) management for projects
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
4
|
+
MCP (Model Context Protocol) management for projects: apply pre-configured
|
|
5
|
+
MCP profiles (laravel, nuxt, ecommerce, full-stack...), add or remove
|
|
6
|
+
individual servers, list the registry, check project status — generates
|
|
7
|
+
.mcp.json and .claude/settings.local.json. TRIGGER: "mcp", "apply mcp",
|
|
8
|
+
"adiciona um mcp", "mcp status", "configura os MCPs", "model context
|
|
9
|
+
protocol", "/dev mcp". SKIP: building a NEW MCP server from an API contract
|
|
10
|
+
-> dev/mcp-builder (creation, not configuration); onboarding a whole project
|
|
11
|
+
(MCP profile included) -> dev/onboard.
|
|
9
12
|
---
|
|
10
13
|
|
|
11
14
|
<!-- arka:kb-first-prefix begin -->
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/mcp-builder
|
|
3
3
|
description: >
|
|
4
|
-
Build production-ready MCP servers from API contracts
|
|
5
|
-
|
|
4
|
+
Build production-ready MCP servers from API contracts: scaffold from OpenAPI
|
|
5
|
+
specs, generate typed tool manifests, design auth/safety/versioning
|
|
6
|
+
strategies, and validate in strict mode before publishing (Python or
|
|
7
|
+
TypeScript runtimes). TRIGGER: "mcp builder", "cria um servidor MCP", "build
|
|
8
|
+
MCP server", "expose my API as tools", "converte OpenAPI em MCP", "/dev
|
|
9
|
+
mcp-builder". SKIP: applying or managing existing MCP servers in a project
|
|
10
|
+
(.mcp.json, profiles) -> dev/mcp (configuration, not creation); designing
|
|
11
|
+
the underlying API itself -> dev/api-design.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/observability
|
|
3
3
|
description: >
|
|
4
|
-
Design observability strategies: SLI/SLO frameworks
|
|
4
|
+
Design observability strategies with Google SRE practice: SLI/SLO frameworks
|
|
5
|
+
with error budgets, golden signals (latency, traffic, errors, saturation),
|
|
6
|
+
structured logging standards, distributed tracing, burn-rate alerting, and
|
|
7
|
+
dashboard hierarchy. TRIGGER: "observability", "monitoring", "SLO",
|
|
8
|
+
"alertas", "métricas do serviço", "logging estruturado", "tracing", "/dev
|
|
9
|
+
observability". SKIP: responding to a live incident -> dev/incident
|
|
10
|
+
(observability is preparation); measuring and fixing a specific performance
|
|
11
|
+
bottleneck -> dev/performance-profiler.
|
|
5
12
|
allowed-tools: [Read, Bash, Grep, Glob, Agent]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: arka-dev-onboard
|
|
3
3
|
description: >
|
|
4
|
-
Onboard
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
Onboard EXISTING projects into ARKA OS: auto-detects stack from
|
|
5
|
+
composer.json/package.json/.env, analyzes architecture and git, applies MCP
|
|
6
|
+
profiles, generates PROJECT.md and Obsidian pages, and manages ecosystems
|
|
7
|
+
(groups of related projects like API + frontend). TRIGGER: "onboard",
|
|
8
|
+
"regista o projeto", "add project", "import project", "ecosystem", "traz
|
|
9
|
+
este projeto para o ArkaOS", "/dev onboard". SKIP: creating a NEW project
|
|
10
|
+
from a template -> dev/scaffold (greenfield, not existing code);
|
|
11
|
+
human-readable onboarding docs for developers -> dev/codebase-onboard.
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
# Project Onboarding — ARKA OS Dev Department
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/performance-audit
|
|
3
3
|
description: >
|
|
4
|
-
Performance audit
|
|
5
|
-
|
|
4
|
+
Performance audit against Google/industry budgets: Core Web Vitals (LCP,
|
|
5
|
+
INP, CLS), API latency percentiles, database query analysis (EXPLAIN
|
|
6
|
+
ANALYZE, N+1, indexes), caching strategy, and infrastructure (CDN,
|
|
7
|
+
compression) — outputs prioritized fixes. TRIGGER: "performance audit", "o
|
|
8
|
+
site está lento", "core web vitals", "lighthouse", "API lenta", "queries
|
|
9
|
+
lentas", "/dev performance". SKIP: iterative measure-fix-remeasure work on
|
|
10
|
+
one bottleneck -> dev/performance-profiler (deep-dive; this is the broad
|
|
11
|
+
audit); SLO and alerting design -> dev/observability.
|
|
6
12
|
allowed-tools: [Read, Bash, Grep, Glob, Agent, WebFetch]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/performance-profiler
|
|
3
3
|
description: >
|
|
4
|
-
Performance profiling with
|
|
5
|
-
|
|
4
|
+
Performance profiling with measure-first discipline: establish a baseline
|
|
5
|
+
(P50/P95/P99, RPS, memory), identify the bottleneck via flamegraphs,
|
|
6
|
+
slow-query logs, or heap snapshots, apply one fix at a time, and prove the
|
|
7
|
+
delta with before/after numbers; includes load testing guidance. TRIGGER:
|
|
8
|
+
"profile", "profiling", "bottleneck", "porque é que isto está lento",
|
|
9
|
+
"flamegraph", "mede o antes e depois", "/dev performance-profiler". SKIP:
|
|
10
|
+
broad health check across frontend/API/DB/caching -> dev/performance-audit
|
|
11
|
+
(the audit is wide, the profiler is deep); monitoring/SLO design ->
|
|
12
|
+
dev/observability.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/rag-architect
|
|
3
3
|
description: >
|
|
4
|
-
Design RAG pipelines
|
|
5
|
-
|
|
4
|
+
Design RAG pipelines end-to-end: chunking strategies, embedding model
|
|
5
|
+
selection, vector database comparison (Pinecone, Qdrant, pgvector...),
|
|
6
|
+
hybrid retrieval with reranking, query transformation (HyDE, multi-query),
|
|
7
|
+
and evaluation frameworks. TRIGGER: "RAG", "retrieval augmented generation",
|
|
8
|
+
"vector database", "chunking", "embeddings", "pesquisa semântica sobre os
|
|
9
|
+
meus documentos", "/dev rag-architect". SKIP: multi-agent system design
|
|
10
|
+
around the RAG -> dev/agent-design; securing the pipeline against injection
|
|
11
|
+
via retrieved content -> dev/ai-security.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/red-team
|
|
3
3
|
description: >
|
|
4
|
-
Offensive security engagement planning
|
|
4
|
+
Offensive security engagement planning with MITRE ATT&CK and the Cyber Kill
|
|
5
|
+
Chain: technique scoring, attack path analysis, OPSEC assessment, and crown
|
|
6
|
+
jewel targeting — requires signed Rules of Engagement. TRIGGER: "red team",
|
|
7
|
+
"adversary simulation", "simula um ataque", "attack path", "kill chain",
|
|
8
|
+
"planeia o pentest", "/dev red-team". SKIP: adversarially breaking a
|
|
9
|
+
specific code diff or design (abuse cases, not a campaign) ->
|
|
10
|
+
dev/adversarial-review (reviews an artifact, not an engagement); defensive
|
|
11
|
+
code/config audit (OWASP Top 10) -> dev/security-audit (defense, not
|
|
12
|
+
offense); AI/LLM attack surface -> dev/ai-security; certification evidence
|
|
13
|
+
-> dev/security-compliance.
|
|
5
14
|
allowed-tools: [Read, Bash, Grep, Glob, Agent]
|
|
6
15
|
---
|
|
7
16
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/refactor-plan
|
|
3
3
|
description: >
|
|
4
|
-
Plan a refactoring: identify code smells,
|
|
4
|
+
Plan a refactoring with Martin Fowler's catalog: identify code smells,
|
|
5
|
+
select refactoring patterns, assess risk, and ensure a test safety net
|
|
6
|
+
before touching code. TRIGGER: "refactor", "refatora isto", "limpa este
|
|
7
|
+
código", "code smells", "melhora a estrutura", "clean up this module", "/dev
|
|
8
|
+
refactor"; load BEFORE restructuring existing code. SKIP: reviewing a diff
|
|
9
|
+
or PR for quality -> dev/clean-code-review (a verdict on code, not a
|
|
10
|
+
restructuring plan); systemic debt inventory and prioritization ->
|
|
11
|
+
dev/tech-debt; new feature work -> dev/spec first.
|
|
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: dev/release
|
|
3
3
|
description: >
|
|
4
|
-
Release planning and execution
|
|
4
|
+
Release planning and execution with SemVer and DORA practice: version bump
|
|
5
|
+
detection from conventional commits, readiness checklists (CI, coverage,
|
|
6
|
+
audits, approvals), deployment sequencing with code freeze, rollback
|
|
7
|
+
triggers, and hotfix management. TRIGGER: "release", "faz o release", "ship
|
|
8
|
+
version", "lança a versão", "prepara a release", "hotfix", "/dev release".
|
|
9
|
+
SKIP: only generating the changelog -> dev/changelog (one artifact of the
|
|
10
|
+
release); executing the deployment step itself -> dev/deploy; live failure
|
|
11
|
+
during rollout -> dev/incident.
|
|
5
12
|
allowed-tools: [Read, Bash, Grep, Glob, Agent]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/runbook
|
|
3
3
|
description: >
|
|
4
|
-
Generate operational runbooks
|
|
4
|
+
Generate operational runbooks from service analysis (Google SRE): service
|
|
5
|
+
overview, health checks, step-by-step deployment with verification, rollback
|
|
6
|
+
procedures, incident response contacts, and scaling triggers — every command
|
|
7
|
+
copy-pasteable and staging-tested. TRIGGER: "runbook", "procedimento
|
|
8
|
+
operacional", "how do we deploy this service", "documenta o rollback",
|
|
9
|
+
"on-call docs", "/dev runbook". SKIP: responding to a live incident ->
|
|
10
|
+
dev/incident (runbooks are written BEFORE the fire); general project
|
|
11
|
+
documentation -> dev/docs.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: arka-dev-scaffold
|
|
3
3
|
description: >
|
|
4
|
-
Project scaffolding from real git
|
|
5
|
-
Next.js projects with
|
|
6
|
-
Laravel Herd linking, Obsidian
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
Project scaffolding from real git starter repos: creates NEW Laravel, Nuxt,
|
|
5
|
+
Vue, React, or Next.js projects with dependency installation, mandatory
|
|
6
|
+
packages, MCP configuration, Laravel Herd linking, Obsidian pages, and
|
|
7
|
+
initial commit; full-stack monorepo support. TRIGGER: "scaffold", "new
|
|
8
|
+
project", "cria um projeto novo", "bootstrap", "começa um projeto Laravel",
|
|
9
|
+
"setup project", "/dev scaffold". SKIP: bringing an EXISTING codebase into
|
|
10
|
+
ARKA OS -> dev/onboard (analysis and registration, not creation); only
|
|
11
|
+
adding MCPs to a current project -> dev/mcp.
|
|
9
12
|
---
|
|
10
13
|
|
|
11
14
|
# Project Scaffolding — ARKA OS Dev Department
|
|
@@ -14,17 +17,21 @@ Create new projects from real git repositories with full automation: dependencie
|
|
|
14
17
|
|
|
15
18
|
## Commands
|
|
16
19
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
|
22
|
-
|
|
23
|
-
| `/dev scaffold
|
|
24
|
-
| `/dev scaffold
|
|
25
|
-
| `/dev scaffold
|
|
26
|
-
| `/dev scaffold
|
|
27
|
-
| `/dev scaffold
|
|
20
|
+
<!-- Column convention: command | DESCRIPTION | repo. The registry
|
|
21
|
+
generator (bin/arka-registry-gen) reads column 2 as the user-facing
|
|
22
|
+
description — a repo URL there ships garbled command help (QG
|
|
23
|
+
blocker, 2026-07-09). -->
|
|
24
|
+
| Command | Description | Git Repository |
|
|
25
|
+
|---------|-------------|----------------|
|
|
26
|
+
| `/dev scaffold laravel <name>` | Scaffold a Laravel app into ~/Herd from the starter repo | `https://${GIT_HOST}/laravel/laravel.git` (override with `ARKAOS_LARAVEL_STARTER_REPO` env) |
|
|
27
|
+
| `/dev scaffold nuxt-saas <name>` | Scaffold a Nuxt 3 SaaS dashboard into ~/Work | `https://github.com/nuxt-ui-templates/dashboard.git` |
|
|
28
|
+
| `/dev scaffold nuxt-landing <name>` | Scaffold a Nuxt 3 landing page into ~/Work | `https://github.com/nuxt-ui-templates/landing.git` |
|
|
29
|
+
| `/dev scaffold nuxt-docs <name>` | Scaffold a Nuxt 3 docs site into ~/Work | `https://github.com/nuxt-ui-templates/docs.git` |
|
|
30
|
+
| `/dev scaffold vue-saas <name>` | Scaffold a Vue 3 SaaS dashboard into ~/Work | `https://github.com/nuxt-ui-templates/dashboard-vue.git` |
|
|
31
|
+
| `/dev scaffold vue-landing <name>` | Scaffold a Vue 3 landing page into ~/Work | `https://github.com/nuxt-ui-templates/starter-vue.git` |
|
|
32
|
+
| `/dev scaffold full-stack <name>` | Scaffold Laravel (~/Herd) + Nuxt (~/Work) as a linked pair | Laravel + Nuxt starter repos above |
|
|
33
|
+
| `/dev scaffold react <name>` | Scaffold a React SPA — starter repo not yet selected | (not yet selected) |
|
|
34
|
+
| `/dev scaffold nextjs <name>` | Scaffold a Next.js app — starter repo not yet selected | (not yet selected) |
|
|
28
35
|
|
|
29
36
|
## Workflow: /dev scaffold <type> <name>
|
|
30
37
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/security-audit
|
|
3
3
|
description: >
|
|
4
|
-
OWASP Top 10 (2025) security audit
|
|
4
|
+
OWASP Top 10 (2025) security audit: access control, cryptographic failures,
|
|
5
|
+
injection, misconfiguration, plus dependency scanning (npm/composer/pip
|
|
6
|
+
audit), secrets detection, and security headers — outputs a severity-ranked
|
|
7
|
+
report with a block/release recommendation. TRIGGER: "security audit",
|
|
8
|
+
"audita a segurança", "is this secure", "vulnerabilidades", "OWASP", "revê a
|
|
9
|
+
segurança antes do release", "/dev security-audit". SKIP: AI/LLM-specific
|
|
10
|
+
threats (prompt injection, model abuse) -> dev/ai-security; deep
|
|
11
|
+
dependency/license analysis -> dev/dependency-audit; ISO 27001 certification
|
|
12
|
+
prep -> dev/security-compliance.
|
|
5
13
|
allowed-tools: [Read, Bash, Grep, Glob, Agent]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/security-compliance
|
|
3
3
|
description: >
|
|
4
|
-
Security audit preparation
|
|
4
|
+
Security audit preparation and ISO 27001 certification support: ISMS gap
|
|
5
|
+
analysis against clauses 4-10, Annex A control assessment (93 controls),
|
|
6
|
+
maturity scoring, evidence collection, and finding classification
|
|
7
|
+
(major/minor NC). TRIGGER: "compliance", "ISO 27001", "ISMS", "auditoria de
|
|
8
|
+
certificação", "gap analysis de segurança", "audit readiness", "/dev
|
|
9
|
+
security-compliance". SKIP: hands-on technical vulnerability audit ->
|
|
10
|
+
dev/security-audit (code and config, not the management system); SOC 2 or
|
|
11
|
+
GDPR programmes -> ops skills arka-soc2-compliance / arka-gdpr-compliance.
|
|
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: dev/skill-audit
|
|
3
3
|
description: >
|
|
4
|
-
Audit AI agent
|
|
4
|
+
Audit AI agent skill directories for security risks BEFORE installation
|
|
5
|
+
(OWASP LLM Top 10): code execution patterns (eval, shell injection,
|
|
6
|
+
exfiltration), prompt injection in SKILL.md, supply chain risks
|
|
7
|
+
(typosquatting, unpinned deps), and filesystem violations — PASS/WARN/FAIL
|
|
8
|
+
verdict. TRIGGER: "skill audit", "audita esta skill", "is this skill safe",
|
|
9
|
+
"verifica a skill antes de instalar", "scan the skill", "/dev skill-audit".
|
|
10
|
+
SKIP: securing your own AI application or agents -> dev/ai-security (your
|
|
11
|
+
system, not third-party skills); project dependency CVEs ->
|
|
12
|
+
dev/dependency-audit.
|
|
5
13
|
allowed-tools: [Read, Bash, Grep, Glob, Agent]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: arka-dev-spec
|
|
3
3
|
description: >
|
|
4
|
-
Spec-driven development gate, constitution MUST rule spec-driven
|
|
5
|
-
without an approved spec): creates, validates,
|
|
6
|
-
specifications with the Living Specs engine
|
|
7
|
-
acceptance criteria, data model, API contracts,
|
|
8
|
-
cases,
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
the WHAT — requirements and acceptance criteria); reviewing existing code
|
|
16
|
-
-> dev/code-review; /dev debug and /dev refactor operate on existing code
|
|
17
|
-
and need no new spec.
|
|
4
|
+
Spec-driven development gate, constitution MUST rule spec-driven
|
|
5
|
+
(Constitution #7 — no code without an approved spec): creates, validates,
|
|
6
|
+
and manages feature specifications with the Living Specs engine
|
|
7
|
+
(core/specs/) — scope, acceptance criteria, data model, API contracts,
|
|
8
|
+
edge cases, test scenarios. TRIGGER: "spec", "requirements", "requisitos",
|
|
9
|
+
"write spec", "escreve a spec", "critérios de aceitação", "/dev spec";
|
|
10
|
+
auto-invoked as Phase 0 of every code-modifying dev workflow — load BEFORE
|
|
11
|
+
writing any code. SKIP: multi-agent planning or "how do we execute this"
|
|
12
|
+
-> /arka-forge (the Forge plans the WORK; spec defines the WHAT);
|
|
13
|
+
reviewing existing code -> dev/code-review; /dev debug and /dev refactor
|
|
14
|
+
operate on existing code and need no new spec.
|
|
18
15
|
---
|
|
19
16
|
|
|
20
17
|
# Spec-Driven Development — ARKA OS Dev Department
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/stack-check
|
|
3
3
|
description: >
|
|
4
|
-
Audit current tech stack
|
|
4
|
+
Audit the current tech stack through a 12-Factor lens: framework and runtime
|
|
5
|
+
versions, dependency health, security posture, performance, and upgrade
|
|
6
|
+
paths — outputs a stack health report with upgrade recommendations and risk
|
|
7
|
+
assessment. TRIGGER: "stack check", "audita o stack", "are we outdated",
|
|
8
|
+
"devíamos atualizar o Laravel", "upgrade path", "tech stack review", "/dev
|
|
9
|
+
stack-check". SKIP: CVE/license-focused package analysis ->
|
|
10
|
+
dev/dependency-audit (deps only; stack-check is holistic); accumulated code
|
|
11
|
+
debt scoring -> dev/tech-debt.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/tdd-cycle
|
|
3
3
|
description: >
|
|
4
|
-
Test-Driven Development
|
|
5
|
-
|
|
4
|
+
Test-Driven Development with Kent Beck's Red-Green-Refactor cycle: write the
|
|
5
|
+
failing test first, minimum code to pass, refactor on green — enforces the
|
|
6
|
+
testing pyramid (70/20/10) and >= 80% coverage across
|
|
7
|
+
PHPUnit/Pest/Vitest/Jest/pytest/Playwright. TRIGGER: "test", "TDD", "escreve
|
|
8
|
+
os testes", "write tests first", "cobertura de testes", "red green
|
|
9
|
+
refactor", "/dev test"; load BEFORE implementing feature code. SKIP:
|
|
10
|
+
clicking through a native app -> dev/app-test (exploratory, not automated
|
|
11
|
+
tests); planning a refactor's safety net -> dev/refactor-plan.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dev/tech-debt
|
|
3
3
|
description: >
|
|
4
|
-
Identify, classify, score, and prioritize technical debt
|
|
4
|
+
Identify, classify, score, and prioritize technical debt (Ward Cunningham
|
|
5
|
+
metaphor + cost-of-delay): six debt categories, weighted severity scoring, a
|
|
6
|
+
prioritization matrix, and remediation plans tied to velocity and risk.
|
|
7
|
+
TRIGGER: "tech debt", "dívida técnica", "o código está uma confusão",
|
|
8
|
+
"prioritize cleanup", "TODOs everywhere", "/dev tech-debt". SKIP: planning
|
|
9
|
+
one specific refactoring with a test safety net -> dev/refactor-plan (the
|
|
10
|
+
execution plan; tech-debt is the inventory); dependency staleness only ->
|
|
11
|
+
dev/dependency-audit.
|
|
5
12
|
allowed-tools: [Read, Bash, Grep, Glob, Agent]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/analytics
|
|
3
3
|
description: >
|
|
4
|
-
E-commerce
|
|
4
|
+
E-commerce metrics analysis — AOV, conversion rate, CLV, ROAS, and cart
|
|
5
|
+
abandonment — delivered as a dashboard with funnel visualization and
|
|
6
|
+
benchmark comparison, plus browser verification that GA4, Meta Pixel, and
|
|
7
|
+
GTM tracking fire correctly. TRIGGER: "métricas da loja", "qual é o AOV",
|
|
8
|
+
"store analytics", "conversion rate da loja", "verifica o tracking GA4",
|
|
9
|
+
"/ecom analytics". SKIP: cross-channel campaign reporting ->
|
|
10
|
+
marketing/analytics-report (campaign-level, not store-level metrics);
|
|
11
|
+
diagnosing WHY conversion is low and building a test backlog
|
|
12
|
+
-> ecom/cro-optimize (research-driven optimization, not measurement).
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/browse-competitor
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
product categories, price ranges,
|
|
6
|
-
|
|
4
|
+
Navigates a competitor's e-commerce site with browser integration and
|
|
5
|
+
extracts structured intelligence — product categories, price ranges,
|
|
6
|
+
promotions, layout patterns, payment and shipping info — with screenshots
|
|
7
|
+
into an Obsidian report; falls back to WebFetch when no browser is
|
|
8
|
+
available. TRIGGER: "espia a loja do concorrente", "analisa o site da
|
|
9
|
+
concorrência", "browse competitor store", "vê os preços deles", "/ecom
|
|
10
|
+
browse-competitor <url>". SKIP: strategic competitive landscape without live
|
|
11
|
+
navigation -> marketing/competitor-analysis (research-based positioning, no
|
|
12
|
+
browser needed); auditing YOUR OWN store -> ecom/store-audit (5-agent audit
|
|
13
|
+
of the store you control).
|
|
7
14
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
8
15
|
---
|
|
9
16
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ecom/cart-recovery
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs a cart abandonment recovery email sequence — 3 emails at 1h, 24h,
|
|
5
|
+
and 72h with urgency escalation — delivering subject lines, body copy,
|
|
6
|
+
timing, and incentive strategy. TRIGGER: "carrinho abandonado", "recupera
|
|
7
|
+
carrinhos abandonados", "abandoned cart emails", "sequência de recuperação
|
|
8
|
+
de carrinho", "/ecom cart-recovery". SKIP: broader nurture or promotional
|
|
9
|
+
email flows -> landing/email-sequence (persuasion sequences beyond cart
|
|
10
|
+
abandonment); deciding WHICH customers to target by value first
|
|
11
|
+
-> ecom/rfm-segment (segmentation precedes the flow).
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|