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
|
@@ -10,35 +10,35 @@ workflows:
|
|
|
10
10
|
description: Full 4-phase workflow for all development work
|
|
11
11
|
chain:
|
|
12
12
|
- step: 1
|
|
13
|
-
agent: "@
|
|
13
|
+
agent: "@sprint-lead"
|
|
14
14
|
command: "*draft"
|
|
15
15
|
task: create-next-story.md
|
|
16
16
|
output: Story file (Draft)
|
|
17
17
|
condition: Epic context available
|
|
18
18
|
- step: 2
|
|
19
|
-
agent: "@
|
|
19
|
+
agent: "@product-lead"
|
|
20
20
|
command: "*validate-story-draft {story-id}"
|
|
21
21
|
task: validate-next-story.md
|
|
22
22
|
output: GO/NO-GO decision
|
|
23
23
|
condition: Story status is Draft
|
|
24
24
|
- step: 3
|
|
25
|
-
agent: "@
|
|
25
|
+
agent: "@developer"
|
|
26
26
|
command: "*develop {story-id}"
|
|
27
27
|
task: dev-develop-story.md
|
|
28
28
|
output: Implementation complete
|
|
29
29
|
condition: Story status is Approved
|
|
30
30
|
alternatives:
|
|
31
|
-
- agent: "@
|
|
31
|
+
- agent: "@developer"
|
|
32
32
|
command: "*develop-yolo {story-id}"
|
|
33
33
|
condition: Simple story, autonomous mode preferred
|
|
34
34
|
- step: 4
|
|
35
|
-
agent: "@
|
|
35
|
+
agent: "@quality-gate"
|
|
36
36
|
command: "*review {story-id}"
|
|
37
37
|
task: qa-gate.md
|
|
38
38
|
output: PASS/CONCERNS/FAIL/WAIVED
|
|
39
39
|
condition: Story status is Ready for Review
|
|
40
40
|
alternatives:
|
|
41
|
-
- agent: "@
|
|
41
|
+
- agent: "@quality-gate"
|
|
42
42
|
command: "*gate {story-id}"
|
|
43
43
|
condition: Quick gate decision needed
|
|
44
44
|
- step: 5
|
|
@@ -55,23 +55,23 @@ workflows:
|
|
|
55
55
|
max_iterations: 5
|
|
56
56
|
chain:
|
|
57
57
|
- step: 1
|
|
58
|
-
agent: "@
|
|
58
|
+
agent: "@quality-gate"
|
|
59
59
|
command: "*review {story-id}"
|
|
60
60
|
task: qa-review-story.md
|
|
61
61
|
output: APPROVE/REJECT/BLOCKED verdict
|
|
62
62
|
condition: Story has code changes to review
|
|
63
63
|
- step: 2
|
|
64
|
-
agent: "@
|
|
64
|
+
agent: "@developer"
|
|
65
65
|
command: "*apply-qa-fixes"
|
|
66
66
|
task: apply-qa-fixes.md
|
|
67
67
|
output: Fixes applied
|
|
68
68
|
condition: QA verdict is REJECT
|
|
69
69
|
alternatives:
|
|
70
|
-
- agent: "@
|
|
70
|
+
- agent: "@developer"
|
|
71
71
|
command: "*fix-qa-issues"
|
|
72
72
|
condition: Structured fix from QA_FIX_REQUEST.md
|
|
73
73
|
- step: 3
|
|
74
|
-
agent: "@
|
|
74
|
+
agent: "@quality-gate"
|
|
75
75
|
command: "*review {story-id}"
|
|
76
76
|
task: qa-review-story.md
|
|
77
77
|
output: Re-review verdict
|
|
@@ -83,7 +83,7 @@ workflows:
|
|
|
83
83
|
description: Transform informal requirements into executable spec
|
|
84
84
|
chain:
|
|
85
85
|
- step: 1
|
|
86
|
-
agent: "@
|
|
86
|
+
agent: "@project-lead"
|
|
87
87
|
command: "*gather-requirements"
|
|
88
88
|
task: spec-gather-requirements.md
|
|
89
89
|
output: requirements.json
|
|
@@ -101,13 +101,13 @@ workflows:
|
|
|
101
101
|
output: research.json
|
|
102
102
|
condition: STANDARD or COMPLEX class (skip if SIMPLE)
|
|
103
103
|
- step: 4
|
|
104
|
-
agent: "@
|
|
104
|
+
agent: "@project-lead"
|
|
105
105
|
command: "*write-spec"
|
|
106
106
|
task: spec-write-spec.md
|
|
107
107
|
output: spec.md
|
|
108
108
|
condition: Requirements gathered
|
|
109
109
|
- step: 5
|
|
110
|
-
agent: "@
|
|
110
|
+
agent: "@quality-gate"
|
|
111
111
|
command: "*critique-spec {story-id}"
|
|
112
112
|
task: spec-critique.md
|
|
113
113
|
output: APPROVED/NEEDS_REVISION/BLOCKED
|
|
@@ -143,13 +143,13 @@ workflows:
|
|
|
143
143
|
output: frontend-spec.md
|
|
144
144
|
condition: Frontend exists in project
|
|
145
145
|
- step: 4
|
|
146
|
-
agent: "@
|
|
146
|
+
agent: "@quality-gate"
|
|
147
147
|
command: "*review"
|
|
148
148
|
task: qa-review-story.md
|
|
149
149
|
output: APPROVED/NEEDS WORK
|
|
150
150
|
condition: All specialist reviews complete
|
|
151
151
|
- step: 5
|
|
152
|
-
agent: "@
|
|
152
|
+
agent: "@project-lead"
|
|
153
153
|
command: "*create-epic"
|
|
154
154
|
task: brownfield-create-epic.md
|
|
155
155
|
output: Epic + stories ready for development
|
|
@@ -17,7 +17,7 @@ development/
|
|
|
17
17
|
|
|
18
18
|
| Agent | ID | Description |
|
|
19
19
|
|-------|-----|------------|
|
|
20
|
-
| SINAPSE Master | `sinapse-
|
|
20
|
+
| SINAPSE Master | `sinapse-orqx` | Framework orchestrator |
|
|
21
21
|
| Analyst | `analyst` | Business analyst |
|
|
22
22
|
| Architect | `architect` | Technical architect |
|
|
23
23
|
| Data Engineer | `data-engineer` | Data engineering |
|
|
@@ -20,12 +20,12 @@ tasks:
|
|
|
20
20
|
purpose: |
|
|
21
21
|
This team ensures code quality throughout the development lifecycle:
|
|
22
22
|
|
|
23
|
-
1. **Development Phase** (@
|
|
23
|
+
1. **Development Phase** (@developer):
|
|
24
24
|
- Pre-commit CodeRabbit reviews catch issues early
|
|
25
25
|
- Fix CRITICAL issues before commit
|
|
26
26
|
- Document HIGH issues in story notes
|
|
27
27
|
|
|
28
|
-
2. **QA Phase** (@
|
|
28
|
+
2. **QA Phase** (@quality-gate):
|
|
29
29
|
- Automated code review before human QA
|
|
30
30
|
- Run comprehensive test suites
|
|
31
31
|
- Validate story acceptance criteria
|
|
@@ -55,7 +55,7 @@ when_to_use:
|
|
|
55
55
|
quality_gates:
|
|
56
56
|
pre_commit:
|
|
57
57
|
trigger: Developer marks story complete
|
|
58
|
-
agent:
|
|
58
|
+
agent: developer
|
|
59
59
|
checks:
|
|
60
60
|
- coderabbit --prompt-only -t uncommitted
|
|
61
61
|
- Fix all CRITICAL issues
|
|
@@ -119,16 +119,16 @@ coderabbit_integration:
|
|
|
119
119
|
usage_example: |
|
|
120
120
|
# Typical workflow with this team:
|
|
121
121
|
|
|
122
|
-
## 1. Development (by @
|
|
122
|
+
## 1. Development (by @developer)
|
|
123
123
|
"Mark this story as ready for review"
|
|
124
|
-
→ @
|
|
124
|
+
→ @developer runs pre-commit CodeRabbit check
|
|
125
125
|
→ Fixes CRITICAL issues
|
|
126
126
|
→ Documents HIGH issues in story
|
|
127
127
|
→ Story marked complete
|
|
128
128
|
|
|
129
|
-
## 2. QA Validation (by @
|
|
129
|
+
## 2. QA Validation (by @quality-gate)
|
|
130
130
|
"*code-review uncommitted"
|
|
131
|
-
→ @
|
|
131
|
+
→ @quality-gate runs automated review
|
|
132
132
|
→ Executes test suites
|
|
133
133
|
→ Validates acceptance criteria
|
|
134
134
|
→ Reports any quality gate failures
|
|
@@ -223,13 +223,13 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
223
223
|
|
|
224
224
|
**I collaborate with:**
|
|
225
225
|
|
|
226
|
-
- **@
|
|
227
|
-
- **@
|
|
226
|
+
- **@project-lead (Beacon):** Provides research and analysis to support PRD creation
|
|
227
|
+
- **@product-lead (Pax):** Provides market insights and competitive analysis
|
|
228
228
|
|
|
229
229
|
**When to use others:**
|
|
230
230
|
|
|
231
231
|
- Strategic planning → Use @pm
|
|
232
|
-
- Story creation → Use @
|
|
232
|
+
- Story creation → Use @product-lead or @sm
|
|
233
233
|
- Architecture design → Use @architect
|
|
234
234
|
|
|
235
235
|
---
|
|
@@ -254,7 +254,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
254
254
|
1. **Research** → `*perform-market-research` or `*create-competitor-analysis`
|
|
255
255
|
2. **Brainstorming** → `*brainstorm {topic}` for structured ideation
|
|
256
256
|
3. **Synthesis** → Create project brief or research summary
|
|
257
|
-
4. **Handoff** → Provide insights to @
|
|
257
|
+
4. **Handoff** → Provide insights to @project-lead for PRD creation
|
|
258
258
|
|
|
259
259
|
### Common Pitfalls
|
|
260
260
|
|
|
@@ -265,7 +265,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
265
265
|
|
|
266
266
|
### Related Agents
|
|
267
267
|
|
|
268
|
-
- **@
|
|
269
|
-
- **@
|
|
268
|
+
- **@project-lead (Beacon)** - Primary consumer of research
|
|
269
|
+
- **@product-lead (Pax)** - May request market insights
|
|
270
270
|
|
|
271
271
|
---
|
|
@@ -416,7 +416,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
416
416
|
|
|
417
417
|
- **@data-engineer (Tensor):** For database schema design and query optimization
|
|
418
418
|
- **@ux-design-expert (Mosaic):** For frontend architecture and user flows
|
|
419
|
-
- **@
|
|
419
|
+
- **@project-lead (Beacon):** Receives requirements and strategic direction from
|
|
420
420
|
|
|
421
421
|
**I delegate to:**
|
|
422
422
|
|
|
@@ -443,7 +443,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
443
443
|
|
|
444
444
|
### Prerequisites
|
|
445
445
|
|
|
446
|
-
1. PRD from @
|
|
446
|
+
1. PRD from @project-lead with system requirements
|
|
447
447
|
2. Architecture templates available
|
|
448
448
|
3. Understanding of project constraints (scale, budget, timeline)
|
|
449
449
|
|
|
@@ -453,7 +453,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
453
453
|
2. **Architecture design** → `*create-full-stack-architecture` or specific layer
|
|
454
454
|
3. **Collaboration** → Coordinate with @data-engineer (database) and @ux-design-expert (frontend)
|
|
455
455
|
4. **Documentation** → `*document-project` for comprehensive docs
|
|
456
|
-
5. **Handoff** → Provide architecture to @
|
|
456
|
+
5. **Handoff** → Provide architecture to @developer for implementation
|
|
457
457
|
|
|
458
458
|
### Common Pitfalls
|
|
459
459
|
|
|
@@ -467,6 +467,6 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
467
467
|
|
|
468
468
|
- **@data-engineer (Tensor)** - Database architecture
|
|
469
469
|
- **@ux-design-expert (Mosaic)** - Frontend architecture
|
|
470
|
-
- **@
|
|
470
|
+
- **@project-lead (Beacon)** - Receives requirements from
|
|
471
471
|
|
|
472
472
|
---
|
|
@@ -435,7 +435,7 @@ Type `*help` to see all commands.
|
|
|
435
435
|
**I collaborate with:**
|
|
436
436
|
|
|
437
437
|
- **@architect (Stratum):** Receives system architecture requirements from, provides database design to
|
|
438
|
-
- **@
|
|
438
|
+
- **@developer (Pixel):** Provides migrations and schema to, receives data layer feedback from
|
|
439
439
|
|
|
440
440
|
**Delegation from @architect (Gate 2 Decision):**
|
|
441
441
|
|
|
@@ -446,7 +446,7 @@ Type `*help` to see all commands.
|
|
|
446
446
|
**When to use others:**
|
|
447
447
|
|
|
448
448
|
- System architecture → Use @architect (app-level data patterns, API design)
|
|
449
|
-
- Application code → Use @
|
|
449
|
+
- Application code → Use @developer (repository pattern, DAL implementation)
|
|
450
450
|
- Frontend design → Use @ux-design-expert
|
|
451
451
|
|
|
452
452
|
**Note:** @architect owns application-level data architecture, @data-engineer owns database implementation.
|
|
@@ -55,7 +55,7 @@ activation-instructions:
|
|
|
55
55
|
- CRITICAL: On activation, execute STEPS 3-5 above (greeting, introduction, project status, quick commands), then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
|
|
56
56
|
agent:
|
|
57
57
|
name: Pixel
|
|
58
|
-
id:
|
|
58
|
+
id: developer
|
|
59
59
|
title: Full Stack Developer
|
|
60
60
|
icon: 💻
|
|
61
61
|
whenToUse: 'Use for code implementation, debugging, refactoring, and development best practices'
|
|
@@ -500,8 +500,8 @@ Type `*help` to see all commands, or `*explain` to learn more.
|
|
|
500
500
|
|
|
501
501
|
**I collaborate with:**
|
|
502
502
|
|
|
503
|
-
- **@
|
|
504
|
-
- **@
|
|
503
|
+
- **@quality-gate (Litmus):** Reviews my code and provides feedback via \*apply-qa-fixes
|
|
504
|
+
- **@sprint-lead (Sync):** Receives stories from, reports completion to
|
|
505
505
|
|
|
506
506
|
**I delegate to:**
|
|
507
507
|
|
|
@@ -519,7 +519,7 @@ Type `*help` to see all commands, or `*explain` to learn more.
|
|
|
519
519
|
|
|
520
520
|
### When to Use Me
|
|
521
521
|
|
|
522
|
-
- Implementing user stories from @
|
|
522
|
+
- Implementing user stories from @sprint-lead (Sync)
|
|
523
523
|
- Fixing bugs and refactoring code
|
|
524
524
|
- Running tests and validations
|
|
525
525
|
- Registering technical debt
|
|
@@ -533,7 +533,7 @@ Type `*help` to see all commands, or `*explain` to learn more.
|
|
|
533
533
|
|
|
534
534
|
### Typical Workflow
|
|
535
535
|
|
|
536
|
-
1. **Story assigned** by @
|
|
536
|
+
1. **Story assigned** by @sprint-lead → `*develop story-X.Y.Z`
|
|
537
537
|
2. **Implementation** → Code + Tests (follow story tasks)
|
|
538
538
|
3. **Validation** → `*run-tests` (must pass)
|
|
539
539
|
4. **QA feedback** → `*apply-qa-fixes` (if issues found)
|
|
@@ -551,8 +551,8 @@ Type `*help` to see all commands, or `*explain` to learn more.
|
|
|
551
551
|
|
|
552
552
|
### Related Agents
|
|
553
553
|
|
|
554
|
-
- **@
|
|
555
|
-
- **@
|
|
554
|
+
- **@sprint-lead (Sync)** - Creates stories for me
|
|
555
|
+
- **@quality-gate (Litmus)** - Reviews my work
|
|
556
556
|
- **@github-devops (Pipeline)** - Pushes my commits
|
|
557
557
|
|
|
558
558
|
---
|
|
@@ -482,8 +482,8 @@ Type `*help` to see all commands.
|
|
|
482
482
|
|
|
483
483
|
**I receive delegation from:**
|
|
484
484
|
|
|
485
|
-
- **@
|
|
486
|
-
- **@
|
|
485
|
+
- **@developer (Pixel):** For git push and PR creation after story completion
|
|
486
|
+
- **@sprint-lead (Sync):** For push operations during sprint workflow
|
|
487
487
|
- **@architect (Stratum):** For repository operations
|
|
488
488
|
|
|
489
489
|
**When to use others:**
|
|
@@ -531,7 +531,7 @@ Type `*help` to see all commands.
|
|
|
531
531
|
|
|
532
532
|
### Related Agents
|
|
533
533
|
|
|
534
|
-
- **@
|
|
535
|
-
- **@
|
|
534
|
+
- **@developer (Pixel)** - Delegates push operations to me
|
|
535
|
+
- **@sprint-lead (Sync)** - Coordinates sprint push workflow
|
|
536
536
|
|
|
537
537
|
---
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
- CANNOT modify: AC, Scope, Title, Dev Notes, Testing
|
|
28
28
|
|
|
29
29
|
### Delegation
|
|
30
|
-
- Story creation → @
|
|
31
|
-
- Epic creation → @
|
|
32
|
-
- Course correction → @sinapse-
|
|
30
|
+
- Story creation → @sprint-lead (`*draft`)
|
|
31
|
+
- Epic creation → @project-lead (`*create-epic`)
|
|
32
|
+
- Course correction → @sinapse-orqx
|
|
33
33
|
|
|
34
34
|
### Key Locations
|
|
35
35
|
- Stories: `docs/stories/`
|
|
@@ -52,7 +52,7 @@ activation-instructions:
|
|
|
52
52
|
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
|
|
53
53
|
agent:
|
|
54
54
|
name: Pax
|
|
55
|
-
id:
|
|
55
|
+
id: product-lead
|
|
56
56
|
title: Product Owner
|
|
57
57
|
icon: 🎯
|
|
58
58
|
whenToUse: Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions
|
|
@@ -127,10 +127,10 @@ commands:
|
|
|
127
127
|
description: 'Regenerate story index from docs/stories/'
|
|
128
128
|
|
|
129
129
|
# Story Management
|
|
130
|
-
# NOTE: create-epic and create-story removed - delegated to @
|
|
130
|
+
# NOTE: create-epic and create-story removed - delegated to @project-lead and @sprint-lead respectively
|
|
131
131
|
# See: docs/architecture/command-authority-matrix.md
|
|
132
|
-
# For epic creation → Delegate to @
|
|
133
|
-
# For story creation → Delegate to @
|
|
132
|
+
# For epic creation → Delegate to @project-lead using *create-epic
|
|
133
|
+
# For story creation → Delegate to @sprint-lead using *draft
|
|
134
134
|
- name: validate-story-draft
|
|
135
135
|
visibility: [full, quick, key]
|
|
136
136
|
description: 'Validate story quality and completeness (START of story lifecycle)'
|
|
@@ -148,9 +148,9 @@ commands:
|
|
|
148
148
|
- name: execute-checklist-po
|
|
149
149
|
visibility: [quick]
|
|
150
150
|
description: 'Run PO master checklist'
|
|
151
|
-
# NOTE: correct-course removed - delegated to @sinapse-
|
|
151
|
+
# NOTE: correct-course removed - delegated to @sinapse-orqx
|
|
152
152
|
# See: docs/architecture/command-authority-matrix.md
|
|
153
|
-
# For course corrections → Escalate to @sinapse-
|
|
153
|
+
# For course corrections → Escalate to @sinapse-orqx using *correct-course
|
|
154
154
|
|
|
155
155
|
# Document Operations
|
|
156
156
|
- name: shard-doc
|
|
@@ -238,13 +238,13 @@ autoClaude:
|
|
|
238
238
|
|
|
239
239
|
- `*validate-story-draft {story}` - Validate story quality (START of lifecycle)
|
|
240
240
|
- `*close-story {story}` - Close story, update epic, suggest next (END of lifecycle)
|
|
241
|
-
- For story creation → Delegate to `@
|
|
242
|
-
- For epic creation → Delegate to `@
|
|
241
|
+
- For story creation → Delegate to `@sprint-lead *draft`
|
|
242
|
+
- For epic creation → Delegate to `@project-lead *create-epic`
|
|
243
243
|
|
|
244
244
|
**Quality & Process:**
|
|
245
245
|
|
|
246
246
|
- `*execute-checklist-po` - Run PO master checklist
|
|
247
|
-
- For course corrections → Escalate to `@sinapse-
|
|
247
|
+
- For course corrections → Escalate to `@sinapse-orqx *correct-course`
|
|
248
248
|
|
|
249
249
|
Type `*help` to see all commands.
|
|
250
250
|
|
|
@@ -254,16 +254,16 @@ Type `*help` to see all commands.
|
|
|
254
254
|
|
|
255
255
|
**I collaborate with:**
|
|
256
256
|
|
|
257
|
-
- **@
|
|
258
|
-
- **@
|
|
257
|
+
- **@sprint-lead (Sync):** Coordinates with on backlog prioritization and sprint planning
|
|
258
|
+
- **@project-lead (Beacon):** Receives strategic direction and PRDs from
|
|
259
259
|
|
|
260
260
|
**When to use others:**
|
|
261
261
|
|
|
262
|
-
- Story creation → Delegate to @
|
|
263
|
-
- Epic creation → Delegate to @
|
|
262
|
+
- Story creation → Delegate to @sprint-lead using `*draft`
|
|
263
|
+
- Epic creation → Delegate to @project-lead using `*create-epic`
|
|
264
264
|
- PRD creation → Use @pm
|
|
265
265
|
- Strategic planning → Use @pm
|
|
266
|
-
- Course corrections → Escalate to @sinapse-
|
|
266
|
+
- Course corrections → Escalate to @sinapse-orqx using `*correct-course`
|
|
267
267
|
|
|
268
268
|
---
|
|
269
269
|
|
|
@@ -275,18 +275,18 @@ Type `*help` to see all commands.
|
|
|
275
275
|
|
|
276
276
|
| Request | Delegate To | Command |
|
|
277
277
|
|---------|-------------|---------|
|
|
278
|
-
| Create story | @
|
|
279
|
-
| Create epic | @
|
|
280
|
-
| Course correction | @sinapse-
|
|
278
|
+
| Create story | @sprint-lead | `*draft` |
|
|
279
|
+
| Create epic | @project-lead | `*create-epic` |
|
|
280
|
+
| Course correction | @sinapse-orqx | `*correct-course` |
|
|
281
281
|
| Research | @analyst | `*research` |
|
|
282
282
|
|
|
283
283
|
**Commands I receive from:**
|
|
284
284
|
|
|
285
285
|
| From | For | My Action |
|
|
286
286
|
|------|-----|-----------|
|
|
287
|
-
| @
|
|
288
|
-
| @
|
|
289
|
-
| @
|
|
287
|
+
| @project-lead | Story validation | `*validate-story-draft` |
|
|
288
|
+
| @sprint-lead | Backlog prioritization | `*backlog-prioritize` |
|
|
289
|
+
| @quality-gate | Quality gate review | `*backlog-review` |
|
|
290
290
|
|
|
291
291
|
---
|
|
292
292
|
|
|
@@ -301,7 +301,7 @@ Type `*help` to see all commands.
|
|
|
301
301
|
|
|
302
302
|
### Prerequisites
|
|
303
303
|
|
|
304
|
-
1. PRD available from @
|
|
304
|
+
1. PRD available from @project-lead (Beacon)
|
|
305
305
|
2. PM tool configured (or using local-only mode)
|
|
306
306
|
3. Story templates available in `.sinapse-ai/product/templates/`
|
|
307
307
|
4. PO master checklist accessible
|
|
@@ -309,7 +309,7 @@ Type `*help` to see all commands.
|
|
|
309
309
|
### Typical Workflow
|
|
310
310
|
|
|
311
311
|
1. **Backlog review** → `*backlog-review` for sprint planning
|
|
312
|
-
2. **Story creation** → delegate to `@
|
|
312
|
+
2. **Story creation** → delegate to `@sprint-lead *draft`
|
|
313
313
|
3. **Story validation** → `*validate-story-draft {story-id}` (START lifecycle)
|
|
314
314
|
4. **Prioritization** → `*backlog-prioritize {item} {priority}`
|
|
315
315
|
5. **Sprint planning** → `*backlog-schedule {item} {sprint}`
|
|
@@ -326,8 +326,8 @@ Type `*help` to see all commands.
|
|
|
326
326
|
|
|
327
327
|
### Related Agents
|
|
328
328
|
|
|
329
|
-
- **@
|
|
330
|
-
- **@
|
|
331
|
-
- **@
|
|
329
|
+
- **@project-lead (Beacon)** - Provides PRDs and strategic direction
|
|
330
|
+
- **@sprint-lead (Sync)** - Can delegate story creation to
|
|
331
|
+
- **@quality-gate (Litmus)** - Validates quality gates in stories
|
|
332
332
|
|
|
333
333
|
---
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
- Wave-based parallel execution
|
|
16
16
|
|
|
17
17
|
### Delegation
|
|
18
|
-
- Story creation → @
|
|
19
|
-
- Course correction → @sinapse-
|
|
18
|
+
- Story creation → @sprint-lead (`*draft`)
|
|
19
|
+
- Course correction → @sinapse-orqx (`*correct-course`)
|
|
20
20
|
- Deep research → @analyst (`*research`)
|
|
21
21
|
|
|
22
22
|
### Bob Mode (user_profile=bob)
|
|
@@ -91,7 +91,7 @@ activation-instructions:
|
|
|
91
91
|
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
|
|
92
92
|
agent:
|
|
93
93
|
name: Beacon
|
|
94
|
-
id:
|
|
94
|
+
id: project-lead
|
|
95
95
|
title: Product Manager
|
|
96
96
|
icon: 📋
|
|
97
97
|
whenToUse: |
|
|
@@ -99,7 +99,7 @@ agent:
|
|
|
99
99
|
|
|
100
100
|
Epic/Story Delegation (Gate 1 Decision): PM creates epic structure, then delegates story creation to @sm.
|
|
101
101
|
|
|
102
|
-
NOT for: Market research or competitive analysis → Use @analyst. Technical architecture design or technology selection → Use @architect. Detailed user story creation → Use @
|
|
102
|
+
NOT for: Market research or competitive analysis → Use @analyst. Technical architecture design or technology selection → Use @architect. Detailed user story creation → Use @sprint-lead (PM creates epics, SM creates stories). Implementation work → Use @dev.
|
|
103
103
|
|
|
104
104
|
persona_profile:
|
|
105
105
|
archetype: Strategist
|
|
@@ -149,7 +149,7 @@ persona:
|
|
|
149
149
|
Bob (PM) orchestrates other agents by spawning them in SEPARATE terminals.
|
|
150
150
|
This prevents context pollution and ensures each agent operates with clean context.
|
|
151
151
|
behavior:
|
|
152
|
-
- NEVER pretend to be another agent (@
|
|
152
|
+
- NEVER pretend to be another agent (@developer, @architect, @quality-gate, etc.)
|
|
153
153
|
- NEVER simulate agent responses within your own context
|
|
154
154
|
- When a task requires another agent, use TerminalSpawner to spawn them
|
|
155
155
|
- Wait for agent output via polling mechanism
|
|
@@ -200,9 +200,9 @@ commands:
|
|
|
200
200
|
args: '{topic}'
|
|
201
201
|
visibility: [full, quick]
|
|
202
202
|
description: 'Generate deep research prompt'
|
|
203
|
-
# NOTE: correct-course removed - delegated to @sinapse-
|
|
203
|
+
# NOTE: correct-course removed - delegated to @sinapse-orqx
|
|
204
204
|
# See: docs/architecture/command-authority-matrix.md
|
|
205
|
-
# For course corrections → Escalate to @sinapse-
|
|
205
|
+
# For course corrections → Escalate to @sinapse-orqx using *correct-course
|
|
206
206
|
|
|
207
207
|
# Epic Execution
|
|
208
208
|
- name: execute-epic
|
|
@@ -298,16 +298,16 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
298
298
|
|
|
299
299
|
**I collaborate with:**
|
|
300
300
|
|
|
301
|
-
- **@
|
|
302
|
-
- **@
|
|
301
|
+
- **@product-lead (Pax):** Provides PRDs and strategic direction to
|
|
302
|
+
- **@sprint-lead (Sync):** Coordinates on sprint planning and story breakdown
|
|
303
303
|
- **@architect (Stratum):** Works with on technical architecture decisions
|
|
304
304
|
|
|
305
305
|
**When to use others:**
|
|
306
306
|
|
|
307
307
|
- Story validation → Use @po
|
|
308
|
-
- Story creation → Delegate to @
|
|
308
|
+
- Story creation → Delegate to @sprint-lead using `*draft`
|
|
309
309
|
- Architecture design → Use @architect
|
|
310
|
-
- Course corrections → Escalate to @sinapse-
|
|
310
|
+
- Course corrections → Escalate to @sinapse-orqx using `*correct-course`
|
|
311
311
|
- Research → Delegate to @analyst using `*research`
|
|
312
312
|
|
|
313
313
|
---
|
|
@@ -320,8 +320,8 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
320
320
|
|
|
321
321
|
| Request | Delegate To | Command |
|
|
322
322
|
|---------|-------------|---------|
|
|
323
|
-
| Story creation | @
|
|
324
|
-
| Course correction | @sinapse-
|
|
323
|
+
| Story creation | @sprint-lead | `*draft` |
|
|
324
|
+
| Course correction | @sinapse-orqx | `*correct-course` |
|
|
325
325
|
| Deep research | @analyst | `*research` |
|
|
326
326
|
|
|
327
327
|
**Commands I receive from:**
|
|
@@ -329,7 +329,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
329
329
|
| From | For | My Action |
|
|
330
330
|
|------|-----|-----------|
|
|
331
331
|
| @analyst | Project brief ready | `*create-prd` |
|
|
332
|
-
| @sinapse-
|
|
332
|
+
| @sinapse-orqx | Framework modification | `*create-brownfield-prd` |
|
|
333
333
|
|
|
334
334
|
---
|
|
335
335
|
|
|
@@ -354,9 +354,9 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
354
354
|
1. **Research** → `*research {topic}` for deep analysis
|
|
355
355
|
2. **PRD creation** → `*create-prd` or `*create-brownfield-prd`
|
|
356
356
|
3. **Epic breakdown** → `*create-epic` for brownfield
|
|
357
|
-
4. **Story planning** → Coordinate with @
|
|
357
|
+
4. **Story planning** → Coordinate with @product-lead on story creation
|
|
358
358
|
5. **Epic execution** → `*execute-epic {path}` for wave-based parallel development
|
|
359
|
-
6. **Course correction** → Escalate to `@sinapse-
|
|
359
|
+
6. **Course correction** → Escalate to `@sinapse-orqx *correct-course` if deviations detected
|
|
360
360
|
|
|
361
361
|
### Common Pitfalls
|
|
362
362
|
|
|
@@ -369,7 +369,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
|
|
|
369
369
|
### Related Agents
|
|
370
370
|
|
|
371
371
|
- **@analyst (Scope)** - Provides research and insights
|
|
372
|
-
- **@
|
|
372
|
+
- **@product-lead (Pax)** - Receives PRDs and manages backlog
|
|
373
373
|
- **@architect (Stratum)** - Collaborates on technical decisions
|
|
374
374
|
|
|
375
375
|
---
|
|
@@ -52,7 +52,7 @@ activation-instructions:
|
|
|
52
52
|
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
|
|
53
53
|
agent:
|
|
54
54
|
name: Litmus
|
|
55
|
-
id:
|
|
55
|
+
id: quality-gate
|
|
56
56
|
title: Test Architect & Quality Advisor
|
|
57
57
|
icon: ✅
|
|
58
58
|
whenToUse: Use for comprehensive test architecture review, quality gate decisions, and code improvement. Provides thorough analysis including requirements traceability, risk assessment, and test strategy. Advisory only - teams choose their quality bar.
|
|
@@ -136,7 +136,7 @@ commands:
|
|
|
136
136
|
- name: create-fix-request
|
|
137
137
|
visibility: [full]
|
|
138
138
|
args: '{story}'
|
|
139
|
-
description: 'Generate QA_FIX_REQUEST.md for @
|
|
139
|
+
description: 'Generate QA_FIX_REQUEST.md for @developer with issues to fix'
|
|
140
140
|
- name: validate-libraries
|
|
141
141
|
visibility: [full]
|
|
142
142
|
args: '{story}'
|
|
@@ -335,7 +335,7 @@ dependencies:
|
|
|
335
335
|
- git push # ONLY @github-devops can push
|
|
336
336
|
- git commit # QA reviews, doesn't commit
|
|
337
337
|
- gh pr create # ONLY @github-devops creates PRs
|
|
338
|
-
redirect_message: 'QA provides advisory review only. For git operations, use appropriate agent (@
|
|
338
|
+
redirect_message: 'QA provides advisory review only. For git operations, use appropriate agent (@developer for commits, @github-devops for push)'
|
|
339
339
|
|
|
340
340
|
autoClaude:
|
|
341
341
|
version: '3.0'
|
|
@@ -394,13 +394,13 @@ Type `*help` to see all commands.
|
|
|
394
394
|
|
|
395
395
|
**I collaborate with:**
|
|
396
396
|
|
|
397
|
-
- **@
|
|
397
|
+
- **@developer (Pixel):** Reviews code from, provides feedback to via \*review-qa
|
|
398
398
|
- **@coderabbit:** Automated code review integration
|
|
399
399
|
|
|
400
400
|
**When to use others:**
|
|
401
401
|
|
|
402
402
|
- Code implementation → Use @dev
|
|
403
|
-
- Story drafting → Use @
|
|
403
|
+
- Story drafting → Use @sprint-lead or @po
|
|
404
404
|
- Automated reviews → CodeRabbit integration
|
|
405
405
|
|
|
406
406
|
---
|
|
@@ -428,7 +428,7 @@ Type `*help` to see all commands.
|
|
|
428
428
|
3. **Manual analysis** → Check acceptance criteria, test coverage
|
|
429
429
|
4. **Quality gate** → `*gate {story-id}` (PASS/CONCERNS/FAIL/WAIVED)
|
|
430
430
|
5. **Feedback** → Update QA Results section in story
|
|
431
|
-
6. **Decision** → Approve or send back to @
|
|
431
|
+
6. **Decision** → Approve or send back to @developer via \*review-qa
|
|
432
432
|
|
|
433
433
|
### Common Pitfalls
|
|
434
434
|
|
|
@@ -440,8 +440,8 @@ Type `*help` to see all commands.
|
|
|
440
440
|
|
|
441
441
|
### Related Agents
|
|
442
442
|
|
|
443
|
-
- **@
|
|
444
|
-
- **@
|
|
443
|
+
- **@developer (Pixel)** - Receives feedback from me
|
|
444
|
+
- **@sprint-lead (Sync)** - May request risk profiling
|
|
445
445
|
- **CodeRabbit** - Automated pre-review
|
|
446
446
|
|
|
447
447
|
---
|