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
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @project-lead (Morgan) - Execution Trace
|
|
2
2
|
|
|
3
3
|
> Traced from source code, not documentation.
|
|
4
|
-
> Agent definition: `.sinapse-ai/development/agents/
|
|
4
|
+
> Agent definition: `.sinapse-ai/development/agents/project-lead.md`
|
|
5
5
|
|
|
6
6
|
## 1. Activation Trace
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
| Order | File | Loader | Purpose |
|
|
11
11
|
|-------|------|--------|---------|
|
|
12
|
-
| 1 | `.sinapse-ai/development/agents/
|
|
12
|
+
| 1 | `.sinapse-ai/development/agents/project-lead.md` | AgentConfigLoader.loadAgentDefinition() | Agent definition (YAML block) |
|
|
13
13
|
| 2 | `.sinapse-ai/core-config.yaml` | GreetingBuilder._loadConfig() | Core configuration |
|
|
14
14
|
| 3 | `.sinapse-ai/data/agent-config-requirements.yaml` | AgentConfigLoader.loadRequirements() | Config sections: devStoryLocation, storyBacklog |
|
|
15
15
|
| 4 | `.sinapse-ai/data/workflow-patterns.yaml` | WorkflowNavigator._loadPatterns() | Workflow state detection |
|
|
@@ -119,7 +119,7 @@ pm:
|
|
|
119
119
|
|
|
120
120
|
| Task File | Used By | Status |
|
|
121
121
|
|-----------|---------|--------|
|
|
122
|
-
| `correct-course.md` | Delegated to @sinapse-
|
|
122
|
+
| `correct-course.md` | Delegated to @sinapse-orqx | EXISTS |
|
|
123
123
|
| `execute-checklist.md` | Checklist execution | EXISTS |
|
|
124
124
|
|
|
125
125
|
---
|
|
@@ -455,14 +455,14 @@ graph TD
|
|
|
455
455
|
|
|
456
456
|
| Interaction | Direction | Trigger |
|
|
457
457
|
|-------------|-----------|---------|
|
|
458
|
-
| @
|
|
459
|
-
| @
|
|
460
|
-
| @
|
|
461
|
-
| @
|
|
462
|
-
| @
|
|
463
|
-
| @
|
|
464
|
-
| @analyst -> @
|
|
465
|
-
| @sinapse-
|
|
458
|
+
| @project-lead -> @product-lead | Provides | PRDs and strategic direction |
|
|
459
|
+
| @project-lead -> @sprint-lead | Delegate | Story creation via `*draft` |
|
|
460
|
+
| @project-lead -> @analyst | Delegate | Deep research via `*research` |
|
|
461
|
+
| @project-lead -> @architect | Collaborate | Technical architecture decisions |
|
|
462
|
+
| @project-lead -> @sinapse-orqx | Escalate | Course corrections via `*correct-course` |
|
|
463
|
+
| @project-lead -> @devops | Delegate | Git push operations, PR creation |
|
|
464
|
+
| @analyst -> @project-lead | Receives | Project brief for PRD creation |
|
|
465
|
+
| @sinapse-orqx -> @project-lead | Receives | Framework modification requests |
|
|
466
466
|
|
|
467
467
|
### Delegation Rules (from agent definition)
|
|
468
468
|
|
|
@@ -485,7 +485,7 @@ PM must NEVER emulate other agents within its context window. When a task requir
|
|
|
485
485
|
| ExecutorAssignment | `.sinapse-ai/core/orchestration/executor-assignment.js` | EXISTS |
|
|
486
486
|
| PM Script | `.sinapse-ai/scripts/pm.sh` | EXISTS |
|
|
487
487
|
|
|
488
|
-
**Delegates to @
|
|
488
|
+
**Delegates to @sprint-lead when:**
|
|
489
489
|
- Story creation from epics
|
|
490
490
|
- Sprint planning and story breakdown
|
|
491
491
|
|
|
@@ -498,7 +498,7 @@ PM must NEVER emulate other agents within its context window. When a task requir
|
|
|
498
498
|
- Technical architecture decisions
|
|
499
499
|
- Technology selection
|
|
500
500
|
|
|
501
|
-
**Escalates to @sinapse-
|
|
501
|
+
**Escalates to @sinapse-orqx when:**
|
|
502
502
|
- Course corrections detected
|
|
503
503
|
- Framework modifications needed
|
|
504
504
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @product-lead (Pax) - Execution Trace
|
|
2
2
|
|
|
3
3
|
> Traced from source code, not documentation.
|
|
4
|
-
> Agent definition: `.sinapse-ai/development/agents/
|
|
4
|
+
> Agent definition: `.sinapse-ai/development/agents/product-lead.md`
|
|
5
5
|
|
|
6
6
|
## 1. Activation Trace
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
| Order | File | Loader | Purpose |
|
|
11
11
|
|-------|------|--------|---------|
|
|
12
|
-
| 1 | `.sinapse-ai/development/agents/
|
|
12
|
+
| 1 | `.sinapse-ai/development/agents/product-lead.md` | AgentConfigLoader.loadAgentDefinition() | Agent definition (YAML block) |
|
|
13
13
|
| 2 | `.sinapse-ai/core-config.yaml` | GreetingBuilder._loadConfig() | Core configuration |
|
|
14
14
|
| 3 | `.sinapse-ai/data/agent-config-requirements.yaml` | AgentConfigLoader.loadRequirements() | Config sections: devStoryLocation, prd, storyBacklog, templatesLocation |
|
|
15
15
|
| 4 | `.sinapse-ai/data/workflow-patterns.yaml` | WorkflowNavigator._loadPatterns() | Workflow state detection |
|
|
@@ -116,7 +116,7 @@ po:
|
|
|
116
116
|
| `*yolo` | (built-in) | full | No |
|
|
117
117
|
| `*exit` | (built-in) | full | No |
|
|
118
118
|
|
|
119
|
-
**NOTE:** `create-epic` and `create-story` have been REMOVED from @po. Epic creation is delegated to @
|
|
119
|
+
**NOTE:** `create-epic` and `create-story` have been REMOVED from @po. Epic creation is delegated to @project-lead, story creation is delegated to @sm.
|
|
120
120
|
|
|
121
121
|
---
|
|
122
122
|
|
|
@@ -535,28 +535,28 @@ graph TD
|
|
|
535
535
|
|
|
536
536
|
| Interaction | Direction | Trigger |
|
|
537
537
|
|-------------|-----------|---------|
|
|
538
|
-
| @
|
|
539
|
-
| @
|
|
540
|
-
| @
|
|
541
|
-
| @
|
|
542
|
-
| @
|
|
543
|
-
| @
|
|
544
|
-
| @
|
|
545
|
-
| @
|
|
546
|
-
| @
|
|
547
|
-
| @
|
|
538
|
+
| @sprint-lead -> @product-lead | Coordinates | Backlog prioritization and sprint planning |
|
|
539
|
+
| @project-lead -> @product-lead | Provides | Strategic direction, PRDs, requirements |
|
|
540
|
+
| @product-lead -> @sprint-lead | Delegate | Story creation via `*draft` |
|
|
541
|
+
| @product-lead -> @project-lead | Delegate | Epic creation via `*create-epic` |
|
|
542
|
+
| @product-lead -> @sinapse-orqx | Escalate | Course corrections via `*correct-course` |
|
|
543
|
+
| @product-lead -> @analyst | Delegate | Research via `*research` |
|
|
544
|
+
| @product-lead -> @devops | Delegate | Git push operations, PR creation |
|
|
545
|
+
| @project-lead -> @product-lead | Receives | Story validation requests via `*validate-story-draft` |
|
|
546
|
+
| @sprint-lead -> @product-lead | Receives | Backlog prioritization via `*backlog-prioritize` |
|
|
547
|
+
| @quality-gate -> @product-lead | Receives | Quality gate review via `*backlog-review` |
|
|
548
548
|
|
|
549
549
|
### Delegation Rules (from agent definition)
|
|
550
550
|
|
|
551
|
-
**Delegates to @
|
|
551
|
+
**Delegates to @sprint-lead when:**
|
|
552
552
|
- Story creation is needed (uses `*draft` command)
|
|
553
553
|
- Sprint coordination requires SM facilitation
|
|
554
554
|
|
|
555
|
-
**Delegates to @
|
|
555
|
+
**Delegates to @project-lead when:**
|
|
556
556
|
- Epic creation is needed (uses `*create-epic` command)
|
|
557
557
|
- Strategic direction or PRD creation is required
|
|
558
558
|
|
|
559
|
-
**Delegates to @sinapse-
|
|
559
|
+
**Delegates to @sinapse-orqx when:**
|
|
560
560
|
- Course corrections are needed (uses `*correct-course` command)
|
|
561
561
|
- Systemic issues require orchestrator-level intervention
|
|
562
562
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @quality-gate (Quinn) - Execution Trace
|
|
2
2
|
|
|
3
3
|
> Traced from source code, not documentation.
|
|
4
|
-
> Agent definition: `.sinapse-ai/development/agents/
|
|
4
|
+
> Agent definition: `.sinapse-ai/development/agents/quality-gate.md`
|
|
5
5
|
|
|
6
6
|
## 1. Activation Trace
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
| Order | File | Loader | Purpose |
|
|
11
11
|
|-------|------|--------|---------|
|
|
12
|
-
| 1 | `.sinapse-ai/development/agents/
|
|
12
|
+
| 1 | `.sinapse-ai/development/agents/quality-gate.md` | AgentConfigLoader.loadAgentDefinition() | Agent definition (YAML block) |
|
|
13
13
|
| 2 | `.sinapse-ai/core-config.yaml` | GreetingBuilder._loadConfig() | Core configuration |
|
|
14
14
|
| 3 | `.sinapse-ai/data/agent-config-requirements.yaml` | AgentConfigLoader.loadRequirements() | Config sections: qaLocation, dataLocation, storyBacklog |
|
|
15
15
|
| 4 | `.sinapse-ai/data/workflow-patterns.yaml` | WorkflowNavigator._loadPatterns() | Workflow state detection |
|
|
@@ -337,10 +337,10 @@ flowchart TD
|
|
|
337
337
|
D --> E[Generate actionable fix descriptions]
|
|
338
338
|
E --> F[Map fixes to specific files/lines]
|
|
339
339
|
F --> G["Output: QA_FIX_REQUEST.md for @dev"]
|
|
340
|
-
G --> H[Handoff to @
|
|
340
|
+
G --> H[Handoff to @developer for resolution]
|
|
341
341
|
```
|
|
342
342
|
|
|
343
|
-
**Cross-agent:** Generates `QA_FIX_REQUEST.md` consumed by @
|
|
343
|
+
**Cross-agent:** Generates `QA_FIX_REQUEST.md` consumed by @developer (Epic 6 - QA Loop).
|
|
344
344
|
|
|
345
345
|
---
|
|
346
346
|
|
|
@@ -772,21 +772,21 @@ graph TD
|
|
|
772
772
|
|
|
773
773
|
| Interaction | Direction | Trigger |
|
|
774
774
|
|-------------|-----------|---------|
|
|
775
|
-
| @
|
|
776
|
-
| @
|
|
777
|
-
| @coderabbit -> @
|
|
778
|
-
| @
|
|
779
|
-
| @
|
|
780
|
-
| @
|
|
775
|
+
| @developer -> @quality-gate | Receives | Story marked "Ready for Review" triggers QA review |
|
|
776
|
+
| @quality-gate -> @developer | Handoff | `*create-fix-request` generates `QA_FIX_REQUEST.md` for @developer |
|
|
777
|
+
| @coderabbit -> @quality-gate | Receives | Automated code review findings consumed by QA analysis |
|
|
778
|
+
| @quality-gate -> @github-devops | Delegate | Git push operations, PR creation after QA approval |
|
|
779
|
+
| @sprint-lead -> @quality-gate | Receives | Sprint risk profiling requests |
|
|
780
|
+
| @product-lead -> @quality-gate | Receives | Spec critique requests via `*critique-spec` |
|
|
781
781
|
|
|
782
782
|
### Delegation Rules (from agent definition)
|
|
783
783
|
|
|
784
|
-
**Receives from @
|
|
784
|
+
**Receives from @developer when:**
|
|
785
785
|
- Story is marked "Ready for Review"
|
|
786
786
|
- Code is committed (not pushed yet)
|
|
787
|
-
- @
|
|
787
|
+
- @developer requests code quality feedback
|
|
788
788
|
|
|
789
|
-
**Delegates to @
|
|
789
|
+
**Delegates to @developer when:**
|
|
790
790
|
- QA findings require code fixes (`*create-fix-request`)
|
|
791
791
|
- Self-healing loop identifies CRITICAL/HIGH issues needing fix
|
|
792
792
|
|
|
@@ -822,7 +822,7 @@ self_healing:
|
|
|
822
822
|
**Git restrictions:**
|
|
823
823
|
- ALLOWED: `git status`, `git log`, `git diff`, `git branch -a`
|
|
824
824
|
- BLOCKED: `git push`, `git commit`, `gh pr create`
|
|
825
|
-
- Redirect: QA reviews, doesn't commit. Use @
|
|
825
|
+
- Redirect: QA reviews, doesn't commit. Use @developer for commits, @github-devops for push.
|
|
826
826
|
|
|
827
827
|
**Story file permissions:**
|
|
828
828
|
- ONLY authorized to update "QA Results" section of story files
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# @sinapse-
|
|
1
|
+
# @sinapse-orqx (Orion) - Execution Trace
|
|
2
2
|
|
|
3
3
|
> Traced from source code, not documentation.
|
|
4
|
-
> Agent definition: `.sinapse-ai/development/agents/sinapse-
|
|
4
|
+
> Agent definition: `.sinapse-ai/development/agents/sinapse-orqx.md`
|
|
5
5
|
|
|
6
6
|
## 1. Activation Trace
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
| Order | File | Loader | Purpose |
|
|
11
11
|
|-------|------|--------|---------|
|
|
12
|
-
| 1 | `.sinapse-ai/development/agents/sinapse-
|
|
12
|
+
| 1 | `.sinapse-ai/development/agents/sinapse-orqx.md` | AgentConfigLoader.loadAgentDefinition() | Agent definition (YAML block) |
|
|
13
13
|
| 2 | `.sinapse-ai/core-config.yaml` | GreetingBuilder._loadConfig() | Core configuration |
|
|
14
14
|
| 3 | `.sinapse-ai/data/agent-config-requirements.yaml` | AgentConfigLoader.loadRequirements() | Config sections: dataLocation, registry |
|
|
15
15
|
| 4 | `.sinapse-ai/data/workflow-patterns.yaml` | WorkflowNavigator._loadPatterns() | Workflow state detection |
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
```mermaid
|
|
30
30
|
sequenceDiagram
|
|
31
31
|
participant CC as Claude Code
|
|
32
|
-
participant AMd as sinapse-
|
|
32
|
+
participant AMd as sinapse-orqx.md
|
|
33
33
|
participant ACL as AgentConfigLoader
|
|
34
34
|
participant GB as GreetingBuilder
|
|
35
35
|
participant GPM as GreetingPreferenceManager
|
|
@@ -40,7 +40,7 @@ sequenceDiagram
|
|
|
40
40
|
|
|
41
41
|
CC->>AMd: Load agent file (STEP 1)
|
|
42
42
|
CC->>AMd: Adopt persona (STEP 2)
|
|
43
|
-
CC->>ACL: loadAgentDefinition('sinapse-
|
|
43
|
+
CC->>ACL: loadAgentDefinition('sinapse-orqx')
|
|
44
44
|
ACL-->>CC: { agent: { name: 'Orion', icon: '👑' }, commands: [...33], ... }
|
|
45
45
|
|
|
46
46
|
CC->>GB: new GreetingBuilder()
|
|
@@ -72,7 +72,7 @@ sequenceDiagram
|
|
|
72
72
|
From `agent-config-requirements.yaml`:
|
|
73
73
|
|
|
74
74
|
```yaml
|
|
75
|
-
sinapse-
|
|
75
|
+
sinapse-orqx:
|
|
76
76
|
config_sections:
|
|
77
77
|
- dataLocation
|
|
78
78
|
- registry
|
|
@@ -719,7 +719,7 @@ These are built-in commands handled by the agent framework, not external task fi
|
|
|
719
719
|
| `*chat-mode` | Starts conversational assistance mode (freeform interaction) |
|
|
720
720
|
| `*doc-out` | Outputs complete document content |
|
|
721
721
|
| `*yolo` | Toggles confirmation skipping mode |
|
|
722
|
-
| `*exit` | Exits sinapse-
|
|
722
|
+
| `*exit` | Exits sinapse-orqx mode, returns to base Claude Code |
|
|
723
723
|
| `*agent {name}` | Reads and displays info about a specialized agent (use `@` to transform into it) |
|
|
724
724
|
| `*list-components` | Scans .sinapse-ai/ and lists all framework components (agents, tasks, workflows, templates, checklists) |
|
|
725
725
|
| `*test-memory` | Tests memory layer connection and reports status |
|
|
@@ -731,7 +731,7 @@ These are built-in commands handled by the agent framework, not external task fi
|
|
|
731
731
|
```mermaid
|
|
732
732
|
graph TD
|
|
733
733
|
subgraph "Agent Definition"
|
|
734
|
-
AD[sinapse-
|
|
734
|
+
AD[sinapse-orqx.md]
|
|
735
735
|
end
|
|
736
736
|
|
|
737
737
|
subgraph "Activation Pipeline"
|
|
@@ -922,18 +922,18 @@ graph TD
|
|
|
922
922
|
|
|
923
923
|
| Interaction | Direction | Trigger |
|
|
924
924
|
|-------------|-----------|---------|
|
|
925
|
-
| @sinapse-
|
|
926
|
-
| @sinapse-
|
|
927
|
-
| @sinapse-
|
|
928
|
-
| @sinapse-
|
|
929
|
-
| @sinapse-
|
|
930
|
-
| @sinapse-
|
|
931
|
-
| @sinapse-
|
|
932
|
-
| Any agent -> @sinapse-
|
|
925
|
+
| @sinapse-orqx -> @project-lead | Delegate | Epic/story creation (brownfield-create-epic, brownfield-create-story) |
|
|
926
|
+
| @sinapse-orqx -> @analyst | Delegate | Brainstorming sessions (*brainstorm) |
|
|
927
|
+
| @sinapse-orqx -> @quality-gate | Delegate | Test suite creation (*create-suite) |
|
|
928
|
+
| @sinapse-orqx -> @architect | Delegate | AI prompt generation (*generate-ai-prompt) |
|
|
929
|
+
| @sinapse-orqx -> @developer | Handoff | Story implementation after story creation |
|
|
930
|
+
| @sinapse-orqx -> @devops | Delegate | Git push operations, PR creation |
|
|
931
|
+
| @sinapse-orqx -> any agent | Execute | Can execute any task from any agent directly |
|
|
932
|
+
| Any agent -> @sinapse-orqx | Escalate | Cross-agent coordination, framework operations |
|
|
933
933
|
|
|
934
934
|
### Delegation Rules (from agent definition)
|
|
935
935
|
|
|
936
|
-
**Delegates to @
|
|
936
|
+
**Delegates to @project-lead when:**
|
|
937
937
|
- Epic creation is needed (brownfield-create-epic)
|
|
938
938
|
- Story creation within an epic (brownfield-create-story)
|
|
939
939
|
- PRD management and backlog prioritization
|
|
@@ -942,7 +942,7 @@ graph TD
|
|
|
942
942
|
- Brainstorming sessions are requested
|
|
943
943
|
- Research and analysis tasks
|
|
944
944
|
|
|
945
|
-
**Delegates to @
|
|
945
|
+
**Delegates to @quality-gate when:**
|
|
946
946
|
- Test suite creation (*create-suite)
|
|
947
947
|
- Quality gate execution
|
|
948
948
|
|
|
@@ -969,10 +969,10 @@ graph TD
|
|
|
969
969
|
|
|
970
970
|
| Task Type | Recommended Agent |
|
|
971
971
|
|-----------|-------------------|
|
|
972
|
-
| Story implementation | @
|
|
973
|
-
| Code review | @
|
|
974
|
-
| PRD creation | @
|
|
975
|
-
| Story creation | @
|
|
972
|
+
| Story implementation | @developer |
|
|
973
|
+
| Code review | @quality-gate |
|
|
974
|
+
| PRD creation | @project-lead |
|
|
975
|
+
| Story creation | @sprint-lead (or @project-lead for epics) |
|
|
976
976
|
| Architecture | @architect |
|
|
977
977
|
| Database | @data-engineer |
|
|
978
978
|
| UX/UI | @ux-design-expert |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @sprint-lead (River) - Execution Trace
|
|
2
2
|
|
|
3
3
|
> Traced from source code, not documentation.
|
|
4
|
-
> Agent definition: `.sinapse-ai/development/agents/
|
|
4
|
+
> Agent definition: `.sinapse-ai/development/agents/sprint-lead.md`
|
|
5
5
|
|
|
6
6
|
## 1. Activation Trace
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
| Order | File | Loader | Purpose |
|
|
11
11
|
|-------|------|--------|---------|
|
|
12
|
-
| 1 | `.sinapse-ai/development/agents/
|
|
12
|
+
| 1 | `.sinapse-ai/development/agents/sprint-lead.md` | AgentConfigLoader.loadAgentDefinition() | Agent definition (YAML block) |
|
|
13
13
|
| 2 | `.sinapse-ai/core-config.yaml` | GreetingBuilder._loadConfig() | Core configuration |
|
|
14
14
|
| 3 | `.sinapse-ai/data/agent-config-requirements.yaml` | AgentConfigLoader.loadRequirements() | Config sections: devStoryLocation, storyBacklog, dataLocation |
|
|
15
15
|
| 4 | `.sinapse-ai/data/workflow-patterns.yaml` | WorkflowNavigator._loadPatterns() | Workflow state detection |
|
|
@@ -304,34 +304,34 @@ graph TD
|
|
|
304
304
|
|
|
305
305
|
| Interaction | Direction | Trigger |
|
|
306
306
|
|-------------|-----------|---------|
|
|
307
|
-
| @
|
|
308
|
-
| @
|
|
309
|
-
| @
|
|
310
|
-
| @
|
|
311
|
-
| @
|
|
307
|
+
| @product-lead -> @sprint-lead | Receives | Backlog prioritization, story validation requests |
|
|
308
|
+
| @project-lead -> @sprint-lead | Receives | Epic structure for story breakdown |
|
|
309
|
+
| @sprint-lead -> @developer | Handoff | Completed stories for implementation |
|
|
310
|
+
| @sprint-lead -> @devops | Delegate | Git push operations, PR creation after story completion |
|
|
311
|
+
| @sprint-lead <-> @product-lead | Collaborate | Sprint planning, backlog grooming |
|
|
312
312
|
|
|
313
313
|
### Delegation Rules (from agent definition)
|
|
314
314
|
|
|
315
|
-
**Coordinates with @
|
|
315
|
+
**Coordinates with @product-lead when:**
|
|
316
316
|
- Backlog prioritization and grooming
|
|
317
317
|
- Sprint planning
|
|
318
|
-
- Story validation (`@
|
|
318
|
+
- Story validation (`@product-lead *validate-story-draft`)
|
|
319
319
|
|
|
320
|
-
**Receives from @
|
|
320
|
+
**Receives from @project-lead when:**
|
|
321
321
|
- Epic structure is ready for story breakdown
|
|
322
322
|
- Strategic direction for sprint goals
|
|
323
323
|
|
|
324
|
-
**Hands off to @
|
|
324
|
+
**Hands off to @developer when:**
|
|
325
325
|
- Story is drafted, validated, and ready for implementation
|
|
326
|
-
- Developer receives story via `@
|
|
326
|
+
- Developer receives story via `@developer *develop`
|
|
327
327
|
|
|
328
328
|
**Delegates to @devops when:**
|
|
329
329
|
- Git push operations to remote repository
|
|
330
330
|
- Pull request creation and management
|
|
331
331
|
- Remote branch operations
|
|
332
332
|
|
|
333
|
-
**Escalates to @sinapse-
|
|
334
|
-
- Course corrections needed (`@sinapse-
|
|
333
|
+
**Escalates to @sinapse-orqx when:**
|
|
334
|
+
- Course corrections needed (`@sinapse-orqx *correct-course`)
|
|
335
335
|
|
|
336
336
|
**Git restrictions:**
|
|
337
337
|
- ALLOWED: `git status`, `git log`, `git diff`, `git branch`, `git branch -d`, `git checkout -b`, `git checkout`, `git merge`
|
|
@@ -640,20 +640,20 @@ graph TD
|
|
|
640
640
|
|
|
641
641
|
| Interaction | Direction | Trigger |
|
|
642
642
|
|-------------|-----------|---------|
|
|
643
|
-
| @squad-creator -> @
|
|
644
|
-
| @squad-creator -> @
|
|
643
|
+
| @squad-creator -> @developer | Handoff | Squad created, needs code implementation |
|
|
644
|
+
| @squad-creator -> @quality-gate | Handoff | Squad created, needs quality review |
|
|
645
645
|
| @squad-creator -> @devops | Delegate | Publishing, deployment, git push operations |
|
|
646
|
-
| @sinapse-
|
|
647
|
-
| @
|
|
646
|
+
| @sinapse-orqx -> @squad-creator | Invokes | Component creation (agents, tasks, workflows) |
|
|
647
|
+
| @project-lead -> @squad-creator | Receives | Requirements for new squads |
|
|
648
648
|
| @architect -> @squad-creator | Receives | Architecture decisions affecting squad structure |
|
|
649
649
|
|
|
650
650
|
### Collaboration Rules (from agent definition)
|
|
651
651
|
|
|
652
|
-
**Delegates to @
|
|
652
|
+
**Delegates to @developer when:**
|
|
653
653
|
- Squad code needs implementation
|
|
654
654
|
- Custom scripts/tools within squad need development
|
|
655
655
|
|
|
656
|
-
**Delegates to @
|
|
656
|
+
**Delegates to @quality-gate when:**
|
|
657
657
|
- Squad implementation needs review
|
|
658
658
|
- Quality validation beyond structural checks
|
|
659
659
|
|
|
@@ -663,10 +663,10 @@ graph TD
|
|
|
663
663
|
- CI/CD pipeline configuration for squad testing
|
|
664
664
|
|
|
665
665
|
**Cross-agent component creation:**
|
|
666
|
-
- Creates agent definitions that @
|
|
667
|
-
- Creates task workflows that @
|
|
666
|
+
- Creates agent definitions that @developer implements
|
|
667
|
+
- Creates task workflows that @developer follows
|
|
668
668
|
- Creates templates that other agents consume
|
|
669
|
-
- Creates checklists that @
|
|
669
|
+
- Creates checklists that @quality-gate executes
|
|
670
670
|
|
|
671
671
|
---
|
|
672
672
|
|
|
@@ -893,11 +893,11 @@ graph TD
|
|
|
893
893
|
| Interaction | Direction | Trigger |
|
|
894
894
|
|-------------|-----------|---------|
|
|
895
895
|
| @architect -> @ux-design-expert | Collaborate | Frontend architecture, user flows, component hierarchy |
|
|
896
|
-
| @ux-design-expert -> @
|
|
896
|
+
| @ux-design-expert -> @developer | Handoff | Design specs, component blueprints for implementation |
|
|
897
897
|
| @ux-design-expert -> @analyst | Collaborate | User research planning, data analysis |
|
|
898
898
|
| @ux-design-expert -> @devops | Delegate | Git push operations, PR creation |
|
|
899
|
-
| @
|
|
900
|
-
| @
|
|
899
|
+
| @product-lead -> @ux-design-expert | Receives | Design stories, UX requirements |
|
|
900
|
+
| @quality-gate -> @ux-design-expert | Validate | Component quality checklists, accessibility audits |
|
|
901
901
|
|
|
902
902
|
### Collaboration Rules (from agent definition)
|
|
903
903
|
|
|
@@ -906,7 +906,7 @@ graph TD
|
|
|
906
906
|
- Component hierarchy and integration patterns
|
|
907
907
|
- Technology stack decisions affecting UX
|
|
908
908
|
|
|
909
|
-
**Hands off to @
|
|
909
|
+
**Hands off to @developer (Dex):**
|
|
910
910
|
- Design specifications and component blueprints
|
|
911
911
|
- Token definitions and design system configurations
|
|
912
912
|
- Component implementations with TypeScript + tests
|
|
@@ -87,7 +87,7 @@ SINAPSE provides a unified API for interacting with specialized AI agents throug
|
|
|
87
87
|
| `@data-engineer` | Dara | Architect | Database schema, migrations, queries |
|
|
88
88
|
| `@devops` | Gage | Optimizer | CI/CD, deployment, git operations |
|
|
89
89
|
| `@ux-expert` | Uma | Creator | UI/UX design, wireframes |
|
|
90
|
-
| `@sinapse-
|
|
90
|
+
| `@sinapse-orqx` | Orion | Orchestrator | Framework orchestration, meta-operations |
|
|
91
91
|
|
|
92
92
|
### Activation Behavior
|
|
93
93
|
|
|
@@ -116,8 +116,8 @@ When an agent is activated:
|
|
|
116
116
|
You can activate an agent and execute a command in one step:
|
|
117
117
|
|
|
118
118
|
```bash
|
|
119
|
-
@
|
|
120
|
-
@
|
|
119
|
+
@developer *develop story-1.2.3
|
|
120
|
+
@quality-gate *review story-1.2.3
|
|
121
121
|
@architect *create-full-stack-architecture
|
|
122
122
|
```
|
|
123
123
|
|
|
@@ -165,7 +165,7 @@ Task execution with arguments: { story: "story-1.2.3" }
|
|
|
165
165
|
|
|
166
166
|
## Agent-Specific Commands
|
|
167
167
|
|
|
168
|
-
### @
|
|
168
|
+
### @developer (Developer)
|
|
169
169
|
|
|
170
170
|
**Story Development:**
|
|
171
171
|
|
|
@@ -228,7 +228,7 @@ Task execution with arguments: { story: "story-1.2.3" }
|
|
|
228
228
|
|
|
229
229
|
---
|
|
230
230
|
|
|
231
|
-
### @
|
|
231
|
+
### @quality-gate (Quality Assurance)
|
|
232
232
|
|
|
233
233
|
**Code Review:**
|
|
234
234
|
|
|
@@ -260,7 +260,7 @@ Task execution with arguments: { story: "story-1.2.3" }
|
|
|
260
260
|
|
|
261
261
|
| Command | Arguments | Description |
|
|
262
262
|
| --------------------- | ------------ | ----------------------------------- |
|
|
263
|
-
| `*create-fix-request` | `{story-id}` | Generate QA_FIX_REQUEST.md for @
|
|
263
|
+
| `*create-fix-request` | `{story-id}` | Generate QA_FIX_REQUEST.md for @developer |
|
|
264
264
|
|
|
265
265
|
**Test Strategy:**
|
|
266
266
|
|
|
@@ -303,7 +303,7 @@ Task execution with arguments: { story: "story-1.2.3" }
|
|
|
303
303
|
|
|
304
304
|
---
|
|
305
305
|
|
|
306
|
-
### @
|
|
306
|
+
### @project-lead (Product Manager)
|
|
307
307
|
|
|
308
308
|
**Document Creation:**
|
|
309
309
|
|
|
@@ -330,7 +330,7 @@ Task execution with arguments: { story: "story-1.2.3" }
|
|
|
330
330
|
|
|
331
331
|
---
|
|
332
332
|
|
|
333
|
-
### @
|
|
333
|
+
### @sprint-lead (Scrum Master)
|
|
334
334
|
|
|
335
335
|
**Story Management:**
|
|
336
336
|
|
|
@@ -391,7 +391,7 @@ Task execution with arguments: { story: "story-1.2.3" }
|
|
|
391
391
|
|
|
392
392
|
---
|
|
393
393
|
|
|
394
|
-
### @sinapse-
|
|
394
|
+
### @sinapse-orqx (Orchestrator)
|
|
395
395
|
|
|
396
396
|
**Framework Development:**
|
|
397
397
|
|
|
@@ -445,7 +445,7 @@ Task execution with arguments: { story: "story-1.2.3" }
|
|
|
445
445
|
|
|
446
446
|
```bash
|
|
447
447
|
# Start workflow
|
|
448
|
-
@sinapse-
|
|
448
|
+
@sinapse-orqx *workflow greenfield-fullstack
|
|
449
449
|
|
|
450
450
|
# With parameters
|
|
451
451
|
*workflow brownfield-service --target=./services/auth
|
|
@@ -471,7 +471,7 @@ phases:
|
|
|
471
471
|
tasks:
|
|
472
472
|
- create-full-stack-architecture
|
|
473
473
|
- name: implementation
|
|
474
|
-
agent:
|
|
474
|
+
agent: developer
|
|
475
475
|
tasks:
|
|
476
476
|
- develop
|
|
477
477
|
```
|
|
@@ -551,7 +551,7 @@ phases:
|
|
|
551
551
|
"currentStatus": "Draft",
|
|
552
552
|
"requiredStatus": "Ready for Dev"
|
|
553
553
|
},
|
|
554
|
-
"suggestions": ["Update story status to 'Ready for Dev'", "Contact @
|
|
554
|
+
"suggestions": ["Update story status to 'Ready for Dev'", "Contact @project-lead to approve story"]
|
|
555
555
|
}
|
|
556
556
|
```
|
|
557
557
|
|
|
@@ -621,10 +621,10 @@ Claude Code is the primary supported IDE with full integration:
|
|
|
621
621
|
**Agent Commands (Slash Commands):**
|
|
622
622
|
|
|
623
623
|
```
|
|
624
|
-
/dev → Activates @
|
|
625
|
-
/qa → Activates @
|
|
624
|
+
/dev → Activates @developer agent
|
|
625
|
+
/qa → Activates @quality-gate agent
|
|
626
626
|
/architect → Activates @architect agent
|
|
627
|
-
/sinapse-
|
|
627
|
+
/sinapse-orqx → Activates @sinapse-orqx agent
|
|
628
628
|
```
|
|
629
629
|
|
|
630
630
|
**Directory Structure:**
|
|
@@ -710,7 +710,7 @@ alwaysApply: false
|
|
|
710
710
|
|
|
711
711
|
```bash
|
|
712
712
|
# 1. Gather requirements
|
|
713
|
-
@
|
|
713
|
+
@project-lead *gather-requirements
|
|
714
714
|
|
|
715
715
|
# 2. Assess complexity
|
|
716
716
|
@architect *assess-complexity story-1.2.3
|
|
@@ -719,10 +719,10 @@ alwaysApply: false
|
|
|
719
719
|
@analyst *research-deps "authentication libraries"
|
|
720
720
|
|
|
721
721
|
# 4. Write specification
|
|
722
|
-
@
|
|
722
|
+
@project-lead *write-spec
|
|
723
723
|
|
|
724
724
|
# 5. Critique specification
|
|
725
|
-
@
|
|
725
|
+
@quality-gate *critique-spec story-1.2.3
|
|
726
726
|
|
|
727
727
|
# 6. Create implementation plan
|
|
728
728
|
@architect *create-plan story-1.2.3
|
|
@@ -731,10 +731,10 @@ alwaysApply: false
|
|
|
731
731
|
@architect *create-context story-1.2.3
|
|
732
732
|
|
|
733
733
|
# 8. Execute subtasks
|
|
734
|
-
@
|
|
734
|
+
@developer *execute-subtask 1.1
|
|
735
735
|
|
|
736
736
|
# 9. Review build
|
|
737
|
-
@
|
|
737
|
+
@quality-gate *review-build story-1.2.3
|
|
738
738
|
```
|
|
739
739
|
|
|
740
740
|
### Example 3: Recovery Flow
|
|
@@ -766,10 +766,10 @@ alwaysApply: false
|
|
|
766
766
|
@devops *create-worktree STORY-42
|
|
767
767
|
|
|
768
768
|
# 2. Develop in isolation
|
|
769
|
-
@
|
|
769
|
+
@developer *develop STORY-42
|
|
770
770
|
|
|
771
771
|
# 3. QA review
|
|
772
|
-
@
|
|
772
|
+
@quality-gate *review STORY-42
|
|
773
773
|
|
|
774
774
|
# 4. Merge back
|
|
775
775
|
@devops *merge-worktree STORY-42
|
|
@@ -782,7 +782,7 @@ alwaysApply: false
|
|
|
782
782
|
|
|
783
783
|
```bash
|
|
784
784
|
# 1. Activate master orchestrator
|
|
785
|
-
@sinapse-
|
|
785
|
+
@sinapse-orqx
|
|
786
786
|
|
|
787
787
|
# 2. Enable knowledge base
|
|
788
788
|
*kb
|
|
@@ -833,7 +833,7 @@ What do you need?
|
|
|
833
833
|
│ └─ @ux-expert
|
|
834
834
|
│
|
|
835
835
|
└─ Framework/Orchestration?
|
|
836
|
-
└─ @sinapse-
|
|
836
|
+
└─ @sinapse-orqx
|
|
837
837
|
```
|
|
838
838
|
|
|
839
839
|
---
|
|
@@ -852,11 +852,11 @@ Each agent has a specific responsibility boundary. Using the correct agent ensur
|
|
|
852
852
|
|
|
853
853
|
For complex features, follow the ADE spec pipeline:
|
|
854
854
|
|
|
855
|
-
1. `@
|
|
855
|
+
1. `@project-lead *gather-requirements` - Collect requirements
|
|
856
856
|
2. `@architect *assess-complexity` - Estimate effort
|
|
857
857
|
3. `@analyst *research-deps` - Research constraints
|
|
858
|
-
4. `@
|
|
859
|
-
5. `@
|
|
858
|
+
4. `@project-lead *write-spec` - Write specification
|
|
859
|
+
5. `@quality-gate *critique-spec` - Validate quality
|
|
860
860
|
|
|
861
861
|
### 3. Track Everything
|
|
862
862
|
|