sinapse-ai 7.7.11 → 8.0.1

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.
Files changed (112) hide show
  1. package/.claude/CLAUDE.md +10 -10
  2. package/.claude/rules/agent-authority.md +7 -7
  3. package/.claude/rules/agent-memory-imports.md +3 -1
  4. package/.claude/rules/coderabbit-integration.md +1 -0
  5. package/.claude/rules/mandatory-delegation.md +10 -10
  6. package/.claude/rules/mcp-usage.md +1 -1
  7. package/.claude/rules/security-data-protection.md +2 -2
  8. package/.claude/rules/security-scanning.md +10 -0
  9. package/.claude/rules/tool-response-filtering.md +1 -0
  10. package/.codex/agents/sinapse-orqx.md +4 -4
  11. package/.sinapse-ai/constitution.md +1 -1
  12. package/.sinapse-ai/data/entity-registry.yaml +826 -880
  13. package/.sinapse-ai/data/registry-update-log.jsonl +37 -0
  14. package/.sinapse-ai/data/rls-security-patterns.md +384 -0
  15. package/.sinapse-ai/data/sinapse-kb.md +1 -1
  16. package/.sinapse-ai/development/agents/analyst.md +2 -2
  17. package/.sinapse-ai/development/agents/product-lead/MEMORY.md +1 -1
  18. package/.sinapse-ai/development/agents/product-lead.md +4 -4
  19. package/.sinapse-ai/development/agents/project-lead.md +2 -2
  20. package/.sinapse-ai/development/agents/sinapse-orqx.md +4 -4
  21. package/.sinapse-ai/development/agents/sprint-lead.md +3 -3
  22. package/.sinapse-ai/development/tasks/analyze-project-structure.md +3 -3
  23. package/.sinapse-ai/development/tasks/create-service.md +1 -1
  24. package/.sinapse-ai/development/tasks/create-worktree.md +1 -1
  25. package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
  26. package/.sinapse-ai/development/tasks/execute-epic-plan.md +5 -5
  27. package/.sinapse-ai/development/tasks/extract-patterns.md +1 -1
  28. package/.sinapse-ai/development/tasks/ids-governor.md +1 -1
  29. package/.sinapse-ai/development/tasks/init-project-status.md +1 -1
  30. package/.sinapse-ai/development/tasks/list-worktrees.md +1 -1
  31. package/.sinapse-ai/development/tasks/next.md +1 -1
  32. package/.sinapse-ai/development/tasks/patterns.md +1 -1
  33. package/.sinapse-ai/development/tasks/plan-create-context.md +1 -1
  34. package/.sinapse-ai/development/tasks/plan-create-implementation.md +1 -1
  35. package/.sinapse-ai/development/tasks/plan-execute-subtask.md +1 -1
  36. package/.sinapse-ai/development/tasks/qa-fix-issues.md +1 -1
  37. package/.sinapse-ai/development/tasks/remove-worktree.md +1 -1
  38. package/.sinapse-ai/development/tasks/setup-github.md +1 -1
  39. package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
  40. package/.sinapse-ai/development/tasks/setup-mcp-docker.md +1 -1
  41. package/.sinapse-ai/development/tasks/spec-assess-complexity.md +1 -1
  42. package/.sinapse-ai/development/tasks/spec-critique.md +1 -1
  43. package/.sinapse-ai/development/tasks/spec-gather-requirements.md +1 -1
  44. package/.sinapse-ai/development/tasks/spec-research-dependencies.md +1 -1
  45. package/.sinapse-ai/development/tasks/spec-write-spec.md +1 -1
  46. package/.sinapse-ai/development/tasks/story-checkpoint.md +1 -1
  47. package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
  48. package/.sinapse-ai/development/tasks/validate-tech-preset.md +1 -1
  49. package/.sinapse-ai/development/tasks/verify-subtask.md +1 -1
  50. package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +1 -1
  51. package/.sinapse-ai/install-manifest.yaml +79 -75
  52. package/README.en.md +1 -1
  53. package/README.md +342 -216
  54. package/bin/utils/staged-secret-scan.js +5 -0
  55. package/docs/architecture-overview.md +239 -0
  56. package/docs/community.md +2 -2
  57. package/docs/feature-process.md +162 -0
  58. package/docs/getting-started.md +115 -231
  59. package/docs/guides/agent-reference.md +203 -0
  60. package/docs/guides/{MEMORY-INTEGRATION.md → memory-integration.md} +2 -2
  61. package/docs/guides/{MEMORY-INTELLIGENCE-SYSTEM.md → memory-intelligence-system.md} +3 -3
  62. package/docs/guides/workflows-overview.md +282 -0
  63. package/docs/guiding-principles.md +188 -0
  64. package/docs/legal/license-clarification.md +120 -15
  65. package/docs/legal/privacy.md +93 -80
  66. package/docs/legal/terms.md +90 -103
  67. package/docs/{ORQX-PLAN.md → orqx-plan.md} +15 -15
  68. package/docs/pt/FEATURE_PROCESS.md +2 -2
  69. package/docs/pt/GUIDING-PRINCIPLES.md +2 -2
  70. package/docs/pt/community.md +2 -2
  71. package/docs/pt/roadmap.md +2 -2
  72. package/docs/pt/security.md +215 -79
  73. package/docs/roadmap.md +2 -2
  74. package/docs/security/{PR_SECURITY_CHECKLIST.md → pr-security-checklist.md} +1 -1
  75. package/docs/security.md +215 -79
  76. package/package.json +1 -1
  77. package/packages/installer/src/manifest-signature.js +194 -0
  78. package/sinapse/agents/sinapse-orqx.md +4 -4
  79. package/squads/claude-code-mastery/agents/config-engineer.md +7 -7
  80. package/squads/claude-code-mastery/agents/hooks-architect.md +4 -4
  81. package/squads/claude-code-mastery/agents/mcp-integrator.md +6 -6
  82. package/squads/claude-code-mastery/agents/project-integrator.md +8 -8
  83. package/squads/claude-code-mastery/agents/roadmap-sentinel.md +7 -7
  84. package/squads/claude-code-mastery/agents/skill-craftsman.md +10 -10
  85. package/squads/claude-code-mastery/agents/swarm-orqx.md +4 -4
  86. package/squads/squad-animations/README.md +96 -0
  87. package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
  88. package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
  89. package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
  90. package/squads/squad-brand/agents/brand-system-architect.md +2 -2
  91. package/squads/squad-claude/README.md +84 -0
  92. package/squads/squad-cloning/README.md +86 -0
  93. package/squads/squad-commercial/README.md +89 -0
  94. package/squads/squad-content/README.md +97 -0
  95. package/squads/squad-copy/README.md +100 -0
  96. package/squads/squad-council/README.md +88 -0
  97. package/squads/squad-courses/README.md +95 -0
  98. package/squads/squad-cybersecurity/README.md +88 -0
  99. package/squads/squad-design/README.md +96 -0
  100. package/squads/squad-finance/README.md +80 -0
  101. package/squads/squad-growth/README.md +94 -0
  102. package/squads/squad-paidmedia/README.md +96 -0
  103. package/squads/squad-product/README.md +93 -0
  104. package/squads/squad-research/README.md +97 -0
  105. package/squads/squad-storytelling/README.md +96 -0
  106. package/docs/FEATURE_PROCESS.md +0 -93
  107. package/docs/GUIDING-PRINCIPLES.md +0 -95
  108. /package/docs/{CHANGELOG.md → changelog.md} +0 -0
  109. /package/docs/guides/{IDS-CONCEITOS-EXPLICADOS.md → ids-conceitos-explicados.md} +0 -0
  110. /package/docs/guides/{MEMORY-SYSTEM.md → memory-system.md} +0 -0
  111. /package/docs/security/{MANIFEST_SIGNING.md → manifest-signing.md} +0 -0
  112. /package/docs/{SQUAD-COMMANDS-REFERENCE.md → squad-commands-reference.md} +0 -0
@@ -0,0 +1,96 @@
1
+ # Squad Paid Media
2
+
3
+ > Squad de elite para gestao de midia paga cross-channel. Cobre Meta Ads (Facebook/Instagram), Google Ads (Search/Display/Shopping/Pmax), CRO, creative strategy, analytics de performance, YouTube Ads e creative performance analysis.
4
+
5
+ ## Visao Geral
6
+
7
+ | Metrica | Quantidade |
8
+ |---------|-----------|
9
+ | Agentes | 9 |
10
+ | Tasks | 82 |
11
+ | Workflows | 5 |
12
+ | Knowledge Bases | 14 |
13
+
14
+ ## Agentes
15
+
16
+ | Agente | Papel |
17
+ |--------|-------|
18
+ | Apex (paidmedia-orqx) | Orquestrador — coordena pipeline de campanhas e budget cross-channel |
19
+ | Signal (meta-ads-specialist) | Meta Ads — Facebook/Instagram campaigns, audiences, pixel/CAPI |
20
+ | Query (google-ads-specialist) | Google Ads — Search, Display, Shopping, Pmax, bidding |
21
+ | Pulse (campaign-analyst) | Performance — reporting, attribution, anomaly detection |
22
+ | Canvas (creative-strategist) | Criativos — briefs, video scripts, creative testing |
23
+ | Convert (cro-specialist) | CRO — form optimization, landing pages, A/B testing |
24
+ | Lighthouse (performance-engineer) | Performance — Core Web Vitals, PageSpeed, tracking health |
25
+ | Tube (pm-youtube-ads-specialist) | YouTube Ads — video ad formats, audience targeting |
26
+ | Lens (pm-creative-performance-analyst) | Creative Performance — pattern identification, fatigue detection |
27
+
28
+ ## Ativacao
29
+
30
+ ```bash
31
+ # Via orquestrador (recomendado)
32
+ @paidmedia-orqx
33
+
34
+ # Via agente especifico
35
+ @meta-ads-specialist
36
+ @google-ads-specialist
37
+ @creative-strategist
38
+ ```
39
+
40
+ ## Tasks Principais
41
+
42
+ **Meta Ads**
43
+ - audit-meta-ads-account, build-audience-architecture, design-campaign-structure
44
+ - run-creative-test, detect-creative-fatigue, manage-pixel-capi-health
45
+
46
+ **Google Ads**
47
+ - audit-google-ads-account, optimize-ad-group-structure, audit-search-terms
48
+ - assess-smart-bidding-readiness, diagnose-conversion-tracking
49
+
50
+ **Campaign Analytics**
51
+ - analyze-traffic-sources, analyze-conversion-funnel, generate-weekly-summary
52
+
53
+ **Creative Strategy**
54
+ - generate-creative-brief, write-video-ad-script, research-competitor-facebook-ads
55
+ - design-creative-testing-framework, analyze-creative-performance
56
+
57
+ **CRO**
58
+ - optimize-form-conversion, optimize-page-conversion, run-ab-test
59
+ - calculate-sample-size, design-progressive-profiling
60
+
61
+ **Performance**
62
+ - audit-core-web-vitals, run-full-lighthouse-audit, audit-tracking-implementation
63
+
64
+ ## Workflows
65
+
66
+ - **campaign-launch-cycle** — Strategy a Structure a Creative a CRO a Launch a Review
67
+ - **account-audit-cycle** — Tracking a Structure a Performance a Creative a Recommendations
68
+ - **scaling-sprint** — Readiness a Creative velocity a Budget progression a Monitoring
69
+ - **creative-testing-cycle** — Hypothesis a Test design a Execution a Analysis
70
+ - **cro-optimization-cycle** — Audit a Hypothesis a Test design a Execution a Analysis
71
+
72
+ ## Knowledge Bases
73
+
74
+ - meta-ads-campaign-architecture
75
+ - meta-ads-optimization-playbook
76
+ - meta-ads-scaling-framework
77
+ - google-ads-account-architecture
78
+ - google-ads-optimization-playbook
79
+ - creative-testing-framework
80
+ - video-ad-production-guide
81
+ - cro-conversion-optimization
82
+ - analytics-reporting-frameworks
83
+ - local-seo-gmb-playbook
84
+ - competitive-ad-intelligence
85
+ - paid-media-metrics-reference
86
+
87
+ ## Integracao com Core Agents
88
+
89
+ Este squad trabalha com o framework SINAPSE core:
90
+ - @architect (Aria) para decisoes tecnicas
91
+ - @developer (Dex) para implementacao
92
+ - @quality-gate (Quinn) para validacao de qualidade
93
+
94
+ ---
95
+
96
+ *Parte do ecossistema SINAPSE-AI — 18 squads, 186 agentes*
@@ -0,0 +1,93 @@
1
+ # Squad Product
2
+
3
+ > Squad de Product Systems — orquestra discovery, delivery, analytics e product operations para agencias que constroem produtos digitais. Cada feature e validada antes de ser construida, cada lancamento e instrumentado, cada handoff e completo.
4
+
5
+ ## Visao Geral
6
+
7
+ | Metrica | Quantidade |
8
+ |---------|-----------|
9
+ | Agentes | 7 |
10
+ | Tasks | 75 |
11
+ | Workflows | 6 |
12
+ | Knowledge Bases | 11 |
13
+
14
+ ## Agentes
15
+
16
+ | Agente | Papel |
17
+ |--------|-------|
18
+ | Vector (product-orqx) | Orquestrador — Product Operations Orchestrator |
19
+ | Charter (ps-product-strategist) | Product Strategy & Vision Lead |
20
+ | Quorum (ps-discovery-lead) | Product Discovery & Validation Lead |
21
+ | Delta (ps-product-analyst) | Product Analytics & Metrics Specialist |
22
+ | Tempo (ps-delivery-manager) | Delivery & Sprint Operations Manager |
23
+ | Proxy (ps-client-product-manager) | Client-Facing Product Manager |
24
+ | Mosaic (ps-product-ops-specialist) | Product Operations & Systems Specialist |
25
+
26
+ ## Ativacao
27
+
28
+ ```bash
29
+ # Via orquestrador (recomendado)
30
+ @product-orqx
31
+
32
+ # Via agente especifico
33
+ @ps-product-strategist
34
+ @ps-discovery-lead
35
+ @ps-product-analyst
36
+ ```
37
+
38
+ ## Tasks Principais
39
+
40
+ **Product Strategy**
41
+ - define-product-vision, create-strategy-canvas, set-product-okrs
42
+ - evaluate-market-positioning, design-competitive-moat
43
+
44
+ **Product Discovery**
45
+ - validate-problem, run-assumption-test, conduct-opportunity-mapping
46
+ - create-experiment-plan, map-jobs-to-be-done
47
+
48
+ **Product Analytics**
49
+ - measure-feature-adoption, track-activation-rate, calculate-retention-cohorts
50
+ - build-product-health-dashboard, analyze-user-behavior
51
+
52
+ **Delivery Management**
53
+ - plan-sprint, manage-backlog-health, track-delivery-velocity
54
+ - create-launch-plan, design-rollback-strategy
55
+
56
+ **Client Product Management**
57
+ - manage-client-roadmap, negotiate-scope, run-qbr
58
+ - intake-client-request, manage-feature-expectations
59
+
60
+ **Product Operations**
61
+ - setup-product-tooling, create-process-playbook, manage-documentation
62
+
63
+ ## Workflows
64
+
65
+ - **product-discovery-cycle** — Do problema validado ao opportunity map
66
+ - **story-development-delivery-cycle** — Shaping, sprint planning, delivery e lancamento
67
+ - **client-roadmap-alignment-cycle** — Alinhamento trimestral de roadmap
68
+ - **product-launch-cycle** — Feature com tiers, flags e monitoramento
69
+ - **product-handoff-cycle** — Handoff completo agencia a equipe do cliente
70
+ - **product-strategy-definition-cycle** — Visao, strategy canvas e OKRs
71
+
72
+ ## Knowledge Bases
73
+
74
+ - pm-frameworks-reference (RICE, ICE, MoSCoW, Kano)
75
+ - product-analytics-formulas (AARRR, DAU/MAU, Activation, Retention)
76
+ - discovery-methodology-playbook (Continuous Discovery, JTBD)
77
+ - agile-lean-ceremonies-guide (Scrum, Kanban, Shape Up)
78
+ - agency-product-management-patterns
79
+ - product-led-growth-reference
80
+ - client-stakeholder-management-protocols
81
+ - product-tool-stack-guide
82
+ - technical-debt-management-framework
83
+
84
+ ## Integracao com Core Agents
85
+
86
+ Este squad trabalha com o framework SINAPSE core:
87
+ - @architect (Aria) para decisoes tecnicas
88
+ - @developer (Dex) para implementacao
89
+ - @quality-gate (Quinn) para validacao de qualidade
90
+
91
+ ---
92
+
93
+ *Parte do ecossistema SINAPSE-AI — 18 squads, 186 agentes*
@@ -0,0 +1,97 @@
1
+ # Squad Research
2
+
3
+ > Squad de classe mundial para pesquisa e inteligencia estrategica. 7 agentes cobrindo 100% do ciclo de investigacao: deep research, inteligencia de audiencia, analise competitiva, sizing de mercado, sintese de dados e forecasting de tendencias.
4
+
5
+ ## Visao Geral
6
+
7
+ | Metrica | Quantidade |
8
+ |---------|-----------|
9
+ | Agentes | 7 |
10
+ | Tasks | 72 |
11
+ | Workflows | 6 |
12
+ | Knowledge Bases | 13 |
13
+
14
+ ## Agentes
15
+
16
+ | Agente | Papel |
17
+ |--------|-------|
18
+ | Prism (research-orqx) | Orquestrador — Research Operations Conductor |
19
+ | Sage (deep-researcher) | Deep Research Scholar — pesquisa multi-fonte |
20
+ | Pulse (audience-intelligence) | Audience Intelligence Empath — personas, JTBD |
21
+ | Hawk (competitive-intelligence) | Competitive Intelligence Sentinel — analise competitiva |
22
+ | Scope (market-analyst) | Market Analysis Strategist — TAM/SAM/SOM, tendencias |
23
+ | Loom (data-synthesizer) | Data Synthesis Weaver — sintese e narrativa de dados |
24
+ | Horizon (trend-forecaster) | Trend Forecasting Oracle — cenarios e sinais fracos |
25
+
26
+ ## Ativacao
27
+
28
+ ```bash
29
+ # Via orquestrador (recomendado)
30
+ @research-orqx
31
+
32
+ # Via agente especifico
33
+ @deep-researcher
34
+ @competitive-intelligence
35
+ @audience-intelligence
36
+ ```
37
+
38
+ ## Tasks Principais
39
+
40
+ **Deep Research**
41
+ - conduct-deep-research, conduct-rapid-scan, synthesize-multi-source
42
+ - validate-research-sources, create-research-dossier, generate-hypothesis
43
+
44
+ **Audience Intelligence**
45
+ - build-audience-persona, map-audience-journey, analyze-audience-psychographics
46
+ - conduct-jobs-to-be-done, map-pain-gain-matrix, design-survey
47
+
48
+ **Competitive Intelligence**
49
+ - map-competitive-landscape, analyze-competitor-positioning, monitor-competitor-movements
50
+ - create-battle-card, run-porter-five-forces
51
+
52
+ **Market Analysis**
53
+ - size-market-tam-sam-som, analyze-industry-trends, map-market-opportunity
54
+ - evaluate-market-entry, forecast-market-growth
55
+
56
+ **Data Synthesis**
57
+ - synthesize-research-report, create-executive-briefing, build-data-narrative
58
+ - create-swot-analysis, generate-actionable-recommendations
59
+
60
+ **Trend Forecasting**
61
+ - forecast-industry-trends, detect-weak-signals, run-scenario-planning
62
+ - identify-inflection-points, track-emerging-technologies
63
+
64
+ ## Workflows
65
+
66
+ - **deep-research-cycle** — Brief a pesquisa a sintese a entrega
67
+ - **audience-intelligence-cycle** — Inteligencia de audiencia completa
68
+ - **competitive-intelligence-cycle** — Analise competitiva completa
69
+ - **market-analysis-cycle** — Sizing de mercado e oportunidade
70
+ - **trend-forecasting-cycle** — Deteccao de tendencias e cenarios
71
+ - **onboarding-research-cycle** — Setup de pesquisa para novo cliente
72
+
73
+ ## Knowledge Bases
74
+
75
+ - research-depth-pyramid (4 niveis de profundidade)
76
+ - insight-crystallization-engine (FINDING + IMPLICATION + RECOMMENDATION)
77
+ - source-credibility-matrix (5 tiers)
78
+ - research-frameworks-encyclopedia (SWOT, PESTEL, Porter, BCG)
79
+ - audience-research-methods
80
+ - competitive-analysis-frameworks
81
+ - market-sizing-methods (TAM/SAM/SOM)
82
+ - cognitive-bias-awareness
83
+ - data-visualization-principles
84
+ - scenario-planning-methods
85
+ - survey-design-principles
86
+ - cross-squad-integration-protocol
87
+
88
+ ## Integracao com Core Agents
89
+
90
+ Este squad trabalha com o framework SINAPSE core:
91
+ - @architect (Aria) para decisoes tecnicas
92
+ - @developer (Dex) para implementacao
93
+ - @quality-gate (Quinn) para validacao de qualidade
94
+
95
+ ---
96
+
97
+ *Parte do ecossistema SINAPSE-AI — 18 squads, 186 agentes*
@@ -0,0 +1,96 @@
1
+ # Squad Storytelling
2
+
3
+ > Squad de 10 mestres da narrativa. Mitologia, screenwriting, pitch, apresentacoes, storytelling pessoal, business storytelling, improviso e movimentos sociais. Frameworks de Campbell, Harmon, Snyder, Klaff, Duarte, Hall, Howell, Johnstone e Ganz reunidos sob um unico orquestrador.
4
+
5
+ ## Visao Geral
6
+
7
+ | Metrica | Quantidade |
8
+ |---------|-----------|
9
+ | Agentes | 10 |
10
+ | Tasks | 47 |
11
+ | Workflows | 2 |
12
+ | Knowledge Bases | 3 |
13
+
14
+ ## Agentes
15
+
16
+ | Agente | Papel |
17
+ |--------|-------|
18
+ | Arc (storytelling-orqx) | Orquestrador — routing e diagnostico narrativo |
19
+ | Joseph Campbell | Monomyth & Mythology — Hero's Journey, 17 stages, archetypes |
20
+ | Dan Harmon | Story Circle & TV Writing — 8 steps, fractal narrative |
21
+ | Blake Snyder | Save the Cat & Screenwriting — 15 beats, 10 genres |
22
+ | Oren Klaff | Pitch Anything & Frame Control — STRONG method, neurofinance |
23
+ | Nancy Duarte | Sparkline & Presentations — STAR moment, audience as hero |
24
+ | Kindra Hall | Stories That Stick & Business — 4 story types, Story Gap |
25
+ | Park Howell | ABT & Brand Storytelling — Story Cycle System |
26
+ | Keith Johnstone | Impro & Status — status transactions, Theatresports |
27
+ | Marshall Ganz | Public Narrative & Movements — Story of Self/Us/Now |
28
+
29
+ ## Ativacao
30
+
31
+ ```bash
32
+ # Via orquestrador (recomendado)
33
+ @storytelling-orqx
34
+
35
+ # Via agente especifico
36
+ @joseph-campbell
37
+ @oren-klaff
38
+ @nancy-duarte
39
+ ```
40
+
41
+ ## Tasks Principais
42
+
43
+ **Orquestracao**
44
+ - diagnose-narrative, review-narrative-output
45
+
46
+ **Mythology e Hero's Journey (Campbell)**
47
+ - map-heros-journey, identify-archetypes, brand-origin-story
48
+ - customer-journey-narrative, transformation-arc-design
49
+
50
+ **Story Circle (Harmon)**
51
+ - build-story-circle, structure-episode, content-series-story-circle
52
+ - product-launch-narrative, community-narrative-design
53
+
54
+ **Screenwriting (Snyder)**
55
+ - create-beat-sheet, craft-logline, video-script-beat-sheet
56
+ - case-study-beat-structure, landing-page-story-beats
57
+
58
+ **Pitch e Frame Control (Klaff)**
59
+ - create-pitch, design-frame-control, investor-pitch-deck
60
+ - sales-presentation-frames, partnership-pitch-narrative
61
+
62
+ **Apresentacoes (Duarte)**
63
+ - create-presentation, design-datastory, keynote-presentation-design
64
+ - data-storytelling-presentation, internal-change-presentation
65
+
66
+ **Business Storytelling (Hall, Howell)**
67
+ - build-business-stories, close-story-gap, brand-storytelling-strategy
68
+ - build-brand-narrative, email-sequence-storytelling
69
+
70
+ **Impro e Status (Johnstone)**
71
+ - unblock-creative, improvised-content-creation, status-dynamics-negotiation
72
+
73
+ **Movimentos Sociais (Ganz)**
74
+ - write-manifesto, movement-building-narrative, advocacy-campaign-story
75
+
76
+ ## Workflows
77
+
78
+ - **story-development-cycle** — Ciclo completo de desenvolvimento narrativo
79
+ - **pitch-narrative-workflow** — Construcao de pitch com frame control
80
+
81
+ ## Knowledge Bases
82
+
83
+ - routing-catalog
84
+ - narrative-frameworks-catalog
85
+ - story-structure-reference
86
+
87
+ ## Integracao com Core Agents
88
+
89
+ Este squad trabalha com o framework SINAPSE core:
90
+ - @architect (Aria) para decisoes tecnicas
91
+ - @developer (Dex) para implementacao
92
+ - @quality-gate (Quinn) para validacao de qualidade
93
+
94
+ ---
95
+
96
+ *Parte do ecossistema SINAPSE-AI — 18 squads, 186 agentes*
@@ -1,93 +0,0 @@
1
- # Feature Request Process
2
-
3
- > 🌐 **EN** | [PT](./pt/FEATURE_PROCESS.md) | [ES](./es/FEATURE_PROCESS.md)
4
-
5
- ---
6
-
7
- This document explains how to propose new features for SINAPSE.
8
-
9
- ## Quick Ideas
10
-
11
- For quick ideas or small improvements:
12
-
13
- 1. Open a Discussion in the "Ideas" category
14
- 2. Describe the problem and proposed solution
15
- 3. Community and maintainers will discuss
16
- 4. If there's interest, it may be promoted to RFC
17
-
18
- ## RFC Process (For Significant Features)
19
-
20
- For larger features that require design decisions:
21
-
22
- ### When to Write an RFC
23
-
24
- - New major features
25
- - Breaking changes
26
- - Significant architectural changes
27
- - Changes affecting many users
28
-
29
- ### RFC Lifecycle
30
-
31
- 1. **Draft**: Author writes RFC using our [RFC Template](../.github/RFC_TEMPLATE.md)
32
- 2. **Under Review**: 2-week comment period
33
- 3. **Decision**: Maintainers accept/reject
34
- 4. **Implementation**: If accepted, implementation begins
35
-
36
- ### Criteria for Acceptance
37
-
38
- - Aligns with project vision
39
- - Technically feasible
40
- - Has clear implementation path
41
- - Community demand demonstrated
42
- - Maintainable long-term
43
-
44
- ## Voting
45
-
46
- - Use :+1: reactions to show support
47
- - Top-voted ideas are prioritized
48
- - Maintainers have final decision
49
-
50
- ## Timeline
51
-
52
- - Ideas: No fixed timeline
53
- - RFCs: 2-week minimum review period
54
- - Implementation: Based on roadmap capacity
55
-
56
- ## From Idea to Implementation
57
-
58
- ```text
59
- Community Idea (Discussion)
60
-
61
- │ [Approved by maintainers]
62
-
63
- Internal Backlog Item
64
-
65
- │ [Prioritized by Product Owner]
66
-
67
- Sprint Planning
68
-
69
- │ [Implemented by Development Team]
70
-
71
- Release (credited in CHANGELOG.md)
72
- ```
73
-
74
- ### Who Can Add to Backlog?
75
-
76
- The Product Owner (@product-lead) is the sole authority for adding items to the internal backlog.
77
- This ensures proper prioritization and alignment with project goals.
78
-
79
- ### Contributor Credit
80
-
81
- Contributors whose ideas are implemented will be credited in:
82
-
83
- - The CHANGELOG.md release notes
84
- - The PR that implements the feature
85
- - Our contributors page (if applicable)
86
-
87
- ## Questions?
88
-
89
- Ask in GitHub Discussions or Discord.
90
-
91
- ---
92
-
93
- _See also: [Community Handbook](../COMMUNITY.md) | [Contributing Guide](../CONTRIBUTING.md)_
@@ -1,95 +0,0 @@
1
- # SINAPSE Method Guiding Principles
2
-
3
- > 🌐 **EN** | [PT](./pt/GUIDING-PRINCIPLES.md) | [ES](./es/GUIDING-PRINCIPLES.md)
4
-
5
- ---
6
-
7
- The SINAPSE Method is a natural language framework for AI-assisted software development. These principles ensure contributions maintain the method's effectiveness.
8
-
9
- ## Core Principles
10
-
11
- ### 1. Dev Agents Must Be Lean
12
-
13
- - **Minimize dev agent dependencies**: Development agents that work in IDEs must have minimal context overhead
14
- - **Save context for code**: Every line counts - dev agents should focus on coding, not documentation
15
- - **Web agents can be larger**: Planning agents (PRD Writer, Architect) used in web UI can have more complex tasks and dependencies
16
- - **Small files, loaded on demand**: Multiple small, focused files are better than large files with many branches
17
-
18
- ### 2. Natural Language First
19
-
20
- - **Everything is markdown**: Agents, tasks, templates - all written in plain English
21
- - **No code in core**: The framework itself contains no programming code, only natural language instructions
22
- - **Self-contained templates**: Templates are defined as YAML files with structured sections that include metadata, workflow configuration, and detailed instructions for content generation
23
-
24
- ### 3. Agent and Task Design
25
-
26
- - **Agents define roles**: Each agent is a persona with specific expertise (e.g., Frontend Developer, API Developer)
27
- - **Tasks are procedures**: Step-by-step instructions an agent follows to complete work
28
- - **Templates are outputs**: Structured documents with embedded instructions for generation
29
- - **Dependencies matter**: Explicitly declare only what's needed
30
-
31
- ## Practical Guidelines
32
-
33
- ### When to Add to Core
34
-
35
- - Universal software development needs only
36
- - Doesn't bloat dev agent contexts
37
- - Follows existing agent/task/template patterns
38
-
39
- ### When to Create Squads
40
-
41
- - Domain-specific needs beyond software development
42
- - Non-technical domains (business, wellness, education, creative)
43
- - Specialized technical domains (games, infrastructure, mobile)
44
- - Heavy documentation or knowledge bases
45
- - Anything that would bloat core agents
46
-
47
- See [Squads Overview](./guides/squads-overview.md) for detailed examples and ideas.
48
-
49
- ### Agent Design Rules
50
-
51
- 1. **Web/Planning Agents**: Can have richer context, multiple tasks, extensive templates
52
- 2. **Dev Agents**: Minimal dependencies, focused on code generation, lean task sets
53
- 3. **All Agents**: Clear persona, specific expertise, well-defined capabilities
54
-
55
- ### Task Writing Rules
56
-
57
- 1. Write clear step-by-step procedures
58
- 2. Use markdown formatting for readability
59
- 3. Keep dev agent tasks focused and concise
60
- 4. Planning tasks can be more elaborate
61
- 5. **Prefer multiple small tasks over one large branching task**
62
- - Instead of one task with many conditional paths
63
- - Create multiple focused tasks the agent can choose from
64
- - This keeps context overhead minimal
65
- 6. **Reuse common tasks** - Don't create new document creation tasks
66
- - Use the existing `create-doc` task
67
- - Pass the appropriate YAML template with structured sections
68
- - This maintains consistency and reduces duplication
69
-
70
- ### Template Rules
71
-
72
- Templates follow the [SINAPSE Document Template](../common/utils/sinapse-doc-template.md) specification using YAML format:
73
-
74
- 1. **Structure**: Templates are defined in YAML with clear metadata, workflow configuration, and section hierarchy
75
- 2. **Separation of Concerns**: Instructions for LLMs are in `instruction` fields, separate from content
76
- 3. **Reusability**: Templates are agent-agnostic and can be used across different agents
77
- 4. **Key Components**:
78
- - `template` block for metadata (id, name, version, output settings)
79
- - `workflow` block for interaction mode configuration
80
- - `sections` array defining document structure with nested subsections
81
- - Each section has `id`, `title`, and `instruction` fields
82
- 5. **Advanced Features**:
83
- - Variable substitution using `{{variable_name}}` syntax
84
- - Conditional sections with `condition` field
85
- - Repeatable sections with `repeatable: true`
86
- - Agent permissions with `owner` and `editors` fields
87
- - Examples arrays for guidance (never included in output)
88
- 6. **Clean Output**: YAML structure ensures all processing logic stays separate from generated content
89
-
90
- ## Remember
91
-
92
- - The power is in natural language orchestration, not code
93
- - Dev agents code, planning agents plan
94
- - Keep dev agents lean for maximum coding efficiency
95
- - Starter squads handle specialized domains
File without changes