sinapse-ai 5.0.8 → 6.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.
- package/.claude/CLAUDE.md +1 -1
- package/.claude/rules/agent-authority.md +10 -10
- package/.claude/rules/agent-memory-imports.md +4 -4
- package/.claude/rules/coderabbit-integration.md +4 -4
- package/.claude/rules/ids-principles.md +5 -5
- package/.claude/rules/story-lifecycle.md +15 -15
- package/.claude/rules/workflow-execution.md +11 -11
- package/.sinapse-ai/constitution.md +3 -3
- package/.sinapse-ai/core/code-intel/helpers/dev-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/qa-helper.js +1 -1
- package/.sinapse-ai/core/code-intel/helpers/story-helper.js +7 -7
- package/.sinapse-ai/core/config/config-loader.js +1 -1
- package/.sinapse-ai/core/docs/session-update-pattern.md +1 -1
- package/.sinapse-ai/core/ids/framework-governor.js +4 -4
- package/.sinapse-ai/core/ids/index.js +1 -1
- package/.sinapse-ai/core/memory/gotchas-memory.js +1 -1
- package/.sinapse-ai/core/orchestration/agent-invoker.js +1 -1
- package/.sinapse-ai/core/orchestration/bob-surface-criteria.yaml +2 -2
- package/.sinapse-ai/core/orchestration/executor-assignment.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/executors/epic-executor.js +1 -1
- package/.sinapse-ai/core/orchestration/greenfield-handler.js +4 -4
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +1 -1
- package/.sinapse-ai/core/orchestration/skill-dispatcher.js +3 -3
- package/.sinapse-ai/core/orchestration/workflow-executor.js +1 -1
- package/.sinapse-ai/core/quality-gates/layer2-pr-automation.js +3 -3
- package/.sinapse-ai/core/quality-gates/layer3-human-review.js +1 -1
- package/.sinapse-ai/core/quality-gates/quality-gate-config.yaml +1 -1
- package/.sinapse-ai/core/session/context-loader.js +1 -1
- package/.sinapse-ai/data/agent-config-requirements.yaml +3 -3
- package/.sinapse-ai/data/entity-registry.yaml +2154 -2337
- package/.sinapse-ai/data/registry-update-log.jsonl +316 -0
- package/.sinapse-ai/data/sinapse-kb.md +13 -13
- package/.sinapse-ai/data/tech-presets/csharp.md +2 -2
- package/.sinapse-ai/data/tech-presets/go.md +2 -2
- package/.sinapse-ai/data/tech-presets/java.md +2 -2
- package/.sinapse-ai/data/tech-presets/nextjs-react.md +1 -1
- package/.sinapse-ai/data/tech-presets/php.md +2 -2
- package/.sinapse-ai/data/tech-presets/rust.md +2 -2
- package/.sinapse-ai/data/technical-preferences.md +1 -1
- package/.sinapse-ai/data/workflow-chains.yaml +15 -15
- package/.sinapse-ai/development/README.md +1 -1
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +7 -7
- package/.sinapse-ai/development/agents/analyst.md +6 -6
- package/.sinapse-ai/development/agents/architect.md +4 -4
- package/.sinapse-ai/development/agents/data-engineer.md +2 -2
- package/.sinapse-ai/development/agents/{dev.md → developer.md} +7 -7
- package/.sinapse-ai/development/agents/devops.md +4 -4
- package/.sinapse-ai/development/agents/{po → product-lead}/MEMORY.md +3 -3
- package/.sinapse-ai/development/agents/{po.md → product-lead.md} +25 -25
- package/.sinapse-ai/development/agents/{pm → project-lead}/MEMORY.md +2 -2
- package/.sinapse-ai/development/agents/{pm.md → project-lead.md} +15 -15
- package/.sinapse-ai/development/agents/{qa.md → quality-gate.md} +8 -8
- package/.sinapse-ai/development/agents/{sinapse-master.md → sinapse-orqx.md} +12 -12
- package/.sinapse-ai/development/agents/{sm.md → sprint-lead.md} +18 -18
- package/.sinapse-ai/development/agents/squad-creator.md +4 -4
- package/.sinapse-ai/development/agents/ux-design-expert.md +2 -2
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +1 -1
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +1 -1
- package/.sinapse-ai/development/scripts/agent-config-loader.js +1 -1
- package/.sinapse-ai/development/scripts/apply-inline-greeting-all-agents.js +1 -1
- package/.sinapse-ai/development/scripts/audit-agent-config.js +2 -2
- package/.sinapse-ai/development/scripts/batch-update-agents-session-context.js +1 -1
- package/.sinapse-ai/development/scripts/dev-context-loader.js +1 -1
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +2 -2
- package/.sinapse-ai/development/scripts/test-greeting-system.js +4 -4
- package/.sinapse-ai/development/scripts/unified-activation-pipeline.js +2 -2
- package/.sinapse-ai/development/scripts/verify-workflow-gaps.js +9 -9
- package/.sinapse-ai/development/tasks/analyze-cross-artifact.md +1 -1
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +4 -4
- package/.sinapse-ai/development/tasks/apply-qa-fixes.md +1 -1
- package/.sinapse-ai/development/tasks/architect-analyze-impact.md +1 -1
- package/.sinapse-ai/development/tasks/brownfield-create-epic.md +10 -10
- package/.sinapse-ai/development/tasks/brownfield-create-story.md +1 -1
- package/.sinapse-ai/development/tasks/build-autonomous.md +1 -1
- package/.sinapse-ai/development/tasks/cleanup-utilities.md +6 -6
- package/.sinapse-ai/development/tasks/create-agent.md +1 -1
- package/.sinapse-ai/development/tasks/create-brownfield-story.md +4 -4
- package/.sinapse-ai/development/tasks/create-next-story.md +12 -12
- package/.sinapse-ai/development/tasks/create-service.md +2 -2
- package/.sinapse-ai/development/tasks/create-suite.md +1 -1
- package/.sinapse-ai/development/tasks/dev-backlog-debt.md +3 -3
- package/.sinapse-ai/development/tasks/dev-develop-story.md +5 -5
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +2 -2
- package/.sinapse-ai/development/tasks/execute-checklist.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +11 -11
- package/.sinapse-ai/development/tasks/extract-patterns.md +2 -2
- package/.sinapse-ai/development/tasks/facilitate-brainstorming-session.md +2 -2
- package/.sinapse-ai/development/tasks/github-devops-github-pr-automation.md +1 -1
- package/.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +3 -3
- package/.sinapse-ai/development/tasks/next.md +2 -2
- package/.sinapse-ai/development/tasks/orchestrate-resume.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-status.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate-stop.md +1 -1
- package/.sinapse-ai/development/tasks/orchestrate.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +2 -2
- package/.sinapse-ai/development/tasks/plan-create-context.md +2 -2
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +3 -3
- package/.sinapse-ai/development/tasks/po-close-story.md +3 -3
- package/.sinapse-ai/development/tasks/project-status.md +2 -2
- package/.sinapse-ai/development/tasks/qa-after-creation.md +2 -2
- package/.sinapse-ai/development/tasks/qa-backlog-add-followup.md +3 -3
- package/.sinapse-ai/development/tasks/qa-create-fix-request.md +8 -8
- package/.sinapse-ai/development/tasks/qa-evidence-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/qa-false-positive-detection.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +10 -10
- package/.sinapse-ai/development/tasks/qa-gate.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-build.md +3 -3
- package/.sinapse-ai/development/tasks/qa-review-story.md +2 -2
- package/.sinapse-ai/development/tasks/qa-run-tests.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow-engine.md +1 -1
- package/.sinapse-ai/development/tasks/run-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/security-scan.md +2 -2
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +4 -4
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +4 -4
- package/.sinapse-ai/development/tasks/spec-write-spec.md +2 -2
- package/.sinapse-ai/development/tasks/story-checkpoint.md +3 -3
- package/.sinapse-ai/development/tasks/sync-registry-intel.md +1 -1
- package/.sinapse-ai/development/tasks/validate-agents.md +1 -1
- package/.sinapse-ai/development/tasks/validate-next-story.md +10 -10
- package/.sinapse-ai/development/tasks/validate-workflow.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +2 -2
- package/.sinapse-ai/development/templates/code-intel-integration-pattern.md +3 -3
- package/.sinapse-ai/development/templates/subagent-step-prompt.md +2 -2
- package/.sinapse-ai/development/workflows/README.md +2 -2
- package/.sinapse-ai/development/workflows/auto-worktree.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-discovery.yaml +11 -11
- package/.sinapse-ai/development/workflows/brownfield-fullstack.yaml +6 -6
- package/.sinapse-ai/development/workflows/brownfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/brownfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/development-cycle.yaml +10 -10
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +6 -6
- package/.sinapse-ai/development/workflows/greenfield-fullstack.yaml +7 -7
- package/.sinapse-ai/development/workflows/greenfield-service.yaml +5 -5
- package/.sinapse-ai/development/workflows/greenfield-ui.yaml +5 -5
- package/.sinapse-ai/development/workflows/qa-loop.yaml +1 -1
- package/.sinapse-ai/development/workflows/spec-pipeline.yaml +2 -2
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +1 -1
- package/.sinapse-ai/docs/standards/AGENT-PERSONALIZATION-STANDARD-V1.md +2 -2
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +1 -1
- package/.sinapse-ai/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +6 -6
- package/.sinapse-ai/docs/standards/STANDARDS-INDEX.md +2 -2
- package/.sinapse-ai/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +6 -6
- package/.sinapse-ai/infrastructure/scripts/config-loader.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/gotchas-documenter.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/README.md +3 -3
- package/.sinapse-ai/infrastructure/scripts/ide-sync/gemini-commands.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/redirect-generator.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/migrate-agent.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/performance-tracker.js +2 -2
- package/.sinapse-ai/infrastructure/scripts/qa-report-generator.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/recovery-tracker.js +1 -1
- package/.sinapse-ai/infrastructure/scripts/rollback-manager.js +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-brownfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/core-config/core-config-greenfield.tmpl.yaml +1 -1
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +1 -1
- package/.sinapse-ai/install-manifest.yaml +344 -344
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +1 -1
- package/.sinapse-ai/product/checklists/self-critique-checklist.md +1 -1
- package/.sinapse-ai/product/checklists/story-draft-checklist.md +3 -3
- package/.sinapse-ai/product/templates/command-rationalization-matrix.md +3 -3
- package/.sinapse-ai/product/templates/design-story-tmpl.yaml +4 -4
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +1 -1
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +2 -2
- package/.sinapse-ai/product/templates/ide-rules/codex-rules.md +6 -6
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +1 -1
- package/.sinapse-ai/product/templates/personalized-agent-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-task-template.md +1 -1
- package/.sinapse-ai/product/templates/personalized-template-file.yaml +1 -1
- package/.sinapse-ai/product/templates/personalized-workflow-template.yaml +3 -3
- package/.sinapse-ai/product/templates/story-tmpl.yaml +8 -8
- package/.sinapse-ai/schemas/README.md +15 -15
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +2 -2
- package/.sinapse-ai/user-guide.md +4 -4
- package/.sinapse-ai/working-in-the-brownfield.md +3 -3
- package/LICENSE +4 -4
- package/README.en.md +6 -6
- package/README.md +8 -8
- package/bin/cli.js +13 -11
- package/bin/sinapse.js +17 -0
- package/docs/00-shared-activation-pipeline.md +16 -16
- package/docs/FEATURE_PROCESS.md +1 -1
- package/docs/ORQX-PLAN.md +264 -0
- package/docs/core-architecture.md +2 -2
- package/docs/en/sinapse-agent-flows/README.md +2 -2
- package/docs/en/sinapse-agent-flows/dev-system.md +2 -2
- package/docs/en/sinapse-agent-flows/pm-system.md +2 -2
- package/docs/en/sinapse-agent-flows/qa-system.md +2 -2
- package/docs/en/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +5 -5
- package/docs/en/sinapse-agent-flows/sm-system.md +2 -2
- package/docs/framework/entity-layer-classification.md +2 -2
- package/docs/framework/source-tree.md +17 -17
- package/docs/getting-started.md +13 -13
- package/docs/guides/IDS-CONCEITOS-EXPLICADOS.md +17 -17
- package/docs/guides/MEMORY-INTEGRATION.md +3 -3
- package/docs/guides/MEMORY-INTELLIGENCE-SYSTEM.md +4 -4
- package/docs/guides/ade-guide.md +25 -25
- package/docs/guides/agent-selection-guide.md +36 -36
- package/docs/guides/agents/ANALYST-SYSTEM.md +5 -5
- package/docs/guides/agents/ARCHITECT-SYSTEM.md +9 -9
- package/docs/guides/agents/DATA-ENGINEER-SYSTEM.md +8 -8
- package/docs/guides/agents/DEV-SYSTEM.md +27 -27
- package/docs/guides/agents/DEVOPS-SYSTEM.md +5 -5
- package/docs/guides/agents/PM-SYSTEM.md +24 -24
- package/docs/guides/agents/QA-SYSTEM.md +24 -24
- package/docs/guides/agents/SINAPSE-MASTER-SYSTEM.md +26 -26
- package/docs/guides/agents/SM-SYSTEM.md +31 -31
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/UX-DESIGN-EXPERT-SYSTEM.md +10 -10
- package/docs/guides/agents/traces/00-shared-activation-pipeline.md +16 -16
- package/docs/guides/agents/traces/00-shared-activation-pipeline.v1-act8.md +16 -16
- package/docs/guides/agents/traces/README.md +20 -20
- package/docs/guides/agents/traces/analyst-execution-trace.md +6 -6
- package/docs/guides/agents/traces/architect-execution-trace.md +3 -3
- package/docs/guides/agents/traces/data-engineer-execution-trace.md +4 -4
- package/docs/guides/agents/traces/dev-execution-trace.md +12 -12
- package/docs/guides/agents/traces/devops-execution-trace.md +6 -6
- package/docs/guides/agents/traces/pm-execution-trace.md +14 -14
- package/docs/guides/agents/traces/po-execution-trace.md +17 -17
- package/docs/guides/agents/traces/qa-execution-trace.md +15 -15
- package/docs/guides/agents/traces/{sinapse-master-execution-trace.md → sinapse-orqx-execution-trace.md} +22 -22
- package/docs/guides/agents/traces/sm-execution-trace.md +15 -15
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +9 -9
- package/docs/guides/agents/traces/ux-design-expert-execution-trace.md +4 -4
- package/docs/guides/api-reference.md +27 -27
- package/docs/guides/coderabbit/README.md +9 -9
- package/docs/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/guides/development-setup.md +1 -1
- package/docs/guides/project-status-feature.md +2 -2
- package/docs/guides/quality-dashboard.md +2 -2
- package/docs/guides/quality-gates.md +6 -6
- package/docs/guides/template-engine-v2.md +2 -2
- package/docs/guides/user-guide.md +13 -13
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +3 -3
- package/docs/guides/workflows/BROWNFIELD-DISCOVERY-WORKFLOW.md +6 -6
- package/docs/guides/workflows/BROWNFIELD-FULLSTACK-WORKFLOW.md +30 -30
- package/docs/guides/workflows/BROWNFIELD-SERVICE-WORKFLOW.md +38 -38
- package/docs/guides/workflows/BROWNFIELD-UI-WORKFLOW.md +25 -25
- package/docs/guides/workflows/GREENFIELD-FULLSTACK-WORKFLOW.md +37 -37
- package/docs/guides/workflows/GREENFIELD-SERVICE-WORKFLOW.md +5 -5
- package/docs/guides/workflows/GREENFIELD-UI-WORKFLOW.md +19 -19
- package/docs/guides/workflows/QA-LOOP-WORKFLOW.md +13 -13
- package/docs/guides/workflows/SINAPSE-COMPLETE-CROSS-REFERENCE-ANALYSIS.md +19 -19
- package/docs/guides/workflows/SPEC-PIPELINE-WORKFLOW.md +25 -25
- package/docs/guides/workflows/STORY-DEVELOPMENT-CYCLE-WORKFLOW.md +28 -28
- package/docs/guides/workflows/WORKFLOW-TASK-AGENT-ANALYSIS.md +94 -94
- package/docs/guides/workflows/xref-phase2-templates.md +29 -29
- package/docs/guides/workflows/xref-phase3-scripts.md +33 -33
- package/docs/guides/workflows/xref-phase4-infra.md +2 -2
- package/docs/guides/workflows/xref-phase6-supporting.md +1 -1
- package/docs/guides/workflows-guide.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +2 -2
- package/docs/prd-cli-graph-dashboard.md +1 -1
- package/docs/pt/DOCUMENTATION-ROADMAP.md +1 -1
- package/docs/pt/FEATURE_PROCESS.md +1 -1
- package/docs/pt/README.md +2 -2
- package/docs/pt/agents/archetype-rationale.md +4 -4
- package/docs/pt/agents/persona-definitions.md +9 -9
- package/docs/pt/architecture/ADE-ARCHITECT-HANDOFF.md +15 -15
- package/docs/pt/architecture/ADE-EPIC1-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC2-HANDOFF.md +2 -2
- package/docs/pt/architecture/ADE-EPIC3-HANDOFF.md +8 -8
- package/docs/pt/architecture/ade-architecture.md +4 -4
- package/docs/pt/architecture/adr/adr-hcs-health-check-system.md +3 -3
- package/docs/pt/architecture/agent-config-audit.md +4 -4
- package/docs/pt/architecture/agent-responsibility-matrix.md +20 -20
- package/docs/pt/architecture/agent-tool-integration-guide.md +8 -8
- package/docs/pt/architecture/contribution-workflow-research.md +1 -1
- package/docs/pt/architecture/dashboard-architecture.md +1 -1
- package/docs/pt/architecture/hcs-check-specifications.md +1 -1
- package/docs/pt/architecture/hcs-execution-modes.md +1 -1
- package/docs/pt/architecture/hcs-self-healing-spec.md +1 -1
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/architecture/module-system.md +1 -1
- package/docs/pt/architecture/source-tree.md +1 -1
- package/docs/pt/architecture/squad-improvement-recommended-approach.md +2 -2
- package/docs/pt/architecture/utility-integration-guide.md +2 -2
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/core-architecture.md +2 -2
- package/docs/pt/framework/source-tree.md +1 -1
- package/docs/pt/guides/ade-guide.md +25 -25
- package/docs/pt/guides/agent-selection-guide.md +36 -36
- package/docs/pt/guides/api-reference.md +25 -25
- package/docs/pt/guides/contextual-greeting-system-guide.md +5 -5
- package/docs/pt/guides/development-setup.md +1 -1
- package/docs/pt/guides/project-status-feature.md +2 -2
- package/docs/pt/guides/quality-dashboard.md +2 -2
- package/docs/pt/guides/quality-gates.md +6 -6
- package/docs/pt/guides/template-engine-v2.md +2 -2
- package/docs/pt/guides/user-guide.md +8 -8
- package/docs/pt/guides/workflows-guide.md +2 -2
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +2 -2
- package/docs/pt/platforms/antigravity.md +9 -9
- package/docs/pt/platforms/cursor.md +15 -15
- package/docs/pt/platforms/gemini-cli.md +3 -3
- package/docs/pt/roadmap.md +1 -1
- package/docs/pt/sinapse-nomenclature-specification.md +15 -15
- package/docs/pt/specifications/docs-agent-technical-specification.md +11 -11
- package/docs/roadmap.md +1 -1
- package/docs/sinapse-agent-flows/README.md +2 -2
- package/docs/sinapse-agent-flows/analyst-system.md +5 -5
- package/docs/sinapse-agent-flows/architect-system.md +9 -9
- package/docs/sinapse-agent-flows/data-engineer-system.md +8 -8
- package/docs/sinapse-agent-flows/dev-system.md +27 -27
- package/docs/sinapse-agent-flows/devops-system.md +5 -5
- package/docs/sinapse-agent-flows/pm-system.md +24 -24
- package/docs/sinapse-agent-flows/qa-system.md +24 -24
- package/docs/sinapse-agent-flows/{sinapse-master-system.md → sinapse-orqx-system.md} +26 -26
- package/docs/sinapse-agent-flows/sm-system.md +31 -31
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +10 -10
- package/docs/sinapse-workflows/auto-worktree-workflow.md +3 -3
- package/docs/sinapse-workflows/brownfield-discovery-workflow.md +6 -6
- package/docs/sinapse-workflows/brownfield-fullstack-workflow.md +30 -30
- package/docs/sinapse-workflows/brownfield-service-workflow.md +38 -38
- package/docs/sinapse-workflows/brownfield-ui-workflow.md +25 -25
- package/docs/sinapse-workflows/greenfield-fullstack-workflow.md +37 -37
- package/docs/sinapse-workflows/greenfield-service-workflow.md +5 -5
- package/docs/sinapse-workflows/greenfield-ui-workflow.md +19 -19
- package/docs/sinapse-workflows/qa-loop-workflow.md +13 -13
- package/docs/sinapse-workflows/spec-pipeline-workflow.md +25 -25
- package/docs/sinapse-workflows/story-development-cycle-workflow.md +28 -28
- package/package.json +1 -1
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/commands/lib/agent-launcher.js +1 -1
- package/packages/gemini-sinapse-extension/commands/{sinapse-master.js → sinapse-orqx.js} +1 -1
- package/packages/gemini-sinapse-extension/extension.json +3 -3
- package/packages/gemini-sinapse-extension/gemini-extension.json +3 -3
- package/packages/installer/src/config/configure-environment.js +2 -2
- package/packages/installer/src/updater/index.js +105 -0
- package/packages/installer/src/wizard/feedback.js +38 -30
- package/packages/installer/src/wizard/i18n.js +25 -182
- package/packages/installer/src/wizard/ide-config-generator.js +1 -1
- package/packages/installer/src/wizard/index.js +253 -69
- package/packages/installer/src/wizard/questions.js +35 -7
- package/packages/installer/tests/unit/artifact-copy-pipeline/artifact-copy-pipeline.test.js +1 -1
- package/packages/sinapse-install/README.md +1 -1
- package/packages/sinapse-install/src/installer.js +1 -1
- package/scripts/package-synapse.js +1 -1
- package/sinapse/agents/{sinapse-master.md → sinapse-orqx.md} +18 -18
- package/sinapse/knowledge-base/cross-squad-patterns.md +1 -1
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/squad.yaml +1 -1
- package/sinapse/tasks/compose-multi-squad-plan.md +2 -2
- package/sinapse/tasks/coordinate-cross-squad.md +2 -2
- package/sinapse/tasks/diagnose-and-route.md +2 -2
- package/sinapse/tasks/onboard-user.md +2 -2
- package/sinapse/tasks/resolve-conflict.md +2 -2
- package/sinapse/tasks/squad-status-report.md +2 -2
- package/sinapse/tasks/strategic-brief.md +3 -3
- package/squads/squad-animations/agents/animations-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +1 -1
- package/squads/squad-claude/agents/claude-orqx.md +2 -2
- package/squads/squad-cloning/agents/cloning-orqx.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +1 -1
- package/squads/squad-commercial/agents/cs-business-auditor.md +1 -1
- package/squads/squad-commercial/agents/cs-client-success.md +1 -1
- package/squads/squad-commercial/agents/cs-crm-specialist.md +1 -1
- package/squads/squad-commercial/agents/cs-funnel-architect.md +1 -1
- package/squads/squad-commercial/agents/cs-lead-generation-strategist.md +1 -1
- package/squads/squad-commercial/agents/cs-offer-designer.md +1 -1
- package/squads/squad-commercial/agents/cs-revops-analyst.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/agents/cs-sales-enablement.md +1 -1
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +2 -2
- package/squads/squad-content/knowledge-base/ai-leverage-content-framework.md +1 -1
- package/squads/squad-copy/agents/copy-strategist.md +3 -3
- package/squads/squad-copy/knowledge-base/consequence-headline-patterns.md +1 -1
- package/squads/squad-council/agents/council-orqx.md +1 -1
- package/squads/squad-courses/agents/courses-orqx.md +1 -1
- package/squads/squad-cybersecurity/agents/cyber-orqx.md +2 -2
- package/squads/squad-design/agents/design-orqx.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +2 -2
- package/squads/squad-growth/agents/growth-orqx.md +2 -2
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +2 -2
- package/squads/squad-research/agents/research-orqx.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +1 -1
- package/squads/squad-research/tasks/create-insight-deck.md +1 -1
- package/squads/squad-research/tasks/forecast-industry-trends.md +1 -1
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/run-scenario-planning.md +2 -2
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/track-emerging-technologies.md +1 -1
- package/squads/squad-storytelling/agents/storytelling-orqx.md +2 -2
- package/docs/es/CHANGELOG.md +0 -117
- package/docs/es/DOCUMENTATION-ROADMAP.md +0 -216
- package/docs/es/ENVIRONMENT.md +0 -140
- package/docs/es/FEATURE_PROCESS.md +0 -99
- package/docs/es/GUIDING-PRINCIPLES.md +0 -101
- package/docs/es/README.md +0 -134
- package/docs/es/agent-reference-guide.md +0 -570
- package/docs/es/agents/archetype-rationale.md +0 -566
- package/docs/es/agents/persona-definitions.md +0 -501
- package/docs/es/api/squads-api.md +0 -753
- package/docs/es/architecture/ADE-AGENT-CHANGES.md +0 -469
- package/docs/es/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/es/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/es/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/es/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +0 -188
- package/docs/es/architecture/ade-architecture.md +0 -586
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/es/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/es/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/es/architecture/agent-config-audit.md +0 -222
- package/docs/es/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/es/architecture/agent-tool-integration-guide.md +0 -334
- package/docs/es/architecture/ci-cd.md +0 -151
- package/docs/es/architecture/coding-standards.md +0 -896
- package/docs/es/architecture/contribution-workflow-research.md +0 -376
- package/docs/es/architecture/dashboard-architecture.md +0 -926
- package/docs/es/architecture/dashboard-realtime.md +0 -1253
- package/docs/es/architecture/hcs-check-specifications.md +0 -897
- package/docs/es/architecture/hcs-execution-modes.md +0 -519
- package/docs/es/architecture/hcs-self-healing-spec.md +0 -695
- package/docs/es/architecture/high-level-architecture.md +0 -357
- package/docs/es/architecture/introduction.md +0 -21
- package/docs/es/architecture/mcp-api-keys-management.md +0 -246
- package/docs/es/architecture/mcp-system-diagrams.md +0 -113
- package/docs/es/architecture/module-system.md +0 -382
- package/docs/es/architecture/multi-repo-strategy.md +0 -390
- package/docs/es/architecture/source-tree.md +0 -708
- package/docs/es/architecture/squad-improvement-analysis.md +0 -204
- package/docs/es/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/es/architecture/tech-stack.md +0 -806
- package/docs/es/architecture/utility-integration-guide.md +0 -358
- package/docs/es/community/README-community-snippet-core.md +0 -57
- package/docs/es/community/README-community-snippet-mcp.md +0 -49
- package/docs/es/community/README-community-snippet-squads.md +0 -40
- package/docs/es/community.md +0 -227
- package/docs/es/core-architecture.md +0 -229
- package/docs/es/docker-mcp-setup.md +0 -426
- package/docs/es/framework/README.md +0 -99
- package/docs/es/framework/coding-standards.md +0 -892
- package/docs/es/framework/source-tree.md +0 -725
- package/docs/es/framework/tech-stack.md +0 -802
- package/docs/es/getting-started.md +0 -572
- package/docs/es/git-workflow-guide.md +0 -995
- package/docs/es/guides/README.md +0 -133
- package/docs/es/guides/ade-guide.md +0 -452
- package/docs/es/guides/agent-selection-guide.md +0 -295
- package/docs/es/guides/api-reference.md +0 -899
- package/docs/es/guides/build-recovery-guide.md +0 -270
- package/docs/es/guides/contextual-greeting-system-guide.md +0 -387
- package/docs/es/guides/contributing-squads.md +0 -256
- package/docs/es/guides/development-setup.md +0 -1111
- package/docs/es/guides/ide-sync-guide.md +0 -194
- package/docs/es/guides/installation-troubleshooting.md +0 -327
- package/docs/es/guides/llm-routing.md +0 -312
- package/docs/es/guides/mcp/desktop-commander.md +0 -368
- package/docs/es/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/es/guides/mcp-global-setup.md +0 -663
- package/docs/es/guides/permission-modes.md +0 -313
- package/docs/es/guides/project-status-feature.md +0 -473
- package/docs/es/guides/quality-dashboard.md +0 -367
- package/docs/es/guides/quality-gates.md +0 -614
- package/docs/es/guides/security-hardening.md +0 -1359
- package/docs/es/guides/service-discovery.md +0 -524
- package/docs/es/guides/squad-examples/README.md +0 -64
- package/docs/es/guides/squad-migration.md +0 -356
- package/docs/es/guides/squads-guide.md +0 -836
- package/docs/es/guides/squads-overview.md +0 -332
- package/docs/es/guides/template-engine-v2.md +0 -484
- package/docs/es/guides/testing-guide.md +0 -1215
- package/docs/es/guides/user-guide.md +0 -452
- package/docs/es/guides/workflows-guide.md +0 -400
- package/docs/es/how-to-contribute-with-pull-requests.md +0 -160
- package/docs/es/ide-integration.md +0 -425
- package/docs/es/installation/README.md +0 -108
- package/docs/es/installation/faq.md +0 -616
- package/docs/es/installation/linux.md +0 -311
- package/docs/es/installation/macos.md +0 -189
- package/docs/es/installation/troubleshooting.md +0 -735
- package/docs/es/installation/v4-quick-start.md +0 -269
- package/docs/es/installation/windows.md +0 -342
- package/docs/es/meta-agent-commands.md +0 -990
- package/docs/es/migration-guide.md +0 -310
- package/docs/es/npx-install.md +0 -193
- package/docs/es/performance-tuning-guide.md +0 -707
- package/docs/es/platforms/README.md +0 -283
- package/docs/es/platforms/antigravity.md +0 -510
- package/docs/es/platforms/claude-code.md +0 -650
- package/docs/es/platforms/cursor.md +0 -635
- package/docs/es/platforms/gemini-cli.md +0 -483
- package/docs/es/platforms/github-copilot.md +0 -480
- package/docs/es/roadmap.md +0 -119
- package/docs/es/security-best-practices.md +0 -613
- package/docs/es/security.md +0 -124
- package/docs/es/sinapse-agent-flows/README.md +0 -190
- package/docs/es/sinapse-agent-flows/analyst-system.md +0 -36
- package/docs/es/sinapse-agent-flows/architect-system.md +0 -36
- package/docs/es/sinapse-agent-flows/data-engineer-system.md +0 -36
- package/docs/es/sinapse-agent-flows/dev-system.md +0 -36
- package/docs/es/sinapse-agent-flows/devops-system.md +0 -36
- package/docs/es/sinapse-agent-flows/pm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/qa-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sinapse-master-system.md +0 -36
- package/docs/es/sinapse-agent-flows/sm-system.md +0 -36
- package/docs/es/sinapse-agent-flows/squad-creator-system.md +0 -36
- package/docs/es/sinapse-agent-flows/ux-design-expert-system.md +0 -36
- package/docs/es/sinapse-nomenclature-specification.md +0 -673
- package/docs/es/sinapse-workflows/README.md +0 -247
- package/docs/es/sinapse-workflows/auto-worktree-workflow.md +0 -39
- package/docs/es/sinapse-workflows/brownfield-discovery-workflow.md +0 -41
- package/docs/es/sinapse-workflows/brownfield-fullstack-workflow.md +0 -42
- package/docs/es/sinapse-workflows/brownfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/brownfield-ui-workflow.md +0 -42
- package/docs/es/sinapse-workflows/design-system-build-quality-workflow.md +0 -40
- package/docs/es/sinapse-workflows/greenfield-fullstack-workflow.md +0 -44
- package/docs/es/sinapse-workflows/greenfield-service-workflow.md +0 -43
- package/docs/es/sinapse-workflows/greenfield-ui-workflow.md +0 -43
- package/docs/es/sinapse-workflows/qa-loop-workflow.md +0 -39
- package/docs/es/sinapse-workflows/spec-pipeline-workflow.md +0 -40
- package/docs/es/sinapse-workflows/story-development-cycle-workflow.md +0 -42
- package/docs/es/specifications/docs-agent-technical-specification.md +0 -2161
- package/docs/es/troubleshooting.md +0 -887
- package/docs/es/uninstallation.md +0 -556
- package/docs/es/versioning-and-releases.md +0 -146
- package/docs/zh/CHANGELOG.md +0 -191
- package/docs/zh/ENVIRONMENT.md +0 -136
- package/docs/zh/FEATURE_PROCESS.md +0 -92
- package/docs/zh/GLOSSARY.md +0 -179
- package/docs/zh/GUIDING-PRINCIPLES.md +0 -97
- package/docs/zh/README.md +0 -133
- package/docs/zh/TRANSLATION-PLAN.md +0 -508
- package/docs/zh/agent-reference-guide.md +0 -566
- package/docs/zh/agents/archetype-rationale.md +0 -631
- package/docs/zh/agents/persona-definitions.md +0 -560
- package/docs/zh/api/squads-api.md +0 -753
- package/docs/zh/architecture/ADE-ARCHITECT-HANDOFF.md +0 -338
- package/docs/zh/architecture/ADE-EPIC1-HANDOFF.md +0 -85
- package/docs/zh/architecture/ADE-EPIC2-HANDOFF.md +0 -106
- package/docs/zh/architecture/ADE-EPIC3-HANDOFF.md +0 -327
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +0 -190
- package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +0 -595
- package/docs/zh/architecture/ade-architecture.md +0 -474
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +0 -259
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +0 -518
- package/docs/zh/architecture/adr/adr-hcs-health-check-system.md +0 -489
- package/docs/zh/architecture/adr/adr-isolated-vm-decision.md +0 -70
- package/docs/zh/architecture/agent-config-audit.md +0 -220
- package/docs/zh/architecture/agent-responsibility-matrix.md +0 -444
- package/docs/zh/architecture/agent-tool-integration-guide.md +0 -336
- package/docs/zh/architecture/ci-cd.md +0 -151
- package/docs/zh/architecture/coding-standards.md +0 -898
- package/docs/zh/architecture/command-authority-matrix.md +0 -18
- package/docs/zh/architecture/contribution-workflow-research.md +0 -376
- package/docs/zh/architecture/dashboard-architecture.md +0 -569
- package/docs/zh/architecture/dashboard-realtime.md +0 -415
- package/docs/zh/architecture/hcs-check-specifications.md +0 -102
- package/docs/zh/architecture/hcs-execution-modes.md +0 -114
- package/docs/zh/architecture/hcs-self-healing-spec.md +0 -148
- package/docs/zh/architecture/high-level-architecture.md +0 -355
- package/docs/zh/architecture/introduction.md +0 -21
- package/docs/zh/architecture/mcp-api-keys-management.md +0 -248
- package/docs/zh/architecture/mcp-system-diagrams.md +0 -113
- package/docs/zh/architecture/module-system.md +0 -382
- package/docs/zh/architecture/multi-repo-strategy.md +0 -237
- package/docs/zh/architecture/source-tree.md +0 -710
- package/docs/zh/architecture/squad-improvement-analysis.md +0 -204
- package/docs/zh/architecture/squad-improvement-recommended-approach.md +0 -390
- package/docs/zh/architecture/tech-stack.md +0 -808
- package/docs/zh/architecture/utility-integration-guide.md +0 -358
- package/docs/zh/code-of-conduct.md +0 -113
- package/docs/zh/community/README-community-snippet-core.md +0 -57
- package/docs/zh/community/README-community-snippet-mcp.md +0 -49
- package/docs/zh/community/README-community-snippet-squads.md +0 -40
- package/docs/zh/community.md +0 -227
- package/docs/zh/contributing.md +0 -581
- package/docs/zh/core-architecture.md +0 -229
- package/docs/zh/docker-mcp-setup.md +0 -226
- package/docs/zh/framework/README.md +0 -97
- package/docs/zh/framework/coding-standards.md +0 -886
- package/docs/zh/framework/source-tree.md +0 -888
- package/docs/zh/framework/tech-stack.md +0 -796
- package/docs/zh/getting-started.md +0 -317
- package/docs/zh/git-workflow-guide.md +0 -988
- package/docs/zh/guides/MEMORY-INTEGRATION.md +0 -497
- package/docs/zh/guides/MEMORY-INTELLIGENCE-SYSTEM.md +0 -1083
- package/docs/zh/guides/MEMORY-SYSTEM.md +0 -1003
- package/docs/zh/guides/README.md +0 -127
- package/docs/zh/guides/ade-guide.md +0 -446
- package/docs/zh/guides/agent-selection-guide.md +0 -289
- package/docs/zh/guides/api-reference.md +0 -427
- package/docs/zh/guides/build-recovery-guide.md +0 -266
- package/docs/zh/guides/contextual-greeting-system-guide.md +0 -381
- package/docs/zh/guides/contributing-squads.md +0 -250
- package/docs/zh/guides/development-setup.md +0 -384
- package/docs/zh/guides/ide-sync-guide.md +0 -193
- package/docs/zh/guides/installation-troubleshooting.md +0 -321
- package/docs/zh/guides/llm-routing.md +0 -306
- package/docs/zh/guides/mcp/desktop-commander.md +0 -368
- package/docs/zh/guides/mcp/docker-gateway-tutorial.md +0 -336
- package/docs/zh/guides/mcp-global-setup.md +0 -696
- package/docs/zh/guides/permission-modes.md +0 -307
- package/docs/zh/guides/project-status-feature.md +0 -467
- package/docs/zh/guides/quality-dashboard.md +0 -361
- package/docs/zh/guides/quality-gates.md +0 -462
- package/docs/zh/guides/security-hardening.md +0 -1055
- package/docs/zh/guides/service-discovery.md +0 -518
- package/docs/zh/guides/squad-examples/README.md +0 -63
- package/docs/zh/guides/squad-migration.md +0 -336
- package/docs/zh/guides/template-engine-v2.md +0 -478
- package/docs/zh/guides/workflows-guide.md +0 -408
- package/docs/zh/how-to-contribute-with-pull-requests.md +0 -158
- package/docs/zh/installation/README.md +0 -106
- package/docs/zh/installation/faq.md +0 -611
- package/docs/zh/installation/linux.md +0 -447
- package/docs/zh/installation/macos.md +0 -187
- package/docs/zh/installation/troubleshooting.md +0 -729
- package/docs/zh/installation/windows.md +0 -475
- package/docs/zh/meta-agent-commands.md +0 -990
- package/docs/zh/security-best-practices.md +0 -610
- package/docs/zh/security.md +0 -124
- package/docs/zh/sinapse-agent-flows/README.md +0 -196
- package/docs/zh/sinapse-agent-flows/analyst-system.md +0 -679
- package/docs/zh/sinapse-agent-flows/architect-system.md +0 -246
- package/docs/zh/sinapse-agent-flows/data-engineer-system.md +0 -418
- package/docs/zh/sinapse-agent-flows/dev-system.md +0 -209
- package/docs/zh/sinapse-agent-flows/devops-system.md +0 -643
- package/docs/zh/sinapse-agent-flows/pm-system.md +0 -733
- package/docs/zh/sinapse-agent-flows/qa-system.md +0 -268
- package/docs/zh/sinapse-agent-flows/sinapse-master-system.md +0 -81
- package/docs/zh/sinapse-agent-flows/sm-system.md +0 -501
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +0 -704
- package/docs/zh/sinapse-agent-flows/ux-design-expert-system.md +0 -160
- package/docs/zh/sinapse-workflows/README.md +0 -247
- package/docs/zh/sinapse-workflows/auto-worktree-workflow.md +0 -793
- package/docs/zh/sinapse-workflows/brownfield-discovery-workflow.md +0 -915
- package/docs/zh/sinapse-workflows/brownfield-fullstack-workflow.md +0 -764
- package/docs/zh/sinapse-workflows/brownfield-service-workflow.md +0 -812
- package/docs/zh/sinapse-workflows/brownfield-ui-workflow.md +0 -891
- package/docs/zh/sinapse-workflows/design-system-build-quality-workflow.md +0 -845
- package/docs/zh/sinapse-workflows/greenfield-fullstack-workflow.md +0 -796
- package/docs/zh/sinapse-workflows/greenfield-service-workflow.md +0 -786
- package/docs/zh/sinapse-workflows/greenfield-ui-workflow.md +0 -922
- package/docs/zh/sinapse-workflows/qa-loop-workflow.md +0 -1111
- package/docs/zh/sinapse-workflows/spec-pipeline-workflow.md +0 -1031
- package/docs/zh/sinapse-workflows/story-development-cycle-workflow.md +0 -843
- package/docs/zh/troubleshooting.md +0 -883
- package/docs/zh/uninstallation.md +0 -348
- package/docs/zh/versioning-and-releases.md +0 -140
- /package/.sinapse-ai/development/agents/{dev → developer}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{qa → quality-gate}/MEMORY.md +0 -0
- /package/.sinapse-ai/development/agents/{sm → sprint-lead}/MEMORY.md +0 -0
|
@@ -186,7 +186,7 @@ entities:
|
|
|
186
186
|
type: "task"
|
|
187
187
|
purpose: "Gera stories de desenvolvimento a partir de requisitos"
|
|
188
188
|
keywords: ["story", "create", "development", "agile"]
|
|
189
|
-
usedBy: ["@
|
|
189
|
+
usedBy: ["@sprint-lead", "@product-lead", "workflow-story-creation"]
|
|
190
190
|
dependencies: ["template-story", "checklist-story"]
|
|
191
191
|
adaptability:
|
|
192
192
|
score: 0.7 # Fácil de adaptar
|
|
@@ -281,7 +281,7 @@ Combinado:
|
|
|
281
281
|
evaluated_patterns: ['task-A', 'task-B', 'script-C'],
|
|
282
282
|
rejection_reasons: {
|
|
283
283
|
'task-A': 'Não suporta webhooks que eu preciso',
|
|
284
|
-
'task-B': 'Específico para @
|
|
284
|
+
'task-B': 'Específico para @project-lead, preciso genérico',
|
|
285
285
|
'script-C': 'Performance >500ms, preciso <100ms'
|
|
286
286
|
},
|
|
287
287
|
new_capability: 'Task genérica com webhooks e <100ms',
|
|
@@ -318,27 +318,27 @@ Os Gates são **pontos de verificação** ao longo do fluxo de desenvolvimento.
|
|
|
318
318
|
│ │ │
|
|
319
319
|
│ ▼ │
|
|
320
320
|
│ ┌─────┐ "Já existe epic similar?" │
|
|
321
|
-
│ │ G1 │ @
|
|
321
|
+
│ │ G1 │ @project-lead - ADVISORY (pode passar, mas avisa) │
|
|
322
322
|
│ └──┬──┘ │
|
|
323
323
|
│ │ │
|
|
324
324
|
│ ▼ │
|
|
325
325
|
│ ┌─────┐ "Existem tasks que cobrem isso?" │
|
|
326
|
-
│ │ G2 │ @
|
|
326
|
+
│ │ G2 │ @sprint-lead - ADVISORY │
|
|
327
327
|
│ └──┬──┘ │
|
|
328
328
|
│ │ │
|
|
329
329
|
│ ▼ │
|
|
330
330
|
│ ┌─────┐ "Referências da story são válidas?" │
|
|
331
|
-
│ │ G3 │ @
|
|
331
|
+
│ │ G3 │ @product-lead - SOFT BLOCK (pode override com justificativa) │
|
|
332
332
|
│ └──┬──┘ │
|
|
333
333
|
│ │ │
|
|
334
334
|
│ ▼ │
|
|
335
335
|
│ ┌─────┐ "Lembrete: consulte o registry!" │
|
|
336
|
-
│ │ G4 │ @
|
|
336
|
+
│ │ G4 │ @developer - INFORMATIONAL (só loga, não bloqueia) │
|
|
337
337
|
│ └──┬──┘ ⚡ <2s - AUTOMÁTICO │
|
|
338
338
|
│ │ │
|
|
339
339
|
│ ▼ │
|
|
340
340
|
│ ┌─────┐ "Código novo poderia ter reusado existente?" │
|
|
341
|
-
│ │ G5 │ @
|
|
341
|
+
│ │ G5 │ @quality-gate - BLOCKS MERGE (se violação detectada) │
|
|
342
342
|
│ └──┬──┘ ⚡ <30s - AUTOMÁTICO │
|
|
343
343
|
│ │ │
|
|
344
344
|
│ ▼ │
|
|
@@ -356,11 +356,11 @@ Os Gates são **pontos de verificação** ao longo do fluxo de desenvolvimento.
|
|
|
356
356
|
|
|
357
357
|
| Gate | Agente | Tipo | Latência | Comportamento |
|
|
358
358
|
|------|--------|------|----------|---------------|
|
|
359
|
-
| G1 | @
|
|
360
|
-
| G2 | @
|
|
361
|
-
| G3 | @
|
|
362
|
-
| G4 | @
|
|
363
|
-
| G5 | @
|
|
359
|
+
| G1 | @project-lead | Human-in-loop | < 24h | Advisory only |
|
|
360
|
+
| G2 | @sprint-lead | Human-in-loop | < 24h | Advisory only |
|
|
361
|
+
| G3 | @product-lead | Human-in-loop | < 4h | Soft block |
|
|
362
|
+
| G4 | @developer | **AUTOMÁTICO** | **< 2s** | Informational |
|
|
363
|
+
| G5 | @quality-gate | **AUTOMÁTICO** | **< 30s** | Blocks merge |
|
|
364
364
|
| G6 | @devops | **AUTOMÁTICO** | **< 60s** | Blocks critical |
|
|
365
365
|
|
|
366
366
|
> **Roundtable #3:** Gates G4-G6 DEVEM ser automáticos. Verificação manual em runtime cria fricção inaceitável.
|
|
@@ -583,11 +583,11 @@ CREATE mínimo - só coisas realmente novas
|
|
|
583
583
|
|
|
584
584
|
| Gate | Emoji | Quem | Tipo | Analogia |
|
|
585
585
|
|------|-------|------|------|----------|
|
|
586
|
-
| G1 | 📋 | @
|
|
587
|
-
| G2 | 📝 | @
|
|
588
|
-
| G3 | ✅ | @
|
|
589
|
-
| G4 | ⚡ | @
|
|
590
|
-
| G5 | 🔍 | @
|
|
586
|
+
| G1 | 📋 | @project-lead | Advisory | Recepcionista que sugere |
|
|
587
|
+
| G2 | 📝 | @sprint-lead | Advisory | Consultor que aconselha |
|
|
588
|
+
| G3 | ✅ | @product-lead | Soft Block | Gerente que pode vetar |
|
|
589
|
+
| G4 | ⚡ | @developer | Info | Sensor automático |
|
|
590
|
+
| G5 | 🔍 | @quality-gate | Block | Inspetor de qualidade |
|
|
591
591
|
| G6 | 🚀 | @devops | Critical | Controle final de embarque |
|
|
592
592
|
|
|
593
593
|
### Thresholds Importantes
|
|
@@ -40,7 +40,7 @@ UnifiedActivationPipeline (Tier 2 Enrich)
|
|
|
40
40
|
|
|
41
41
|
1. **Agent Activation:**
|
|
42
42
|
```javascript
|
|
43
|
-
@
|
|
43
|
+
@developer // User activates dev agent
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
2. **Pipeline Tier 2 (Enrich):**
|
|
@@ -224,9 +224,9 @@ const defaultBudget = 2000;
|
|
|
224
224
|
Configure per-agent budgets in agent config:
|
|
225
225
|
|
|
226
226
|
```yaml
|
|
227
|
-
# .sinapse-ai/development/agents/
|
|
227
|
+
# .sinapse-ai/development/agents/developer.md
|
|
228
228
|
agent:
|
|
229
|
-
id:
|
|
229
|
+
id: developer
|
|
230
230
|
config:
|
|
231
231
|
memoryBudget: 3000 # Custom budget for dev agent
|
|
232
232
|
```
|
|
@@ -523,10 +523,10 @@ Cada memoria e um arquivo Markdown com frontmatter YAML. Arquivos sao a fonte da
|
|
|
523
523
|
session-001-digest.md
|
|
524
524
|
session/ # Ephemeral (cleaned on next start)
|
|
525
525
|
current-session.md
|
|
526
|
-
dev/ # @
|
|
526
|
+
dev/ # @developer private memories
|
|
527
527
|
durable/
|
|
528
528
|
daily/
|
|
529
|
-
qa/ # @
|
|
529
|
+
qa/ # @quality-gate private memories
|
|
530
530
|
durable/
|
|
531
531
|
daily/
|
|
532
532
|
architect/ # @architect private memories
|
|
@@ -925,8 +925,8 @@ Sessao 7: Erro "EACCES permission denied" 3x → auto-gotcha
|
|
|
925
925
|
│ │ ├── durable/ # Permanent knowledge (.md files)
|
|
926
926
|
│ │ ├── daily/{YYYY-MM-DD}/ # Daily digests
|
|
927
927
|
│ │ └── session/ # Ephemeral (cleaned on restart)
|
|
928
|
-
│ ├── dev/ # @
|
|
929
|
-
│ ├── qa/ # @
|
|
928
|
+
│ ├── dev/ # @developer private memories
|
|
929
|
+
│ ├── qa/ # @quality-gate private memories
|
|
930
930
|
│ ├── architect/ # @architect private memories
|
|
931
931
|
│ ├── pm/, devops/, ... # Other agents
|
|
932
932
|
│ ├── index.json # Search index (rebuilt from .md)
|
package/docs/guides/ade-guide.md
CHANGED
|
@@ -87,11 +87,11 @@ User Request → Gather → Assess → Research → Write → Critique → Spec
|
|
|
87
87
|
|
|
88
88
|
| Agent | Command | Fase |
|
|
89
89
|
| ---------- | ---------------------- | ---------------------- |
|
|
90
|
-
| @
|
|
90
|
+
| @project-lead | `*gather-requirements` | Coletar requisitos |
|
|
91
91
|
| @architect | `*assess-complexity` | Avaliar complexidade |
|
|
92
92
|
| @analyst | `*research-deps` | Pesquisar dependências |
|
|
93
|
-
| @
|
|
94
|
-
| @
|
|
93
|
+
| @project-lead | `*write-spec` | Escrever spec |
|
|
94
|
+
| @quality-gate | `*critique-spec` | Criticar e aprovar |
|
|
95
95
|
|
|
96
96
|
**Documentação:** [ADE-EPIC3-HANDOFF.md](../architecture/ADE-EPIC3-HANDOFF.md)
|
|
97
97
|
|
|
@@ -124,7 +124,7 @@ User Request → Gather → Assess → Research → Write → Critique → Spec
|
|
|
124
124
|
- `*create-plan` - Criar plano de implementação
|
|
125
125
|
- `*create-context` - Gerar contexto do projeto
|
|
126
126
|
|
|
127
|
-
**Comandos (@
|
|
127
|
+
**Comandos (@developer):**
|
|
128
128
|
|
|
129
129
|
- `*execute-subtask` - Executar subtask
|
|
130
130
|
|
|
@@ -142,7 +142,7 @@ User Request → Gather → Assess → Research → Write → Critique → Spec
|
|
|
142
142
|
Subtask Fails → Track Attempt → Retry (<3) → Stuck Detection → Rollback → Escalate
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
-
**Comandos (@
|
|
145
|
+
**Comandos (@developer):**
|
|
146
146
|
|
|
147
147
|
- `*track-attempt` - Registrar tentativa
|
|
148
148
|
- `*rollback` - Voltar para estado anterior
|
|
@@ -168,13 +168,13 @@ Subtask Fails → Track Attempt → Retry (<3) → Stuck Detection → Rollback
|
|
|
168
168
|
9. Edge Cases & Error Handling
|
|
169
169
|
10. Final Summary & Decision
|
|
170
170
|
|
|
171
|
-
**Comandos (@
|
|
171
|
+
**Comandos (@quality-gate):**
|
|
172
172
|
|
|
173
173
|
- `*review-build {story}` - Review completo
|
|
174
174
|
- `*request-fix {issue}` - Solicitar correção
|
|
175
175
|
- `*verify-fix {issue}` - Verificar correção
|
|
176
176
|
|
|
177
|
-
**Comandos (@
|
|
177
|
+
**Comandos (@developer):**
|
|
178
178
|
|
|
179
179
|
- `*apply-qa-fix` - Aplicar correção do QA
|
|
180
180
|
|
|
@@ -193,7 +193,7 @@ Subtask Fails → Track Attempt → Retry (<3) → Stuck Detection → Rollback
|
|
|
193
193
|
- **Gotchas** - Armadilhas conhecidas
|
|
194
194
|
- **Decisions** - Decisões arquiteturais
|
|
195
195
|
|
|
196
|
-
**Comandos (@
|
|
196
|
+
**Comandos (@developer):**
|
|
197
197
|
|
|
198
198
|
- `*capture-insights` - Capturar insights da sessão
|
|
199
199
|
- `*list-gotchas` - Listar gotchas conhecidas
|
|
@@ -216,7 +216,7 @@ Subtask Fails → Track Attempt → Retry (<3) → Stuck Detection → Rollback
|
|
|
216
216
|
|
|
217
217
|
```bash
|
|
218
218
|
# Ativar PM e coletar requisitos
|
|
219
|
-
@
|
|
219
|
+
@project-lead *gather-requirements
|
|
220
220
|
|
|
221
221
|
# Avaliar complexidade
|
|
222
222
|
@architect *assess-complexity
|
|
@@ -225,10 +225,10 @@ Subtask Fails → Track Attempt → Retry (<3) → Stuck Detection → Rollback
|
|
|
225
225
|
@analyst *research-deps
|
|
226
226
|
|
|
227
227
|
# Escrever spec
|
|
228
|
-
@
|
|
228
|
+
@project-lead *write-spec
|
|
229
229
|
|
|
230
230
|
# Criticar e aprovar
|
|
231
|
-
@
|
|
231
|
+
@quality-gate *critique-spec
|
|
232
232
|
```
|
|
233
233
|
|
|
234
234
|
### 2. Executar Spec Aprovada
|
|
@@ -241,8 +241,8 @@ Subtask Fails → Track Attempt → Retry (<3) → Stuck Detection → Rollback
|
|
|
241
241
|
@architect *create-context
|
|
242
242
|
|
|
243
243
|
# Executar subtasks (loop)
|
|
244
|
-
@
|
|
245
|
-
@
|
|
244
|
+
@developer *execute-subtask 1.1
|
|
245
|
+
@developer *execute-subtask 1.2
|
|
246
246
|
...
|
|
247
247
|
```
|
|
248
248
|
|
|
@@ -250,22 +250,22 @@ Subtask Fails → Track Attempt → Retry (<3) → Stuck Detection → Rollback
|
|
|
250
250
|
|
|
251
251
|
```bash
|
|
252
252
|
# Review estruturado
|
|
253
|
-
@
|
|
253
|
+
@quality-gate *review-build STORY-42
|
|
254
254
|
|
|
255
255
|
# Se há issues:
|
|
256
|
-
@
|
|
257
|
-
@
|
|
258
|
-
@
|
|
256
|
+
@quality-gate *request-fix "Missing error handling"
|
|
257
|
+
@developer *apply-qa-fix
|
|
258
|
+
@quality-gate *verify-fix
|
|
259
259
|
```
|
|
260
260
|
|
|
261
261
|
### 4. Capturar Aprendizado
|
|
262
262
|
|
|
263
263
|
```bash
|
|
264
264
|
# Capturar insights da sessão
|
|
265
|
-
@
|
|
265
|
+
@developer *capture-insights
|
|
266
266
|
|
|
267
267
|
# Documentar gotchas
|
|
268
|
-
@
|
|
268
|
+
@developer *list-gotchas
|
|
269
269
|
```
|
|
270
270
|
|
|
271
271
|
---
|
|
@@ -374,7 +374,7 @@ autoClaude:
|
|
|
374
374
|
Cada Epic tem um QA Gate que deve passar antes de prosseguir:
|
|
375
375
|
|
|
376
376
|
```bash
|
|
377
|
-
@
|
|
377
|
+
@quality-gate *gate epic-{N}-{name}
|
|
378
378
|
```
|
|
379
379
|
|
|
380
380
|
**Decisões:**
|
|
@@ -392,13 +392,13 @@ Cada Epic tem um QA Gate que deve passar antes de prosseguir:
|
|
|
392
392
|
|
|
393
393
|
```bash
|
|
394
394
|
# Verificar histórico de tentativas
|
|
395
|
-
@
|
|
395
|
+
@developer *track-attempt --status
|
|
396
396
|
|
|
397
397
|
# Rollback para último estado bom
|
|
398
|
-
@
|
|
398
|
+
@developer *rollback --hard
|
|
399
399
|
|
|
400
400
|
# Tentar abordagem diferente
|
|
401
|
-
@
|
|
401
|
+
@developer *execute-subtask 2.1 --approach alternative
|
|
402
402
|
```
|
|
403
403
|
|
|
404
404
|
### Spec não Aprovada
|
|
@@ -408,10 +408,10 @@ Cada Epic tem um QA Gate que deve passar antes de prosseguir:
|
|
|
408
408
|
cat docs/stories/STORY-42/spec-critique.json
|
|
409
409
|
|
|
410
410
|
# Refinar spec
|
|
411
|
-
@
|
|
411
|
+
@project-lead *write-spec --iterate
|
|
412
412
|
|
|
413
413
|
# Re-submeter para critique
|
|
414
|
-
@
|
|
414
|
+
@quality-gate *critique-spec
|
|
415
415
|
```
|
|
416
416
|
|
|
417
417
|
### Worktree Conflita
|
|
@@ -46,7 +46,7 @@ Need deployment? → @devops
|
|
|
46
46
|
| **@po** (Pax) | 🎯 | Backlog management, acceptance criteria, prioritization | Epic creation, architecture |
|
|
47
47
|
| **@ux-design-expert** (Nova) | 🎨 | UI/UX design, wireframes, design systems | Implementation |
|
|
48
48
|
| **@devops** (Gage) | ⚙️ | Git ops, PR creation, deployment, CI/CD, worktree management, migrations | Local Git, implementation |
|
|
49
|
-
| **@sinapse-
|
|
49
|
+
| **@sinapse-orqx** (Orion) | 👑 | Framework development, multi-agent orchestration | Routine tasks (use specialized agents) |
|
|
50
50
|
|
|
51
51
|
---
|
|
52
52
|
|
|
@@ -72,7 +72,7 @@ Need deployment? → @devops
|
|
|
72
72
|
|
|
73
73
|
---
|
|
74
74
|
|
|
75
|
-
### @
|
|
75
|
+
### @project-lead (Morgan) - Product Management
|
|
76
76
|
|
|
77
77
|
**Spec Pipeline:**
|
|
78
78
|
| Command | Description |
|
|
@@ -116,7 +116,7 @@ Need deployment? → @devops
|
|
|
116
116
|
|
|
117
117
|
---
|
|
118
118
|
|
|
119
|
-
### @
|
|
119
|
+
### @quality-gate (Quinn) - Quality Assurance
|
|
120
120
|
|
|
121
121
|
**Spec Pipeline:**
|
|
122
122
|
| Command | Description |
|
|
@@ -127,12 +127,12 @@ Need deployment? → @devops
|
|
|
127
127
|
| Command | Description |
|
|
128
128
|
|---------|-------------|
|
|
129
129
|
| `*review-build {story}` | 10-phase structured QA review - outputs qa_report.md |
|
|
130
|
-
| `*request-fix {issue}` | Request specific fix from @
|
|
130
|
+
| `*request-fix {issue}` | Request specific fix from @developer with context |
|
|
131
131
|
| `*verify-fix {issue}` | Verify fix was properly implemented |
|
|
132
132
|
|
|
133
133
|
---
|
|
134
134
|
|
|
135
|
-
### @
|
|
135
|
+
### @developer (Dex) - Development
|
|
136
136
|
|
|
137
137
|
**Execution Engine:**
|
|
138
138
|
| Command | Description |
|
|
@@ -164,45 +164,45 @@ Need deployment? → @devops
|
|
|
164
164
|
|
|
165
165
|
```
|
|
166
166
|
1. @analyst *brainstorm - Ideation
|
|
167
|
-
2. @
|
|
167
|
+
2. @project-lead *create-prd - Product requirements
|
|
168
168
|
3. @architect *create-architecture - Technical design
|
|
169
169
|
4. @data-engineer *create-schema - Database design
|
|
170
|
-
5. @
|
|
171
|
-
6. @
|
|
172
|
-
7. @
|
|
170
|
+
5. @sprint-lead *create-next-story - User stories
|
|
171
|
+
6. @developer *develop - Implementation
|
|
172
|
+
7. @quality-gate *review - Quality check
|
|
173
173
|
8. @devops *create-pr - Deployment
|
|
174
174
|
```
|
|
175
175
|
|
|
176
176
|
### "I want to build using ADE Spec Pipeline" (Autonomous)
|
|
177
177
|
|
|
178
178
|
```
|
|
179
|
-
1. @
|
|
179
|
+
1. @project-lead *gather-requirements - Collect and structure requirements
|
|
180
180
|
2. @architect *assess-complexity - Evaluate complexity
|
|
181
181
|
3. @analyst *research-deps - Research libraries/APIs
|
|
182
|
-
4. @
|
|
183
|
-
5. @
|
|
182
|
+
4. @project-lead *write-spec - Generate specification
|
|
183
|
+
5. @quality-gate *critique-spec - Validate spec quality
|
|
184
184
|
↓
|
|
185
185
|
[Spec Approved]
|
|
186
186
|
↓
|
|
187
187
|
6. @architect *create-plan - Create implementation plan
|
|
188
188
|
7. @architect *create-context - Generate context files
|
|
189
|
-
8. @
|
|
190
|
-
9. @
|
|
189
|
+
8. @developer *execute-subtask 1.1 - Execute with 13 steps + self-critique
|
|
190
|
+
9. @quality-gate *review-build - 10-phase QA review
|
|
191
191
|
↓
|
|
192
192
|
[If issues found]
|
|
193
193
|
↓
|
|
194
|
-
10. @
|
|
195
|
-
11. @
|
|
196
|
-
12. @
|
|
194
|
+
10. @quality-gate *request-fix - Request fix
|
|
195
|
+
11. @developer *apply-qa-fix - Apply fix
|
|
196
|
+
12. @quality-gate *verify-fix - Verify
|
|
197
197
|
```
|
|
198
198
|
|
|
199
199
|
### "I'm stuck on implementation"
|
|
200
200
|
|
|
201
201
|
```
|
|
202
|
-
1. @
|
|
203
|
-
2. @
|
|
204
|
-
3. @
|
|
205
|
-
4. @
|
|
202
|
+
1. @developer *track-attempt - Log the failed attempt
|
|
203
|
+
2. @developer *rollback - Revert to last good state
|
|
204
|
+
3. @developer *list-gotchas - Check known pitfalls
|
|
205
|
+
4. @developer *execute-subtask --approach alternative - Try different approach
|
|
206
206
|
```
|
|
207
207
|
|
|
208
208
|
### "I need to understand existing codebase"
|
|
@@ -210,14 +210,14 @@ Need deployment? → @devops
|
|
|
210
210
|
```
|
|
211
211
|
1. @architect *map-codebase - Generate structure/services/patterns map
|
|
212
212
|
2. @analyst *extract-patterns - Document code patterns
|
|
213
|
-
3. @
|
|
213
|
+
3. @developer *capture-insights - Record discoveries
|
|
214
214
|
```
|
|
215
215
|
|
|
216
216
|
### "I need parallel story development"
|
|
217
217
|
|
|
218
218
|
```
|
|
219
219
|
1. @devops *create-worktree STORY-42 - Isolate branch
|
|
220
|
-
2. @
|
|
220
|
+
2. @developer *execute-subtask - Work in isolation
|
|
221
221
|
3. @devops *merge-worktree STORY-42 - Merge when done
|
|
222
222
|
4. @devops *cleanup-worktrees - Clean stale branches
|
|
223
223
|
```
|
|
@@ -229,15 +229,15 @@ Need deployment? → @devops
|
|
|
229
229
|
### Spec Pipeline Flow
|
|
230
230
|
|
|
231
231
|
```
|
|
232
|
-
@
|
|
232
|
+
@project-lead *gather-requirements
|
|
233
233
|
↓
|
|
234
234
|
@architect *assess-complexity
|
|
235
235
|
↓
|
|
236
236
|
@analyst *research-deps
|
|
237
237
|
↓
|
|
238
|
-
@
|
|
238
|
+
@project-lead *write-spec
|
|
239
239
|
↓
|
|
240
|
-
@
|
|
240
|
+
@quality-gate *critique-spec
|
|
241
241
|
```
|
|
242
242
|
|
|
243
243
|
### Execution Flow
|
|
@@ -247,34 +247,34 @@ Need deployment? → @devops
|
|
|
247
247
|
↓
|
|
248
248
|
@architect *create-context
|
|
249
249
|
↓
|
|
250
|
-
@
|
|
250
|
+
@developer *execute-subtask (loops)
|
|
251
251
|
↓
|
|
252
|
-
@
|
|
252
|
+
@quality-gate *review-build
|
|
253
253
|
```
|
|
254
254
|
|
|
255
255
|
### QA Loop
|
|
256
256
|
|
|
257
257
|
```
|
|
258
|
-
@
|
|
258
|
+
@quality-gate *review-build
|
|
259
259
|
↓ (issues found)
|
|
260
|
-
@
|
|
260
|
+
@quality-gate *request-fix
|
|
261
261
|
↓
|
|
262
|
-
@
|
|
262
|
+
@developer *apply-qa-fix
|
|
263
263
|
↓
|
|
264
|
-
@
|
|
264
|
+
@quality-gate *verify-fix
|
|
265
265
|
↓ (loop until clean)
|
|
266
266
|
```
|
|
267
267
|
|
|
268
268
|
### Recovery Flow
|
|
269
269
|
|
|
270
270
|
```
|
|
271
|
-
@
|
|
271
|
+
@developer fails subtask
|
|
272
272
|
↓
|
|
273
|
-
@
|
|
273
|
+
@developer *track-attempt
|
|
274
274
|
↓
|
|
275
|
-
Retries < 3? → @
|
|
275
|
+
Retries < 3? → @developer retry with variation
|
|
276
276
|
↓
|
|
277
|
-
@
|
|
277
|
+
@developer *rollback → try different approach
|
|
278
278
|
```
|
|
279
279
|
|
|
280
280
|
---
|
|
@@ -248,7 +248,7 @@ flowchart TB
|
|
|
248
248
|
|
|
249
249
|
subgraph PLANNING["Fase de Planning"]
|
|
250
250
|
direction TB
|
|
251
|
-
PM_WORK["@
|
|
251
|
+
PM_WORK["@project-lead (Morgan)<br/>Estrategia de Produto"]
|
|
252
252
|
PRD["prd.md"]
|
|
253
253
|
|
|
254
254
|
PROJECT_BRIEF --> PM_WORK
|
|
@@ -278,7 +278,7 @@ flowchart TB
|
|
|
278
278
|
|
|
279
279
|
subgraph VALIDATION["Fase de Validacao"]
|
|
280
280
|
direction TB
|
|
281
|
-
PO_WORK["@
|
|
281
|
+
PO_WORK["@product-lead (Pax)<br/>Validacao de Artefatos"]
|
|
282
282
|
|
|
283
283
|
PROJECT_BRIEF --> PO_WORK
|
|
284
284
|
PRD --> PO_WORK
|
|
@@ -512,8 +512,8 @@ template:
|
|
|
512
512
|
|
|
513
513
|
| Agente | Tipo de Colaboracao |
|
|
514
514
|
|--------|---------------------|
|
|
515
|
-
| **@
|
|
516
|
-
| **@
|
|
515
|
+
| **@project-lead (Morgan)** | Analyst fornece pesquisa e analise para criacao de PRD |
|
|
516
|
+
| **@product-lead (Pax)** | Analyst fornece insights de mercado e analise competitiva |
|
|
517
517
|
| **@architect** | Analyst pode fornecer research de tecnologias |
|
|
518
518
|
| **@ux-design-expert** | Analyst fornece user research para decisoes de UX |
|
|
519
519
|
|
|
@@ -656,7 +656,7 @@ template:
|
|
|
656
656
|
| **Comandos de Research** | 3 (`*perform-market-research`, `*create-competitor-analysis`, `*research-prompt`) |
|
|
657
657
|
| **Comandos de Ideation** | 3 (`*brainstorm`, `*create-project-brief`, `*elicit`) |
|
|
658
658
|
| **Workflows que Usam** | 2 (greenfield-fullstack, brownfield-discovery) |
|
|
659
|
-
| **Agentes Consumidores** | @
|
|
659
|
+
| **Agentes Consumidores** | @project-lead, @product-lead, @architect, @ux-design-expert |
|
|
660
660
|
| **Tools Integrados** | exa, context7, google-workspace, clickup |
|
|
661
661
|
| **Modos de Execucao** | 3 (YOLO, Interactive, Pre-Flight) |
|
|
662
662
|
|
|
@@ -77,9 +77,9 @@ O agente **@architect** (Aria) e o **Holistic System Architect & Full-Stack Tech
|
|
|
77
77
|
|
|
78
78
|
| Arquivo | Agente | Proposito |
|
|
79
79
|
|---------|--------|-----------|
|
|
80
|
-
| `.sinapse-ai/development/tasks/spec-gather-requirements.md` | @
|
|
80
|
+
| `.sinapse-ai/development/tasks/spec-gather-requirements.md` | @project-lead | Coleta requisitos que alimentam arquitetura |
|
|
81
81
|
| `.sinapse-ai/development/tasks/spec-research-dependencies.md` | @analyst | Pesquisa dependencias para arquitetura |
|
|
82
|
-
| `.sinapse-ai/development/tasks/spec-critique.md` | @
|
|
82
|
+
| `.sinapse-ai/development/tasks/spec-critique.md` | @quality-gate | Valida specs que impactam arquitetura |
|
|
83
83
|
| `.sinapse-ai/development/tasks/plan-create-implementation.md` | @architect | Cria plano de implementacao pos-spec |
|
|
84
84
|
| `.sinapse-ai/development/agents/db-sage.md` | @db-sage | Colabora em arquitetura de dados |
|
|
85
85
|
| `.sinapse-ai/development/agents/ux-design-expert.md` | @ux-design-expert | Colabora em arquitetura frontend |
|
|
@@ -92,7 +92,7 @@ O agente **@architect** (Aria) e o **Holistic System Architect & Full-Stack Tech
|
|
|
92
92
|
```mermaid
|
|
93
93
|
flowchart TB
|
|
94
94
|
subgraph INPUTS["ENTRADAS"]
|
|
95
|
-
PRD["PRD\n(do @
|
|
95
|
+
PRD["PRD\n(do @project-lead)"]
|
|
96
96
|
FRONTEND_SPEC["Front-end Spec\n(do @ux-design-expert)"]
|
|
97
97
|
REQUIREMENTS["Requirements\n(do usuario/stakeholder)"]
|
|
98
98
|
EXISTING_PROJECT["Projeto Existente\n(brownfield)"]
|
|
@@ -336,7 +336,7 @@ flowchart LR
|
|
|
336
336
|
```mermaid
|
|
337
337
|
flowchart TB
|
|
338
338
|
subgraph RECEIVES_FROM["RECEBE INPUTS DE"]
|
|
339
|
-
PM["@
|
|
339
|
+
PM["@project-lead (Morgan)\n- PRD\n- Requisitos de negocio"]
|
|
340
340
|
UX["@ux-design-expert (Uma)\n- Front-end Spec\n- UI Patterns"]
|
|
341
341
|
ANALYST["@analyst (Atlas)\n- Research Results\n- Technical Findings"]
|
|
342
342
|
end
|
|
@@ -350,8 +350,8 @@ flowchart TB
|
|
|
350
350
|
|
|
351
351
|
subgraph DELIVERS_TO["ENTREGA PARA"]
|
|
352
352
|
DEV["@dev\n- Arquitetura para implementar"]
|
|
353
|
-
PO["@
|
|
354
|
-
SM["@
|
|
353
|
+
PO["@product-lead (Pax)\n- Validacao de artifacts"]
|
|
354
|
+
SM["@sprint-lead (River)\n- Stories para sprint"]
|
|
355
355
|
end
|
|
356
356
|
|
|
357
357
|
PM --> ARCHITECT
|
|
@@ -378,7 +378,7 @@ flowchart TB
|
|
|
378
378
|
| **Database** | Selecao de tecnologia, integracao | Schema design, query optimization -> @db-sage |
|
|
379
379
|
| **Git Operations** | `git status`, `git log`, `git diff` | `git push`, `gh pr create` -> @devops |
|
|
380
380
|
| **Frontend** | Arquitetura de estado, routing | UX/UI design -> @ux-design-expert |
|
|
381
|
-
| **Code** | Patterns, estrutura | Implementacao -> @
|
|
381
|
+
| **Code** | Patterns, estrutura | Implementacao -> @developer |
|
|
382
382
|
| **Research** | Decisoes tecnologicas | Market research -> @analyst |
|
|
383
383
|
|
|
384
384
|
### Padrao de Colaboracao com @db-sage
|
|
@@ -701,7 +701,7 @@ Ative @github-devops para operacoes de push:
|
|
|
701
701
|
|
|
702
702
|
- [@db-sage](.sinapse-ai/development/agents/db-sage.md) - Arquitetura de dados
|
|
703
703
|
- [@ux-design-expert](.sinapse-ai/development/agents/ux-design-expert.md) - Arquitetura frontend
|
|
704
|
-
- [@pm](.sinapse-ai/development/agents/
|
|
704
|
+
- [@pm](.sinapse-ai/development/agents/project-lead.md) - Requisitos e PRD
|
|
705
705
|
- [@devops](.sinapse-ai/development/agents/devops.md) - Git push e infraestrutura
|
|
706
706
|
|
|
707
707
|
---
|
|
@@ -718,7 +718,7 @@ Ative @github-devops para operacoes de push:
|
|
|
718
718
|
| **Comandos de Analise** | 3 (`*analyze-impact`, `*assess-complexity`, `*research`) |
|
|
719
719
|
| **Comandos de Docs** | 3 (`*document-project`, `*execute-checklist`, `*create-doc`) |
|
|
720
720
|
| **Workflows Envolvidos** | 4 (greenfield-fullstack, brownfield-fullstack, spec-pipeline, qa-loop) |
|
|
721
|
-
| **Agentes que Colaboram** | 5 (@
|
|
721
|
+
| **Agentes que Colaboram** | 5 (@project-lead, @ux-design-expert, @db-sage, @devops, @analyst) |
|
|
722
722
|
| **Restricoes de Git** | Read-only (push -> @devops) |
|
|
723
723
|
| **Tools Externos** | 6 (exa, context7, git, supabase-cli, railway-cli, coderabbit) |
|
|
724
724
|
|
|
@@ -459,11 +459,11 @@ flowchart TB
|
|
|
459
459
|
end
|
|
460
460
|
|
|
461
461
|
subgraph DOWNSTREAM["DOWNSTREAM - Recebe Schema"]
|
|
462
|
-
DEV["@
|
|
462
|
+
DEV["@developer (Dex)<br/>Developer"]
|
|
463
463
|
end
|
|
464
464
|
|
|
465
465
|
subgraph COLLABORATION["COLABORACAO EM DISCOVERY"]
|
|
466
|
-
QA["@
|
|
466
|
+
QA["@quality-gate (Quinn)<br/>Quality Gate"]
|
|
467
467
|
end
|
|
468
468
|
|
|
469
469
|
ARCH -->|"Requisitos de Arquitetura<br/>Gate 2 Decision"| DATA
|
|
@@ -483,9 +483,9 @@ flowchart TB
|
|
|
483
483
|
| De | Para | Trigger | Acao |
|
|
484
484
|
|----|------|---------|------|
|
|
485
485
|
| @architect | @data-engineer | Gate 2 Decision | @data-engineer recebe requisitos de schema |
|
|
486
|
-
| @data-engineer | @
|
|
487
|
-
| @data-engineer | @
|
|
488
|
-
| @
|
|
486
|
+
| @data-engineer | @developer | Schema pronto | @developer implementa data layer |
|
|
487
|
+
| @data-engineer | @quality-gate | brownfield-discovery Fase 2 | @data-engineer documenta schema e debitos |
|
|
488
|
+
| @quality-gate | @data-engineer | Fase 5 validation | @quality-gate valida e @data-engineer ajusta |
|
|
489
489
|
|
|
490
490
|
### Delegacao do @architect (Gate 2 Decision)
|
|
491
491
|
|
|
@@ -501,7 +501,7 @@ O @architect delega para @data-engineer:
|
|
|
501
501
|
| Tarefa | Agente | Motivo |
|
|
502
502
|
|--------|--------|--------|
|
|
503
503
|
| System architecture | @architect | Padroes de app-level, design de API |
|
|
504
|
-
| Application code | @
|
|
504
|
+
| Application code | @developer | Implementacao de repository pattern, DAL |
|
|
505
505
|
| Frontend design | @ux-design-expert | Design de UI/UX |
|
|
506
506
|
| Git operations | @github-devops | Push, PR, deploy |
|
|
507
507
|
|
|
@@ -638,7 +638,7 @@ coderabbit_integration:
|
|
|
638
638
|
|
|
639
639
|
**NAO USE @data-engineer para:**
|
|
640
640
|
- System architecture (use @architect)
|
|
641
|
-
- Codigo de aplicacao (use @
|
|
641
|
+
- Codigo de aplicacao (use @developer)
|
|
642
642
|
- Git operations (use @github-devops)
|
|
643
643
|
- Frontend/UI (use @ux-design-expert)
|
|
644
644
|
|
|
@@ -785,7 +785,7 @@ Erro: Another migration is running
|
|
|
785
785
|
| **Checklists DBA** | 3 checklists |
|
|
786
786
|
| **Data Files** | 5 arquivos de conhecimento |
|
|
787
787
|
| **Workflows Integrados** | 1 (brownfield-discovery) |
|
|
788
|
-
| **Agentes Colaboradores** | 3 (@architect, @
|
|
788
|
+
| **Agentes Colaboradores** | 3 (@architect, @developer, @quality-gate) |
|
|
789
789
|
| **Fases no brownfield-discovery** | 2 (Fase 2: Coleta, Fase 5: Validacao) |
|
|
790
790
|
|
|
791
791
|
---
|