arkaos 4.7.1 → 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/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/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/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/core/agents/__pycache__/behavioral_compiler.cpython-313.pyc +0 -0
- package/core/agents/behavioral_compiler.py +66 -34
- 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/runtime/__pycache__/claude_code.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/codex_cli.cpython-314.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/subagent.py +11 -170
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-312.pyc +0 -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 +8 -5
- 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/package.json +1 -1
- package/pyproject.toml +1 -1
- package/core/workflow/announcer.py +0 -246
- package/core/workflow/engine.py +0 -260
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brand/design-system
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Ships a production design system in 5 deliverables: design-tokens.json
|
|
5
|
+
(primitive + semantic layers), an Atomic Design component catalog (atoms to
|
|
6
|
+
pages), WCAG 2.2 AA conformance report, Storybook CSF3 story stubs, and an
|
|
7
|
+
integration guide. TRIGGER: "design system", "cria o design system", "design
|
|
8
|
+
tokens", "component library", "biblioteca de componentes", "/brand
|
|
9
|
+
design-system". SKIP: only a color palette -> brand/colors; implementing the
|
|
10
|
+
components in application code -> dev frontend workflows (this skill
|
|
11
|
+
specifies the system, it does not build the app); reviewing an existing UI
|
|
12
|
+
against brand guidelines -> brand/design-review.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brand/identity-system
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Builds a full brand identity in the correct order — strategy, then verbal,
|
|
5
|
+
then visual (never skips to visuals) — via the Wheeler process and Primal
|
|
6
|
+
Branding, verifying live brand elements through browser and Computer Use
|
|
7
|
+
steps. TRIGGER: "cria a identidade da marca", "brand identity", "identidade
|
|
8
|
+
visual completa", "rebranding completo", "build the brand from scratch",
|
|
9
|
+
"/brand identity <name>". SKIP: only a logo -> brand/logo-brief; only
|
|
10
|
+
positioning -> brand/positioning-statement; measuring an EXISTING brand's
|
|
11
|
+
strength -> brand/primal-audit (audit, not creation).
|
|
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: brand/logo
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Generates logo concepts from a brief: mood references, AI-generated concept
|
|
5
|
+
directions, variations, rationale, and usage guidelines. TRIGGER: "logo
|
|
6
|
+
brief", "cria um logo", "desenha o logótipo", "logo concepts", "preciso de
|
|
7
|
+
um logo", "/brand logo <brief>". SKIP: logo as part of a whole identity
|
|
8
|
+
(strategy + verbal + visual) -> brand/identity-system (order matters, the
|
|
9
|
+
logo comes last); applying an existing logo to product, packaging, or social
|
|
10
|
+
scenes -> brand/mockup-generate.
|
|
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: brand/mockup
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Generates brand-applied mockups — product, packaging, social, and stationery
|
|
5
|
+
— with AI image-generation prompts and brand application guidelines.
|
|
6
|
+
TRIGGER: "cria mockups", "mockup do produto", "packaging mockup", "aplica a
|
|
7
|
+
marca no produto", "social media mockup", "/brand mockup <type>". SKIP:
|
|
8
|
+
low-fidelity screen structure and layout -> brand/wireframe (structure
|
|
9
|
+
before pixels); creating the logo itself -> brand/logo-brief (concepts, not
|
|
10
|
+
application).
|
|
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: brand/naming-evaluate
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Generates 30+ brand name candidates across six categories and evaluates them
|
|
5
|
+
with Alexandra Watkins' SMILE & SCRATCH framework, plus domain and social
|
|
6
|
+
handle checks, down to a 5-name shortlist. TRIGGER: "nome para a marca",
|
|
7
|
+
"sugere nomes", "brand naming", "avalia este nome", "is this a good name",
|
|
8
|
+
"/brand naming <project>". SKIP: the name exists and needs a market position
|
|
9
|
+
-> brand/positioning-statement; defining the personality behind the name ->
|
|
10
|
+
brand/archetype-finder.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brand/positioning-statement
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Writes a brand positioning statement in the Ries/Trout format — FOR [target]
|
|
5
|
+
WHO [need], [brand] IS A [category] THAT [benefit] — with competitive
|
|
6
|
+
context and validation criteria. TRIGGER: "posicionamento da marca",
|
|
7
|
+
"positioning statement", "como nos posicionamos", "define o posicionamento",
|
|
8
|
+
"what makes us different", "/brand positioning <name>". SKIP: market-level
|
|
9
|
+
strategic positioning and competitive moves -> strategy/position (business
|
|
10
|
+
strategy, not the brand message); brand still unnamed ->
|
|
11
|
+
brand/naming-evaluate first.
|
|
5
12
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
13
|
---
|
|
7
14
|
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brand/primal-audit
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Audits an existing brand against Patrick Hanlon's 7 Primal Code elements
|
|
5
|
+
using a 21-point evidence-cited rubric, a competitor benchmark, and a ranked
|
|
6
|
+
remediation plan. TRIGGER: "audita a marca", "brand audit", "primal audit",
|
|
7
|
+
"quão forte é a nossa marca", "how strong is our brand", "/brand audit".
|
|
8
|
+
SKIP: auditing the interface, not the brand -> brand/ux-audit (Nielsen
|
|
9
|
+
heuristics on usability); no brand exists yet to audit ->
|
|
10
|
+
brand/identity-system (creation, not audit).
|
|
6
11
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
12
|
---
|
|
8
13
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brand/ux-audit
|
|
3
3
|
description: >
|
|
4
|
-
UX heuristic audit
|
|
4
|
+
UX heuristic audit of a live interface against Nielsen's 10 heuristics and
|
|
5
|
+
Laws of UX — navigates real user flows in the browser, checks accessibility
|
|
6
|
+
and responsive breakpoints, and delivers severity-rated findings with fixes.
|
|
7
|
+
TRIGGER: "ux audit", "audita a usabilidade", "auditoria de UX", "heuristic
|
|
8
|
+
evaluation", "porque é que os users se perdem", "/brand ux-audit <url>".
|
|
9
|
+
SKIP: on-brand visual compliance (palette, typography vs brandbook) ->
|
|
10
|
+
brand/design-review; slow pages or Core Web Vitals -> dev/performance-audit;
|
|
11
|
+
brand strength, not interface -> brand/primal-audit.
|
|
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: brand/voice-guide
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Creates a brand voice and tone guide — personality, vocabulary, do's and
|
|
5
|
+
don'ts, tone matrix, and channel-specific examples — using StoryBrand and
|
|
6
|
+
the Primal sacred lexicon. TRIGGER: "brand voice", "tom de voz da marca",
|
|
7
|
+
"voice guide", "define o tom de comunicação", "como é que a marca fala",
|
|
8
|
+
"/brand voice <context>". SKIP: writing actual copy with that voice ->
|
|
9
|
+
landing/copy-framework or content/hook-write (they produce content, this
|
|
10
|
+
produces the rules); personality still undefined -> brand/archetype-finder
|
|
11
|
+
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: brand/wireframe
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs wireframes — layout, navigation, content hierarchy, and interaction
|
|
5
|
+
notes — using Garrett's 5 Planes and information architecture, delivered as
|
|
6
|
+
an annotated spec with component references and responsive notes. TRIGGER:
|
|
7
|
+
"wireframe", "esboça a página", "estrutura da página", "low-fi layout",
|
|
8
|
+
"wireframe the dashboard", "/brand wireframe <page>". SKIP: full
|
|
9
|
+
landing-page conversion structure -> landing/page-architect
|
|
10
|
+
(conversion-driven section architecture); pixel-level brand-applied visuals
|
|
11
|
+
-> brand/mockup-generate (wireframes come first).
|
|
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: community/ai-community
|
|
3
3
|
description: >
|
|
4
|
-
AI/tech community setup
|
|
4
|
+
AI/tech community setup on Discord: channel architecture, roles, bots, and
|
|
5
|
+
content strategy, delivered as an AI community blueprint with growth plan.
|
|
6
|
+
TRIGGER: "comunidade de IA", "cria um Discord de AI", "AI community",
|
|
7
|
+
"Discord for my AI product", "setup tech community", "/community ai".
|
|
8
|
+
SKIP: niche undecided or non-AI vertical -> community/niche-setup (full
|
|
9
|
+
blueprint for any niche); platform still undecided ->
|
|
10
|
+
community/platform-select (compares Discord vs Telegram vs Skool first).
|
|
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: community/betting-setup
|
|
3
3
|
description: >
|
|
4
|
-
Betting/trading community setup
|
|
4
|
+
Betting/trading community setup on Telegram: VIP group structure, signal
|
|
5
|
+
delivery, bot config, and tier pricing, delivered as a launch-ready
|
|
6
|
+
blueprint. TRIGGER: "comunidade de apostas", "grupo VIP de sinais",
|
|
7
|
+
"betting community", "trading signals Telegram", "canal de tips",
|
|
8
|
+
"/community betting". SKIP: any other niche -> community/niche-setup
|
|
9
|
+
(generic niche blueprint); revenue design beyond tier pricing ->
|
|
10
|
+
community/monetize-plan (7-stream monetization with projections).
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: community/business-model
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Designs a community business model with the Community BMC + SPACES
|
|
5
|
+
framework: purpose, ideal member, value proposition, engagement model,
|
|
6
|
+
monetization streams, retention, platform, and 1000-true-fans math.
|
|
7
|
+
TRIGGER: "modelo de negócio da comunidade", "como ganhar dinheiro com a
|
|
8
|
+
comunidade", "community business model", "is my community viable",
|
|
9
|
+
"/community model <niche>". SKIP: company or product business model
|
|
10
|
+
canvas -> strat/bmc (general BMC, not community); executing the revenue
|
|
11
|
+
plan -> community/monetize-plan; full launch package ->
|
|
12
|
+
community/niche-setup.
|
|
6
13
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
14
|
---
|
|
8
15
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: community/content-calendar
|
|
3
3
|
description: >
|
|
4
|
-
Community content calendar: daily prompts, weekly events,
|
|
4
|
+
Community content calendar: daily discussion prompts, weekly events, and
|
|
5
|
+
monthly themes, delivered with engagement triggers and an event schedule.
|
|
6
|
+
TRIGGER: "calendário de conteúdo da comunidade", "o que postar no grupo",
|
|
7
|
+
"community content calendar", "daily prompts for Discord", "planeia os
|
|
8
|
+
posts da comunidade", "/community calendar <period>". SKIP: creator or
|
|
9
|
+
multi-channel publishing calendar -> content/calendar (content business
|
|
10
|
+
pipeline); marketing campaign calendar -> mkt/calendar-plan; designing one
|
|
11
|
+
event in depth -> community/events-plan.
|
|
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: community/events-plan
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Plans a community event — AMA, workshop, challenge, co-working session, or
|
|
5
|
+
launch party — with format, agenda, promotion, and follow-up sequence.
|
|
6
|
+
TRIGGER: "organiza um AMA", "evento para a comunidade", "community event",
|
|
7
|
+
"plan a workshop for members", "desafio de 30 dias no grupo",
|
|
8
|
+
"/community event <type>". SKIP: recurring event cadence across
|
|
9
|
+
weeks/months -> community/content-calendar (owns the schedule, this owns
|
|
10
|
+
one event); events as a revenue stream -> community/monetize-plan.
|
|
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: community/gamification-design
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs community gamification with the Octalysis framework (Yu-kai Chou):
|
|
5
|
+
points, levels, badges, leaderboards, and challenges, delivered as a
|
|
6
|
+
mechanics and rewards spec with engagement loop design. TRIGGER: "gamifica
|
|
7
|
+
a comunidade", "sistema de pontos e badges", "gamification", "leaderboard
|
|
8
|
+
for my Discord", "níveis para membros", "/community gamify". SKIP:
|
|
9
|
+
gamification as one lever inside churn prevention ->
|
|
10
|
+
community/retention-system (owns the full lifecycle loop); measuring
|
|
11
|
+
whether engagement actually moved -> community/metrics-track.
|
|
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: community/metrics-track
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Tracks community health metrics — DAU/MAU, engagement rate, churn, NPS,
|
|
5
|
+
revenue per member — delivered as a traffic-light health dashboard.
|
|
6
|
+
TRIGGER: "métricas da comunidade", "a comunidade está saudável?",
|
|
7
|
+
"community metrics", "engagement rate do Discord", "track member churn",
|
|
8
|
+
"/community metrics". SKIP: acting on churn signals ->
|
|
9
|
+
community/retention-system (interventions, not measurement); SaaS product
|
|
10
|
+
metrics (MRR, NRR, activation) -> saas/metrics-dashboard; business ops
|
|
11
|
+
dashboards -> ops/metrics-dashboard.
|
|
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: community/moderation
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Builds a community moderation system: rules, escalation paths, automated
|
|
5
|
+
filters, and ban policies, delivered as a moderation playbook with
|
|
6
|
+
consequences and escalation matrix. TRIGGER: "modera a comunidade",
|
|
7
|
+
"regras do grupo", "moderation rules", "ban policy", "spam no Discord",
|
|
8
|
+
"escalation path para moderadores", "/community moderate". SKIP: welcoming
|
|
9
|
+
and activating new members -> community/onboarding-flow (positive
|
|
10
|
+
first-days path, not enforcement); overall engagement design ->
|
|
11
|
+
community/retention-system.
|
|
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: community/monetize-plan
|
|
3
3
|
description: >
|
|
4
|
-
Community monetization
|
|
4
|
+
Community monetization plan across the 7-stream stack — membership,
|
|
5
|
+
courses, coaching, events, affiliate, sponsorships, digital products —
|
|
6
|
+
with revenue projections per stream. TRIGGER: "monetiza a comunidade",
|
|
7
|
+
"ganhar dinheiro com o grupo", "community monetization", "membership
|
|
8
|
+
pricing", "sponsors para a comunidade", "/community monetize". SKIP: SaaS
|
|
9
|
+
product pricing -> saas/pricing-strategy (product tiers, not community
|
|
10
|
+
streams); creator/content revenue -> content/monetization-plan; the full
|
|
11
|
+
viability question -> community/business-model.
|
|
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: community/niche-setup
|
|
3
3
|
description: >
|
|
4
|
-
Full niche community setup
|
|
4
|
+
Full niche community setup end-to-end — business model, platform choice,
|
|
5
|
+
content plan, and monetization — delivered as a complete launch-ready
|
|
6
|
+
blueprint. TRIGGER: "cria uma comunidade de <nicho>", "lança a minha
|
|
7
|
+
comunidade", "start a community from scratch", "setup de comunidade paga",
|
|
8
|
+
"build a paid community", "/community setup <niche>". SKIP: AI/tech
|
|
9
|
+
Discord vertical -> community/ai-community; betting/trading Telegram
|
|
10
|
+
vertical -> community/betting-setup; only one piece needed ->
|
|
11
|
+
community/platform-select, community/monetize-plan, or
|
|
12
|
+
community/business-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: community/onboarding-flow
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Designs member onboarding with the Member Lifecycle (Millington): welcome
|
|
5
|
+
DM, first-7-days journey, activation triggers, automated messages, and
|
|
6
|
+
milestones with activation metrics. TRIGGER: "onboarding de membros",
|
|
7
|
+
"primeiros dias na comunidade", "welcome new members", "member
|
|
8
|
+
activation", "mensagem de boas-vindas automática", "/community onboard".
|
|
9
|
+
SKIP: SaaS product user onboarding -> saas/onboarding-optimize (product
|
|
10
|
+
activation, not community); keeping existing members engaged past week
|
|
11
|
+
one -> community/retention-system.
|
|
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: community/platform-select
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Selects the right community platform for a niche — Telegram, Discord,
|
|
5
|
+
Skool, Circle, Mighty, Whop — via a selection matrix, delivered as a
|
|
6
|
+
recommendation with comparison table and migration plan. TRIGGER: "que
|
|
7
|
+
plataforma para a comunidade", "Discord ou Telegram?", "Skool vs Circle",
|
|
8
|
+
"where should I host my community", "migrar a comunidade de plataforma",
|
|
9
|
+
"/community platform <niche>". SKIP: platform already chosen and needs
|
|
10
|
+
setup -> community/niche-setup (or community/ai-community for AI Discord);
|
|
11
|
+
viability question first -> community/business-model.
|
|
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: community/retention-system
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Designs a member retention system: 6-stage lifecycle triggers, 7 retention
|
|
5
|
+
habits, churn-signal responses (7/14/30-day win-backs), and gamification
|
|
6
|
+
elements. TRIGGER: "reter membros", "os membros estão a sair", "member
|
|
7
|
+
retention", "reduce community churn", "engagement loops", "win-back de
|
|
8
|
+
membros", "/community retain". SKIP: SaaS revenue churn diagnosis ->
|
|
9
|
+
saas/churn-analysis (cohorts and MRR, not members); designing the
|
|
10
|
+
points/badges system itself -> community/gamification-design; measuring
|
|
11
|
+
health -> community/metrics-track.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: content/ai-workflow
|
|
3
3
|
description: >
|
|
4
|
-
AI content workflow: ideation, drafting, editing, formatting
|
|
4
|
+
AI-augmented content workflow: ideation, drafting, editing, and formatting
|
|
5
|
+
with AI assistance plus human review checkpoints. TRIGGER: "usa AI para
|
|
6
|
+
criar conteúdo", "draft this with AI", "AI content workflow", "edita este
|
|
7
|
+
rascunho com AI", "acelera a produção de conteúdo", "/content ai". SKIP:
|
|
8
|
+
building the full pillar-to-derivatives operating system ->
|
|
9
|
+
content/content-system (owns strategy and cadence, not AI-assisted
|
|
10
|
+
drafting); automating business processes or integrations ->
|
|
11
|
+
ops/workflow-automate (non-content automation).
|
|
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: content/analytics
|
|
3
3
|
description: >
|
|
4
|
-
Content analytics: views, engagement, saves, shares, CTR,
|
|
4
|
+
Content performance analytics: views, engagement, saves, shares, CTR, and
|
|
5
|
+
revenue attribution, delivered as a report with top/bottom performers and
|
|
6
|
+
optimization actions. TRIGGER: "como está a performance do conteúdo",
|
|
7
|
+
"content analytics", "quais posts tiveram mais engagement", "analisa as
|
|
8
|
+
views", "revenue por conteúdo", "/content analytics". SKIP: cross-channel
|
|
9
|
+
campaign metrics -> marketing/analytics-report (owns campaign reporting);
|
|
10
|
+
page-to-purchase conversion metrics -> landing/funnel-metrics (owns funnel
|
|
11
|
+
conversion, not content engagement).
|
|
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: content/calendar
|
|
3
3
|
description: >
|
|
4
|
-
Content calendar: weekly themes, pillar assignments, derivative
|
|
4
|
+
Content calendar planning: weekly themes, pillar assignments, and derivative
|
|
5
|
+
scheduling mapped from pillar to platform-native pieces. TRIGGER:
|
|
6
|
+
"calendário de conteúdo", "content calendar", "planeia a semana de posts",
|
|
7
|
+
"publishing schedule", "agenda de publicações", "/content calendar". SKIP:
|
|
8
|
+
campaign and promo timing across channels -> marketing/calendar-plan (owns
|
|
9
|
+
marketing campaign calendars); community-space programming ->
|
|
10
|
+
community/content-calendar (owns community engagement calendars); building
|
|
11
|
+
the whole strategy, not one calendar -> content/content-system.
|
|
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: content/content-system
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
1-to-30+ repurposing pipeline, calendar
|
|
4
|
+
Sets up a full Content Operating System: pillar content strategy (GaryVee
|
|
5
|
+
model), weekly batching workflow, 1-to-30+ repurposing pipeline, calendar
|
|
6
|
+
template, and metrics tracking. TRIGGER: "monta o meu sistema de conteúdo",
|
|
7
|
+
"content operating system", "estratégia de conteúdo completa", "pillar
|
|
8
|
+
content strategy", "content OS", "/content system". SKIP: only scheduling an
|
|
9
|
+
existing strategy -> content/calendar (one calendar, not the system); only
|
|
10
|
+
atomizing one piece -> content/repurpose-plan (single pillar, not the
|
|
11
|
+
operating system).
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: content/hook-write
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Writes hooks for the first 3 seconds of any content: generates 10+ variants
|
|
5
|
+
across 7 hook types (controversy, curiosity gap, pain point, result,
|
|
6
|
+
counter-intuitive, story, direct value), scores them, and formats the top 5
|
|
7
|
+
per platform. TRIGGER: "hook para reels", "escreve um hook", "opening
|
|
8
|
+
line", "primeiros 3 segundos", "hook for TikTok", "/content hook". SKIP:
|
|
9
|
+
headlines for landing pages or sales copy -> landing/headline-write
|
|
10
|
+
(conversion copy, not retention hooks); full video script ->
|
|
11
|
+
content/script-structure.
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent]
|
|
7
13
|
---
|
|
8
14
|
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: content/monetization-plan
|
|
3
3
|
description: >
|
|
4
|
-
Creator monetization plan: 5
|
|
4
|
+
Creator monetization plan: a 5-level ladder from ads and affiliates up to
|
|
5
|
+
high-ticket offers, with revenue projections per level. TRIGGER: "como
|
|
6
|
+
monetizar o meu conteúdo", "monetize my audience", "plano de monetização",
|
|
7
|
+
"creator revenue streams", "ganhar dinheiro com o canal", "/content
|
|
8
|
+
monetize". SKIP: monetizing a community or membership ->
|
|
9
|
+
community/monetize-plan (owns community revenue models); recurring product
|
|
10
|
+
pricing -> ecom/subscription-model (product pricing, not the creator
|
|
11
|
+
ladder).
|
|
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: content/newsletter-write
|
|
3
3
|
description: >
|
|
4
|
-
Newsletter writing: subject line, intro hook, sections, CTA,
|
|
4
|
+
Newsletter writing: subject line variants, intro hook, body sections, CTA,
|
|
5
|
+
and growth tactics, delivered as a ready-to-send draft with growth
|
|
6
|
+
recommendations. TRIGGER: "escreve a newsletter", "newsletter desta
|
|
7
|
+
semana", "write a newsletter issue", "subject line para email", "edição da
|
|
8
|
+
newsletter", "/content newsletter". SKIP: automated multi-email nurture or
|
|
9
|
+
sales sequences -> marketing/email-sequence (funnel automation, not
|
|
10
|
+
editorial issues); cold outbound prospecting email -> marketing/cold-email.
|
|
5
11
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
12
|
---
|
|
7
13
|
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: content/platform-optimize
|
|
3
3
|
description: >
|
|
4
|
-
Platform-specific optimization: signals,
|
|
4
|
+
Platform-specific content optimization: algorithm signals, best-performing
|
|
5
|
+
formats, and posting times for a given platform, delivered as a platform
|
|
6
|
+
guide. TRIGGER: "otimiza para o Instagram", "how does the TikTok algorithm
|
|
7
|
+
work", "melhor hora para publicar", "platform algorithm", "formatos que
|
|
8
|
+
funcionam no LinkedIn", "/content platform". SKIP: choosing WHICH platform
|
|
9
|
+
to build a community on -> community/platform-select (platform choice, not
|
|
10
|
+
optimization); overall social channel strategy -> marketing/social-strategy;
|
|
11
|
+
YouTube specifically -> content/youtube-strategy (dedicated deeper
|
|
12
|
+
playbook).
|
|
5
13
|
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
6
14
|
---
|
|
7
15
|
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: content/repurpose-plan
|
|
3
3
|
description: >
|
|
4
|
-
|
|
4
|
+
Repurposes one pillar piece into 30+ platform-native derivatives (clips,
|
|
5
|
+
posts, threads, carousels, newsletter sections) with a scheduling map.
|
|
6
|
+
TRIGGER: "reaproveita este vídeo", "repurpose this post", "transforma em
|
|
7
|
+
reels", "atomize my content", "derivados deste artigo", "/content
|
|
8
|
+
repurpose". SKIP: designing the whole pillar strategy and cadence ->
|
|
9
|
+
content/content-system (the system that produces pillars, not one piece);
|
|
10
|
+
scheduling already-made pieces -> content/calendar.
|
|
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: content/script-structure
|
|
3
3
|
description: >
|
|
4
|
-
Long-form script
|
|
4
|
+
Long-form script writing for YouTube, podcast, or webinar: full script with
|
|
5
|
+
timestamps, hooks, transitions, retention techniques, and CTA placement
|
|
6
|
+
(Hook-Bridge-Body-CTA). TRIGGER: "escreve o guião do vídeo", "video
|
|
7
|
+
script", "script para o podcast", "roteiro longo", "webinar script",
|
|
8
|
+
"/content script-long". SKIP: sub-60-second vertical video ->
|
|
9
|
+
content/short-form (short-form scripts and algorithm formatting);
|
|
10
|
+
channel-level positioning and packaging -> content/youtube-strategy; just
|
|
11
|
+
the opening seconds -> content/hook-write.
|
|
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: content/short-form
|
|
3
3
|
description: >
|
|
4
|
-
Short-form content: Reels
|
|
4
|
+
Short-form content creation: 5 Reels/TikTok/Shorts scripts with hooks,
|
|
5
|
+
platform-native formatting, and a posting schedule, optimized for each
|
|
6
|
+
platform's algorithm. TRIGGER: "cria uns reels", "TikTok script", "ideias
|
|
7
|
+
para shorts", "conteúdo curto", "vertical video", "/content short". SKIP:
|
|
8
|
+
10+ minute video or podcast script -> content/script-structure (long-form
|
|
9
|
+
retention structure); engineering shareability of a piece ->
|
|
10
|
+
content/viral-design (STEPPS scoring, not production); hooks alone ->
|
|
11
|
+
content/hook-write.
|
|
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: content/thumbnail-package
|
|
3
3
|
description: >
|
|
4
|
-
Thumbnail and title packaging: 5+
|
|
4
|
+
Thumbnail and title packaging (MrBeast method): 5+ title/thumbnail variants
|
|
5
|
+
for A/B testing with curiosity-gap scoring. TRIGGER: "faz a thumbnail",
|
|
6
|
+
"thumbnail ideas", "título para o vídeo", "video title and thumbnail",
|
|
7
|
+
"packaging do vídeo", "/content thumbnail". SKIP: full channel strategy
|
|
8
|
+
where packaging is one of seven deliverables -> content/youtube-strategy;
|
|
9
|
+
spoken or written hooks for the content itself -> content/hook-write;
|
|
10
|
+
actual image asset production -> brand/mockup-generate (visual design
|
|
11
|
+
execution).
|
|
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: content/viral-design
|
|
3
3
|
description: >
|
|
4
|
-
|
|
5
|
-
against 6
|
|
4
|
+
Designs viral content with Jonah Berger's STEPPS framework: scores topic
|
|
5
|
+
and final piece against the 6 triggers (Social Currency, Triggers, Emotion,
|
|
6
|
+
Public, Practical Value, Stories), minimum 6/12 to publish. TRIGGER:
|
|
7
|
+
"conteúdo viral", "make this go viral", "porque não viralizou", "viral
|
|
8
|
+
content ideas", "quero que isto seja partilhado", "/content viral". SKIP:
|
|
9
|
+
producing the actual short-form scripts -> content/short-form (production,
|
|
10
|
+
not virality scoring); only the opening hook -> content/hook-write (hooks
|
|
11
|
+
are one step of this flow).
|
|
6
12
|
allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
|
|
7
13
|
---
|
|
8
14
|
|