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
|
@@ -82,13 +82,13 @@ autoClaude:
|
|
|
82
82
|
|
|
83
83
|
---
|
|
84
84
|
|
|
85
|
-
## Command Integration (@
|
|
85
|
+
## Command Integration (@developer)
|
|
86
86
|
|
|
87
87
|
```yaml
|
|
88
88
|
command:
|
|
89
89
|
name: '*fix-qa-issues'
|
|
90
90
|
syntax: '*fix-qa-issues {story-id}'
|
|
91
|
-
agent:
|
|
91
|
+
agent: developer
|
|
92
92
|
|
|
93
93
|
examples:
|
|
94
94
|
- '*fix-qa-issues 6.4'
|
|
@@ -496,7 +496,7 @@ phase_7:
|
|
|
496
496
|
|
|
497
497
|
---
|
|
498
498
|
|
|
499
|
-
**Next Step:** @
|
|
499
|
+
**Next Step:** @quality-gate re-review with `*review-story {storyId}`
|
|
500
500
|
|
|
501
501
|
validation:
|
|
502
502
|
check: 'All updates completed, signal file created'
|
|
@@ -534,7 +534,7 @@ summary:
|
|
|
534
534
|
{end for}
|
|
535
535
|
|
|
536
536
|
### Next Steps
|
|
537
|
-
1. QA agent should re-review: `@
|
|
537
|
+
1. QA agent should re-review: `@quality-gate *review-story {storyId}`
|
|
538
538
|
2. If all issues verified, story moves to "Ready for Review"
|
|
539
539
|
|
|
540
540
|
---
|
|
@@ -587,11 +587,11 @@ qa_loop_integration:
|
|
|
587
587
|
triggered_by:
|
|
588
588
|
- QA review identifies issues
|
|
589
589
|
- QA_FIX_REQUEST.md created
|
|
590
|
-
- @
|
|
590
|
+
- @quality-gate signals @dev
|
|
591
591
|
|
|
592
592
|
triggers_next:
|
|
593
593
|
- READY_FOR_REREVIEW.md signals @qa
|
|
594
|
-
- @
|
|
594
|
+
- @quality-gate runs re-review
|
|
595
595
|
- Loop continues until PASS or WAIVED
|
|
596
596
|
|
|
597
597
|
handoff_format:
|
|
@@ -633,7 +633,7 @@ qa_loop_integration:
|
|
|
633
633
|
- ✅ Check null input returns proper error
|
|
634
634
|
|
|
635
635
|
### Next Steps
|
|
636
|
-
1. QA agent should re-review: `@
|
|
636
|
+
1. QA agent should re-review: `@quality-gate *review-story 6.4`
|
|
637
637
|
2. If all issues verified, story moves to "Ready for Review"
|
|
638
638
|
```
|
|
639
639
|
|
|
@@ -662,7 +662,7 @@ MAJ-2 requires refactoring the data layer. This exceeds minimal fix scope.
|
|
|
662
662
|
Recommend creating separate story for performance optimization.
|
|
663
663
|
|
|
664
664
|
### Next Steps
|
|
665
|
-
1. Discuss MAJ-2 with @
|
|
665
|
+
1. Discuss MAJ-2 with @quality-gate and @po
|
|
666
666
|
2. Either expand scope or create follow-up story
|
|
667
667
|
```
|
|
668
668
|
|
|
@@ -675,7 +675,7 @@ metadata:
|
|
|
675
675
|
story: '6.4'
|
|
676
676
|
epic: 'Epic 6 - QA Evolution'
|
|
677
677
|
created: '2026-01-29'
|
|
678
|
-
author: '@
|
|
678
|
+
author: '@developer (Dex)'
|
|
679
679
|
version: '1.0.0'
|
|
680
680
|
tags:
|
|
681
681
|
- qa-loop
|
|
@@ -689,4 +689,4 @@ next_agent: @qa
|
|
|
689
689
|
next_command: *review {story-id}
|
|
690
690
|
condition: All QA_FIX_REQUEST issues resolved
|
|
691
691
|
alternatives:
|
|
692
|
-
- agent: @
|
|
692
|
+
- agent: @developer, command: *run-tests, condition: Verify fixes pass before re-review
|
|
@@ -331,7 +331,7 @@ If blast radius returned HIGH risk:
|
|
|
331
331
|
|
|
332
332
|
1. The `suggestGateInfluence('HIGH')` advisory is **informational only**
|
|
333
333
|
2. It suggests CONCERNS but does NOT automatically change the gate verdict
|
|
334
|
-
3. @
|
|
334
|
+
3. @quality-gate makes the final decision — the advisory is logged in the gate file under `code_intel_advisory`
|
|
335
335
|
|
|
336
336
|
> **Fallback guarantee:** If code intelligence is unavailable or any call returns null, the gate process continues exactly as before — no sections are added, no errors are raised.
|
|
337
337
|
|
|
@@ -425,6 +425,6 @@ next_agent: @devops
|
|
|
425
425
|
next_command: *push
|
|
426
426
|
condition: QA gate verdict is PASS
|
|
427
427
|
alternatives:
|
|
428
|
-
- agent: @
|
|
429
|
-
- agent: @
|
|
428
|
+
- agent: @developer, command: *apply-qa-fixes, condition: QA gate verdict is FAIL or CONCERNS
|
|
429
|
+
- agent: @product-lead, command: *close-story {story-id}, condition: QA gate verdict is WAIVED
|
|
430
430
|
|
|
@@ -971,7 +971,7 @@ template: |
|
|
|
971
971
|
|
|
972
972
|
---
|
|
973
973
|
|
|
974
|
-
*Generated by Quinn (@
|
|
974
|
+
*Generated by Quinn (@quality-gate) via qa-review-build task*
|
|
975
975
|
|
|
976
976
|
output:
|
|
977
977
|
report:
|
|
@@ -1102,7 +1102,7 @@ signal_rules:
|
|
|
1102
1102
|
- Unit tests fail OR
|
|
1103
1103
|
- Subtasks incomplete
|
|
1104
1104
|
meaning: 'Build requires fixes before approval'
|
|
1105
|
-
next_action: 'Return to @
|
|
1105
|
+
next_action: 'Return to @developer with fix requests'
|
|
1106
1106
|
```
|
|
1107
1107
|
|
|
1108
1108
|
---
|
|
@@ -1185,7 +1185,7 @@ errors:
|
|
|
1185
1185
|
|
|
1186
1186
|
## Integration with QA Agent
|
|
1187
1187
|
|
|
1188
|
-
This task is automatically triggered by the `*review-build` command in the @
|
|
1188
|
+
This task is automatically triggered by the `*review-build` command in the @quality-gate agent:
|
|
1189
1189
|
|
|
1190
1190
|
```yaml
|
|
1191
1191
|
agent_integration:
|
|
@@ -243,7 +243,7 @@ Execute CodeRabbit self-healing **FIRST** before manual review:
|
|
|
243
243
|
```
|
|
244
244
|
┌───────────────────────────────────────────────────────────────────┐
|
|
245
245
|
│ CODERABBIT SELF-HEALING │
|
|
246
|
-
│ (Full Mode - @
|
|
246
|
+
│ (Full Mode - @quality-gate) │
|
|
247
247
|
├───────────────────────────────────────────────────────────────────┤
|
|
248
248
|
│ │
|
|
249
249
|
│ iteration = 0 │
|
|
@@ -709,6 +709,6 @@ next_command: *apply-qa-fixes
|
|
|
709
709
|
condition: QA verdict is REJECT
|
|
710
710
|
alternatives:
|
|
711
711
|
- agent: @devops, command: *push, condition: QA verdict is APPROVE
|
|
712
|
-
- agent: @
|
|
712
|
+
- agent: @developer, command: *fix-qa-issues, condition: Structured fix from QA_FIX_REQUEST.md
|
|
713
713
|
|
|
714
714
|
- **Manual Sync**: If needed, use: `npm run sync-story -- --story {epic}.{story}`
|
|
@@ -260,7 +260,7 @@ If failures:
|
|
|
260
260
|
|
|
261
261
|
## Integration with CodeRabbit
|
|
262
262
|
|
|
263
|
-
**CodeRabbit helps @
|
|
263
|
+
**CodeRabbit helps @quality-gate agent**:
|
|
264
264
|
- Catch issues tests might miss (logic errors, race conditions)
|
|
265
265
|
- Validate security patterns (SQL injection, hardcoded secrets)
|
|
266
266
|
- Enforce coding standards automatically
|
|
@@ -369,7 +369,7 @@ Abort workflow execution.
|
|
|
369
369
|
The state file persists between sessions. To continue a workflow:
|
|
370
370
|
|
|
371
371
|
1. User starts new Claude Code session
|
|
372
|
-
2. Activates @sinapse-
|
|
372
|
+
2. Activates @sinapse-orqx
|
|
373
373
|
3. Runs `*run-workflow {name} continue`
|
|
374
374
|
4. System loads state, shows current step
|
|
375
375
|
5. User executes step (possibly in new agent session)
|
|
@@ -719,12 +719,12 @@ Cria arquivo em: `qa.qaLocation/security/{epic}.{story}-sast-{YYYYMMDD}.md`
|
|
|
719
719
|
- semgrep: v{version} (if used)
|
|
720
720
|
|
|
721
721
|
**Report Generated**: {timestamp}
|
|
722
|
-
**Report Generator**: @
|
|
722
|
+
**Report Generator**: @quality-gate (Quinn - Test Architect)
|
|
723
723
|
```
|
|
724
724
|
|
|
725
725
|
## Integration with review-story.md
|
|
726
726
|
|
|
727
|
-
Quando `@
|
|
727
|
+
Quando `@quality-gate *review {story}` é executado, **automaticamente** chama `security-scan`:
|
|
728
728
|
|
|
729
729
|
```markdown
|
|
730
730
|
# review-story.md (atualizar)
|
|
@@ -360,7 +360,7 @@ generate_output:
|
|
|
360
360
|
{
|
|
361
361
|
"storyId": "{storyId}",
|
|
362
362
|
"critiquedAt": "{timestamp}",
|
|
363
|
-
"critiquedBy": "@
|
|
363
|
+
"critiquedBy": "@quality-gate",
|
|
364
364
|
"specVersion": 1,
|
|
365
365
|
|
|
366
366
|
"verdict": "APPROVED|NEEDS_REVISION|BLOCKED",
|
|
@@ -419,7 +419,7 @@ generate_output:
|
|
|
419
419
|
"properties": {
|
|
420
420
|
"storyId": { "type": "string" },
|
|
421
421
|
"critiquedAt": { "type": "string", "format": "date-time" },
|
|
422
|
-
"critiquedBy": { "type": "string", "default": "@
|
|
422
|
+
"critiquedBy": { "type": "string", "default": "@quality-gate" },
|
|
423
423
|
"specVersion": { "type": "integer", "minimum": 1 },
|
|
424
424
|
"verdict": { "enum": ["APPROVED", "NEEDS_REVISION", "BLOCKED"] },
|
|
425
425
|
"verdictReason": { "type": "string" },
|
|
@@ -471,7 +471,7 @@ generate_output:
|
|
|
471
471
|
|
|
472
472
|
## Integration
|
|
473
473
|
|
|
474
|
-
### Command Integration (@
|
|
474
|
+
### Command Integration (@quality-gate)
|
|
475
475
|
|
|
476
476
|
```yaml
|
|
477
477
|
command:
|
|
@@ -599,5 +599,5 @@ next_agent: @architect
|
|
|
599
599
|
next_command: *plan
|
|
600
600
|
condition: Critique verdict is APPROVED
|
|
601
601
|
alternatives:
|
|
602
|
-
- agent: @
|
|
602
|
+
- agent: @project-lead, command: *write-spec, condition: Critique verdict is NEEDS_REVISION
|
|
603
603
|
- agent: @architect, command: *analyze-impact, condition: Critique verdict is BLOCKED
|
|
@@ -204,7 +204,7 @@ structuring:
|
|
|
204
204
|
"storyId": "{storyId}",
|
|
205
205
|
"gatheredAt": "{timestamp}",
|
|
206
206
|
"source": "{source}",
|
|
207
|
-
"gatheredBy": "@
|
|
207
|
+
"gatheredBy": "@project-lead",
|
|
208
208
|
"elicitationVersion": "2.0",
|
|
209
209
|
|
|
210
210
|
"functional": [
|
|
@@ -313,7 +313,7 @@ structuring:
|
|
|
313
313
|
"storyId": { "type": "string" },
|
|
314
314
|
"gatheredAt": { "type": "string", "format": "date-time" },
|
|
315
315
|
"source": { "enum": ["prd", "user", "existing"] },
|
|
316
|
-
"gatheredBy": { "type": "string", "default": "@
|
|
316
|
+
"gatheredBy": { "type": "string", "default": "@project-lead" },
|
|
317
317
|
"elicitationVersion": { "type": "string", "default": "2.0" },
|
|
318
318
|
"functional": {
|
|
319
319
|
"type": "array",
|
|
@@ -438,7 +438,7 @@ structuring:
|
|
|
438
438
|
|
|
439
439
|
## Integration
|
|
440
440
|
|
|
441
|
-
### Command Integration (@
|
|
441
|
+
### Command Integration (@project-lead)
|
|
442
442
|
|
|
443
443
|
```yaml
|
|
444
444
|
command:
|
|
@@ -549,4 +549,4 @@ next_agent: @architect
|
|
|
549
549
|
next_command: *analyze-impact
|
|
550
550
|
condition: Requirements gathered (requirements.json created)
|
|
551
551
|
alternatives:
|
|
552
|
-
- agent: @
|
|
552
|
+
- agent: @project-lead, command: *write-spec, condition: SIMPLE complexity, skip assessment
|
|
@@ -271,7 +271,7 @@ Feature: {feature name}
|
|
|
271
271
|
|
|
272
272
|
## Metadata
|
|
273
273
|
|
|
274
|
-
- **Generated by:** @
|
|
274
|
+
- **Generated by:** @project-lead via spec-write-spec
|
|
275
275
|
- **Inputs:** requirements.json, complexity.json, research.json
|
|
276
276
|
- **Iteration:** 1
|
|
277
277
|
|
|
@@ -391,7 +391,7 @@ write_output:
|
|
|
391
391
|
|
|
392
392
|
## Integration
|
|
393
393
|
|
|
394
|
-
### Command Integration (@
|
|
394
|
+
### Command Integration (@project-lead)
|
|
395
395
|
|
|
396
396
|
```yaml
|
|
397
397
|
command:
|
|
@@ -12,7 +12,7 @@ Requer decisão humana para continuar, pausar, revisar ou abortar.
|
|
|
12
12
|
```yaml
|
|
13
13
|
task_id: story-checkpoint
|
|
14
14
|
version: "1.0.0"
|
|
15
|
-
agent: "@
|
|
15
|
+
agent: "@product-lead"
|
|
16
16
|
elicit: true # REQUIRES human interaction
|
|
17
17
|
epic: "11 - Projeto Bob"
|
|
18
18
|
story: "11.3"
|
|
@@ -207,7 +207,7 @@ steps:
|
|
|
207
207
|
To resume later, run:
|
|
208
208
|
*workflow resume development-cycle
|
|
209
209
|
|
|
210
|
-
Or activate @
|
|
210
|
+
Or activate @product-lead and run:
|
|
211
211
|
*validate-story-draft ${next_story}
|
|
212
212
|
|
|
213
213
|
3_exit:
|
|
@@ -357,4 +357,4 @@ output:
|
|
|
357
357
|
|
|
358
358
|
---
|
|
359
359
|
|
|
360
|
-
*Task created by @
|
|
360
|
+
*Task created by @developer (Dex) for Story 11.3*
|
|
@@ -26,7 +26,7 @@ Story ACT-6: Framework integrity checking via `*validate-agents` command.
|
|
|
26
26
|
### Step 1: Discover Agent Files
|
|
27
27
|
|
|
28
28
|
Scan `.sinapse-ai/development/agents/` for all `.md` files.
|
|
29
|
-
Expected agents: dev, qa, architect, pm, po, sm, analyst, data-engineer, ux-design-expert, devops, sinapse-
|
|
29
|
+
Expected agents: dev, qa, architect, pm, po, sm, analyst, data-engineer, ux-design-expert, devops, sinapse-orqx, squad-creator
|
|
30
30
|
|
|
31
31
|
### Step 2: Parse YAML Block
|
|
32
32
|
|
|
@@ -246,18 +246,18 @@ To comprehensively validate a story draft before implementation begins, ensuring
|
|
|
246
246
|
|
|
247
247
|
**Constraint Validation:**
|
|
248
248
|
- [ ] **executor != quality_gate** (CRITICAL - must be different)
|
|
249
|
-
- [ ] **executor** is a known agent: @
|
|
250
|
-
- [ ] **quality_gate** is a known agent: @architect, @
|
|
249
|
+
- [ ] **executor** is a known agent: @developer, @data-engineer, @devops, @ux-design-expert, @analyst, @architect
|
|
250
|
+
- [ ] **quality_gate** is a known agent: @architect, @developer, @pm
|
|
251
251
|
|
|
252
252
|
**Type-to-Executor Consistency:**
|
|
253
253
|
| Work Type | Expected Executor | Expected Quality Gate |
|
|
254
254
|
|-----------|-------------------|----------------------|
|
|
255
|
-
| Code/Features/Logic | @
|
|
256
|
-
| Schema/DB/RLS/Migrations | @data-engineer | @
|
|
255
|
+
| Code/Features/Logic | @developer | @architect |
|
|
256
|
+
| Schema/DB/RLS/Migrations | @data-engineer | @developer |
|
|
257
257
|
| Infra/CI/CD/Deploy | @devops | @architect |
|
|
258
|
-
| Design/UI Components | @ux-design-expert | @
|
|
259
|
-
| Research/Investigation | @analyst | @
|
|
260
|
-
| Architecture Decisions | @architect | @
|
|
258
|
+
| Design/UI Components | @ux-design-expert | @developer |
|
|
259
|
+
| Research/Investigation | @analyst | @project-lead |
|
|
260
|
+
| Architecture Decisions | @architect | @project-lead |
|
|
261
261
|
|
|
262
262
|
- [ ] Story content keywords match assigned executor type
|
|
263
263
|
- [ ] Quality gate tools are appropriate for the executor type
|
|
@@ -340,7 +340,7 @@ To comprehensively validate a story draft before implementation begins, ensuring
|
|
|
340
340
|
- Are secondary types listed if applicable?
|
|
341
341
|
|
|
342
342
|
**Specialized Agent Assignment:**
|
|
343
|
-
- Is @
|
|
343
|
+
- Is @developer listed as primary agent (required for all stories)?
|
|
344
344
|
- Are type-specific agents assigned appropriately?
|
|
345
345
|
- Database stories → @db-sage
|
|
346
346
|
- Frontend stories → @ux-expert
|
|
@@ -349,7 +349,7 @@ To comprehensively validate a story draft before implementation begins, ensuring
|
|
|
349
349
|
|
|
350
350
|
**Quality Gate Tasks:**
|
|
351
351
|
- Are all applicable quality gates defined as checkboxes?
|
|
352
|
-
- Pre-Commit (@
|
|
352
|
+
- Pre-Commit (@developer) - REQUIRED for all stories
|
|
353
353
|
- Pre-PR (@github-devops) - Required if PR will be created
|
|
354
354
|
- Pre-Deployment (@github-devops) - Required for production stories
|
|
355
355
|
|
|
@@ -468,5 +468,5 @@ next_agent: @dev
|
|
|
468
468
|
next_command: *develop {story-id}
|
|
469
469
|
condition: Story status is Approved (GO decision)
|
|
470
470
|
alternatives:
|
|
471
|
-
- agent: @
|
|
471
|
+
- agent: @sprint-lead, command: *draft, condition: Story rejected (NO-GO), needs rework
|
|
472
472
|
|
|
@@ -316,6 +316,6 @@ Invalid: 0
|
|
|
316
316
|
|
|
317
317
|
## Integration
|
|
318
318
|
|
|
319
|
-
- Called by `*validate-workflow` command in sinapse-
|
|
319
|
+
- Called by `*validate-workflow` command in sinapse-orqx
|
|
320
320
|
- Called by `SquadValidator.validateWorkflows()` during squad validation
|
|
321
321
|
- Can be called by `FrameworkAnalyzer.validateWorkflow()` for analysis
|
|
@@ -59,13 +59,13 @@ autoClaude:
|
|
|
59
59
|
|
|
60
60
|
---
|
|
61
61
|
|
|
62
|
-
## Command Integration (@
|
|
62
|
+
## Command Integration (@developer)
|
|
63
63
|
|
|
64
64
|
```yaml
|
|
65
65
|
command:
|
|
66
66
|
name: '*verify-subtask'
|
|
67
67
|
syntax: '*verify-subtask {subtask-id}'
|
|
68
|
-
agent:
|
|
68
|
+
agent: developer
|
|
69
69
|
|
|
70
70
|
examples:
|
|
71
71
|
- '*verify-subtask 1.1'
|
|
@@ -187,10 +187,10 @@ function createMockClient(overrides = {}) {
|
|
|
187
187
|
|
|
188
188
|
| Helper | Agent | Functions | Story |
|
|
189
189
|
|--------|-------|-----------|-------|
|
|
190
|
-
| `dev-helper.js` | @
|
|
191
|
-
| `qa-helper.js` | @
|
|
190
|
+
| `dev-helper.js` | @developer | checkBeforeWriting, suggestReuse, getConventionsForPath, assessRefactoringImpact | NOG-3 |
|
|
191
|
+
| `qa-helper.js` | @quality-gate | validateTestCoverage, detectRegressionRisk | NOG-4 |
|
|
192
192
|
| `planning-helper.js` | @architect | analyzeComplexity, suggestArchitecture | NOG-5 |
|
|
193
|
-
| `story-helper.js` | @sm/@
|
|
193
|
+
| `story-helper.js` | @sm/@product-lead | detectDuplicateStory, suggestRelevantFiles, validateNoDuplicates | NOG-6 |
|
|
194
194
|
| `devops-helper.js` | @devops | assessDeploymentRisk, validatePipelineImpact | NOG-7 |
|
|
195
195
|
| `creation-helper.js` | squad-creator | getCodebaseContext, checkDuplicateArtefact, enrichRegistryEntry | NOG-8 |
|
|
196
196
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Subagent Step Prompt Template
|
|
2
2
|
|
|
3
3
|
> **Purpose:** Reusable template for constructing subagent prompts in the Workflow Runtime Engine.
|
|
4
|
-
> Each variable is replaced at runtime by the orchestrator (sinapse-
|
|
4
|
+
> Each variable is replaced at runtime by the orchestrator (sinapse-orqx) before spawning the subagent via the Task tool.
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -114,7 +114,7 @@ The `{{TASK_CONTENT}}` variable should contain the full task file content, from
|
|
|
114
114
|
## Notes
|
|
115
115
|
|
|
116
116
|
- This template is referenced by `run-workflow-engine.md` task
|
|
117
|
-
- The orchestrator (sinapse-
|
|
117
|
+
- The orchestrator (sinapse-orqx) builds the prompt by reading files and replacing variables
|
|
118
118
|
- Subagents receive the complete prompt and execute autonomously
|
|
119
119
|
- The orchestrator parses the `step_output` YAML block from the subagent's response
|
|
120
120
|
- If the subagent fails to produce a valid YAML block, the orchestrator retries or requests manual intervention
|
|
@@ -4,7 +4,7 @@ workflow:
|
|
|
4
4
|
version: "1.0"
|
|
5
5
|
description: >-
|
|
6
6
|
Automatically creates and manages isolated worktrees for story development.
|
|
7
|
-
Triggered when @
|
|
7
|
+
Triggered when @developer starts working on a story, ensuring parallel development
|
|
8
8
|
capability and clean isolation between different development tasks.
|
|
9
9
|
|
|
10
10
|
Part of the Auto-Claude ADE (Autonomous Development Engine) infrastructure.
|
|
@@ -20,13 +20,13 @@ workflow:
|
|
|
20
20
|
# ═══════════════════════════════════════════════════════════════════════════════════
|
|
21
21
|
|
|
22
22
|
triggers:
|
|
23
|
-
# Primary trigger: When @
|
|
23
|
+
# Primary trigger: When @developer starts a story
|
|
24
24
|
- event: story_started
|
|
25
|
-
agent:
|
|
25
|
+
agent: developer
|
|
26
26
|
condition: projectConfig.autoWorktree.enabled === true
|
|
27
27
|
action: create_worktree
|
|
28
28
|
|
|
29
|
-
# Secondary trigger: When @
|
|
29
|
+
# Secondary trigger: When @product-lead assigns a story
|
|
30
30
|
- event: story_assigned
|
|
31
31
|
agent: po
|
|
32
32
|
condition: projectConfig.autoWorktree.createOnAssign === true
|
|
@@ -386,7 +386,7 @@ workflow:
|
|
|
386
386
|
# ═══════════════════════════════════════════════════════════════════════════════════
|
|
387
387
|
|
|
388
388
|
integration:
|
|
389
|
-
# Integration with @
|
|
389
|
+
# Integration with @developer agent
|
|
390
390
|
dev_agent:
|
|
391
391
|
hook: on_story_start
|
|
392
392
|
action: trigger_workflow
|
|
@@ -349,7 +349,7 @@ workflow:
|
|
|
349
349
|
elicit: true
|
|
350
350
|
duration_estimate: "30-45 min"
|
|
351
351
|
notes: |
|
|
352
|
-
@
|
|
352
|
+
@quality-gate faz review geral de qualidade do assessment:
|
|
353
353
|
|
|
354
354
|
RESPONSABILIDADES:
|
|
355
355
|
1. IDENTIFICAR GAPS
|
|
@@ -376,7 +376,7 @@ workflow:
|
|
|
376
376
|
- O assessment está completo?
|
|
377
377
|
- Pode seguir para planning?
|
|
378
378
|
|
|
379
|
-
COMANDO: @
|
|
379
|
+
COMANDO: @quality-gate (prompt manual)
|
|
380
380
|
|
|
381
381
|
PROMPT:
|
|
382
382
|
```
|
|
@@ -659,7 +659,7 @@ workflow:
|
|
|
659
659
|
elicit: true
|
|
660
660
|
duration_estimate: "20-30 min"
|
|
661
661
|
notes: |
|
|
662
|
-
@
|
|
662
|
+
@project-lead cria epic baseado no assessment validado:
|
|
663
663
|
|
|
664
664
|
EPIC: "Resolução de Débitos Técnicos - [Nome do Projeto]"
|
|
665
665
|
|
|
@@ -671,7 +671,7 @@ workflow:
|
|
|
671
671
|
- Budget aprovado
|
|
672
672
|
- Lista de stories
|
|
673
673
|
|
|
674
|
-
COMANDO: @
|
|
674
|
+
COMANDO: @project-lead → *create-epic
|
|
675
675
|
|
|
676
676
|
OUTPUT: docs/stories/epic-technical-debt.md
|
|
677
677
|
|
|
@@ -686,7 +686,7 @@ workflow:
|
|
|
686
686
|
elicit: true
|
|
687
687
|
duration_estimate: "15-20 min por story"
|
|
688
688
|
notes: |
|
|
689
|
-
@
|
|
689
|
+
@project-lead cria stories para cada débito/grupo de débitos:
|
|
690
690
|
|
|
691
691
|
Para cada item priorizado:
|
|
692
692
|
- Story com tasks claras
|
|
@@ -695,7 +695,7 @@ workflow:
|
|
|
695
695
|
- Estimativa validada pelos especialistas
|
|
696
696
|
- Definition of Done
|
|
697
697
|
|
|
698
|
-
COMANDO: @
|
|
698
|
+
COMANDO: @project-lead → *create-story (repetir)
|
|
699
699
|
|
|
700
700
|
OUTPUT:
|
|
701
701
|
- docs/stories/story-1.1-fix-security-rls.md
|
|
@@ -742,7 +742,7 @@ workflow:
|
|
|
742
742
|
PRÓXIMOS PASSOS:
|
|
743
743
|
1. Apresentar TECHNICAL-DEBT-REPORT.md para stakeholders
|
|
744
744
|
2. Obter aprovação de budget
|
|
745
|
-
3. Iniciar desenvolvimento: @
|
|
745
|
+
3. Iniciar desenvolvimento: @developer → story-1.1
|
|
746
746
|
|
|
747
747
|
TEMPO TOTAL ESTIMADO: 4-6 horas
|
|
748
748
|
|
|
@@ -842,7 +842,7 @@ workflow:
|
|
|
842
842
|
duration: "20-30 min"
|
|
843
843
|
fase_7:
|
|
844
844
|
name: "QA Review"
|
|
845
|
-
agent: "@
|
|
845
|
+
agent: "@quality-gate"
|
|
846
846
|
command: "(manual review)"
|
|
847
847
|
output: "docs/reviews/qa-review.md"
|
|
848
848
|
duration: "30-45 min"
|
|
@@ -860,7 +860,7 @@ workflow:
|
|
|
860
860
|
duration: "30-45 min"
|
|
861
861
|
fase_10:
|
|
862
862
|
name: "Planning"
|
|
863
|
-
agent: "@
|
|
863
|
+
agent: "@project-lead"
|
|
864
864
|
command: "*brownfield-create-epic + *brownfield-create-story"
|
|
865
865
|
output: "docs/stories/epic-*.md, story-*.md"
|
|
866
866
|
duration: "30-60 min"
|
|
@@ -917,7 +917,7 @@ workflow:
|
|
|
917
917
|
report_complete: |
|
|
918
918
|
Relatório executivo: docs/reports/TECHNICAL-DEBT-REPORT.md
|
|
919
919
|
|
|
920
|
-
Próximo: @
|
|
920
|
+
Próximo: @project-lead para criar epic e stories (FASE 10)
|
|
921
921
|
|
|
922
922
|
workflow_complete: |
|
|
923
923
|
✅ DISCOVERY COMPLETO!
|
|
@@ -929,4 +929,4 @@ workflow:
|
|
|
929
929
|
- docs/stories/epic-technical-debt.md
|
|
930
930
|
- docs/stories/story-*.md
|
|
931
931
|
|
|
932
|
-
Pronto para: @
|
|
932
|
+
Pronto para: @developer implementar stories
|
|
@@ -146,7 +146,7 @@ workflow:
|
|
|
146
146
|
- architecture.md
|
|
147
147
|
notes: |
|
|
148
148
|
Shard documents for IDE development:
|
|
149
|
-
- Option A: Use PO agent to shard: @
|
|
149
|
+
- Option A: Use PO agent to shard: @product-lead then ask to shard docs/prd.md
|
|
150
150
|
- Option B: Manual: Drag shard-doc task + docs/prd.md into chat
|
|
151
151
|
- Creates docs/prd/ and docs/architecture/ folders with sharded content
|
|
152
152
|
|
|
@@ -162,8 +162,8 @@ workflow:
|
|
|
162
162
|
repeats: for_each_epic_or_enhancement
|
|
163
163
|
notes: |
|
|
164
164
|
Story creation cycle:
|
|
165
|
-
- For sharded PRD: @
|
|
166
|
-
- For brownfield docs: @
|
|
165
|
+
- For sharded PRD: @sprint-lead → *create (uses create-next-story)
|
|
166
|
+
- For brownfield docs: @sprint-lead → use create-brownfield-story task
|
|
167
167
|
- Creates story from available documentation
|
|
168
168
|
- Story starts in "Draft" status
|
|
169
169
|
- May require additional context gathering for brownfield
|
|
@@ -184,7 +184,7 @@ workflow:
|
|
|
184
184
|
- Update story status: Draft → Approved
|
|
185
185
|
|
|
186
186
|
- id: dev-implement-story
|
|
187
|
-
agent:
|
|
187
|
+
agent: developer
|
|
188
188
|
action: implement_story
|
|
189
189
|
creates: implementation_files
|
|
190
190
|
duration_estimate: "1-4 hours"
|
|
@@ -203,14 +203,14 @@ workflow:
|
|
|
203
203
|
requires: implementation_files
|
|
204
204
|
optional: true
|
|
205
205
|
notes: |
|
|
206
|
-
OPTIONAL: QA Agent (New Chat): @
|
|
206
|
+
OPTIONAL: QA Agent (New Chat): @quality-gate → review-story
|
|
207
207
|
- Senior dev review with refactoring ability
|
|
208
208
|
- Fixes small issues directly
|
|
209
209
|
- Leaves checklist for remaining items
|
|
210
210
|
- Updates story status (Review → Done or stays Review)
|
|
211
211
|
|
|
212
212
|
- id: dev-address-qa-feedback
|
|
213
|
-
agent:
|
|
213
|
+
agent: developer
|
|
214
214
|
action: address_qa_feedback
|
|
215
215
|
updates: implementation_files
|
|
216
216
|
requires: implementation_files
|