sinapse-ai 9.4.0 → 9.5.0
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 +10 -4
- package/.claude/hooks/enforce-architecture-first.py +197 -197
- package/.claude/hooks/enforce-git-push-authority.sh +25 -4
- package/.claude/hooks/mind-clone-governance.py +193 -193
- package/.claude/hooks/read-protection.py +152 -152
- package/.claude/hooks/sql-governance.py +183 -183
- package/.claude/hooks/verify-packages.cjs +83 -0
- package/.claude/hooks/write-path-validation.py +195 -195
- package/.claude/rules/hook-governance.md +1 -0
- package/.claude/rules/mandatory-delegation.md +24 -0
- package/.claude/rules/project-intelligence.md +63 -0
- package/.claude/rules/response-format.md +4 -0
- package/.claude/rules/safe-collaboration.md +4 -2
- package/.claude/rules/security-data-protection.md +18 -0
- package/.claude/rules/squad-awareness.md +93 -67
- package/.claude/rules/token-economy.md +148 -0
- package/.codex/agents/analyst.md +90 -0
- package/.codex/agents/architect.md +78 -0
- package/.codex/agents/data-engineer.md +38 -0
- package/.codex/agents/developer.md +97 -0
- package/.codex/agents/devops.md +121 -0
- package/.codex/agents/product-lead.md +27 -0
- package/.codex/agents/project-lead.md +28 -0
- package/.codex/agents/quality-gate.md +89 -0
- package/.codex/agents/sprint-lead.md +28 -0
- package/.codex/agents/squad-creator.md +58 -0
- package/.codex/agents/ux-design-expert.md +28 -0
- package/.sinapse-ai/core/code-intel/registry-syncer.js +56 -3
- package/.sinapse-ai/core/doctor/checks/agent-memory.js +5 -1
- package/.sinapse-ai/core/doctor/checks/claude-md.js +4 -1
- package/.sinapse-ai/core/doctor/checks/code-intel.js +5 -1
- package/.sinapse-ai/core/doctor/checks/commands-count.js +4 -1
- package/.sinapse-ai/core/doctor/checks/constitution-consistency.js +4 -1
- package/.sinapse-ai/core/doctor/checks/core-config.js +4 -1
- package/.sinapse-ai/core/doctor/checks/entity-registry.js +6 -1
- package/.sinapse-ai/core/doctor/checks/git-hooks.js +5 -1
- package/.sinapse-ai/core/doctor/checks/graph-dashboard.js +4 -1
- package/.sinapse-ai/core/doctor/checks/hooks-claude-count.js +5 -1
- package/.sinapse-ai/core/doctor/checks/ide-sync.js +4 -1
- package/.sinapse-ai/core/doctor/checks/node-version.js +4 -1
- package/.sinapse-ai/core/doctor/checks/npm-packages.js +4 -1
- package/.sinapse-ai/core/doctor/checks/rules-files.js +4 -1
- package/.sinapse-ai/core/doctor/checks/settings-json.js +4 -1
- package/.sinapse-ai/core/doctor/checks/skills-count.js +4 -1
- package/.sinapse-ai/core/doctor/index.js +157 -50
- package/.sinapse-ai/core/ids/registry-updater.js +6 -1
- package/.sinapse-ai/core/logger/index.js +319 -0
- package/.sinapse-ai/core/orchestration/terminal-spawner.js +2 -2
- package/.sinapse-ai/core/telemetry/index.js +247 -0
- package/.sinapse-ai/data/entity-registry.yaml +1384 -944
- package/.sinapse-ai/development/agents/architect.md +5 -0
- package/.sinapse-ai/development/agents/data-engineer.md +38 -0
- package/.sinapse-ai/development/agents/developer.md +28 -0
- package/.sinapse-ai/development/agents/devops.md +4 -0
- package/.sinapse-ai/development/agents/product-lead.md +27 -0
- package/.sinapse-ai/development/agents/project-lead.md +28 -0
- package/.sinapse-ai/development/agents/quality-gate.md +4 -0
- package/.sinapse-ai/development/agents/sprint-lead/MEMORY.md +8 -0
- package/.sinapse-ai/development/agents/sprint-lead.md +28 -0
- package/.sinapse-ai/development/agents/squad-creator.md +58 -0
- package/.sinapse-ai/development/agents/ux-design-expert.md +28 -0
- package/.sinapse-ai/development/knowledge-base/agent-communication-protocol.md +127 -0
- package/.sinapse-ai/development/knowledge-base/database-scaling-patterns.md +374 -0
- package/.sinapse-ai/development/knowledge-base/environment-deployment-patterns.md +353 -0
- package/.sinapse-ai/development/knowledge-base/gotchas-patterns.md +224 -0
- package/.sinapse-ai/development/knowledge-base/infrastructure-decision-framework.md +221 -0
- package/.sinapse-ai/development/knowledge-base/security-pre-deploy-checklist.md +410 -0
- package/.sinapse-ai/development/knowledge-base/software-architecture-patterns.md +299 -0
- package/.sinapse-ai/development/knowledge-base/token-economy-guide.md +198 -0
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +5 -1
- package/.sinapse-ai/development/skills/captcha-handler.md +82 -0
- package/.sinapse-ai/development/skills/chrome-brain.md +81 -0
- package/.sinapse-ai/development/skills/deploy-readiness.md +93 -0
- package/.sinapse-ai/development/skills/model-router.md +92 -0
- package/.sinapse-ai/development/skills/sinapse-methodology.md +175 -0
- package/.sinapse-ai/development/skills/story-fast-track.md +71 -0
- package/.sinapse-ai/development/tasks/dev-develop-story.md +10 -0
- package/.sinapse-ai/development/tasks/environment-promotion-pipeline.md +582 -0
- package/.sinapse-ai/development/tasks/generate-agent-handoff.md +223 -0
- package/.sinapse-ai/development/tasks/infrastructure-assessment.md +432 -0
- package/.sinapse-ai/development/tasks/load-testing-setup.md +611 -0
- package/.sinapse-ai/development/tasks/observability-blueprint.md +562 -0
- package/.sinapse-ai/development/templates/legal/breach-notification-tmpl.md +113 -0
- package/.sinapse-ai/development/templates/legal/privacy-policy-tmpl.md +93 -0
- package/.sinapse-ai/development/templates/legal/terms-of-service-tmpl.md +85 -0
- package/.sinapse-ai/development/templates/service-template/README.md.hbs +159 -159
- package/.sinapse-ai/development/templates/service-template/__tests__/index.test.ts.hbs +238 -238
- package/.sinapse-ai/development/templates/service-template/client.ts.hbs +404 -404
- package/.sinapse-ai/development/templates/service-template/errors.ts.hbs +183 -183
- package/.sinapse-ai/development/templates/service-template/index.ts.hbs +121 -121
- package/.sinapse-ai/development/templates/service-template/package.json.hbs +88 -88
- package/.sinapse-ai/development/templates/service-template/types.ts.hbs +146 -146
- package/.sinapse-ai/development/templates/squad-template/LICENSE +22 -22
- package/.sinapse-ai/development/workflows/story-development-cycle.yaml +40 -1
- package/.sinapse-ai/hooks/ids-post-commit.js +22 -0
- package/.sinapse-ai/infrastructure/contracts/compatibility/README.md +42 -0
- package/.sinapse-ai/infrastructure/contracts/compatibility/sinapse-current.yaml +35 -0
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-free-tracked.cmd +127 -127
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-proxy.cmd +71 -71
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-usage.cmd +51 -51
- package/.sinapse-ai/infrastructure/scripts/pr-review-ai.js +16 -13
- package/.sinapse-ai/infrastructure/scripts/setup-project-infra.js +128 -0
- package/.sinapse-ai/infrastructure/scripts/test-discovery.js +8 -3
- package/.sinapse-ai/infrastructure/scripts/validate-manifest-parity.js +380 -0
- package/.sinapse-ai/infrastructure/scripts/validate-parity.js +76 -25
- package/.sinapse-ai/infrastructure/templates/coderabbit.yaml.template +280 -280
- package/.sinapse-ai/infrastructure/templates/config/env.example +16 -0
- package/.sinapse-ai/infrastructure/templates/config/gitignore-additions.tmpl +59 -0
- package/.sinapse-ai/infrastructure/templates/github/CODEOWNERS.template +12 -0
- package/.sinapse-ai/infrastructure/templates/github/PULL_REQUEST_TEMPLATE.md +29 -0
- package/.sinapse-ai/infrastructure/templates/github/ci-template.yml +77 -0
- package/.sinapse-ai/infrastructure/templates/github/issue-templates/bug_report.md +34 -0
- package/.sinapse-ai/infrastructure/templates/github/issue-templates/feature_request.md +19 -0
- package/.sinapse-ai/infrastructure/templates/github-workflows/ci.yml.template +170 -170
- package/.sinapse-ai/infrastructure/templates/github-workflows/pr-automation.yml.template +331 -331
- package/.sinapse-ai/infrastructure/templates/github-workflows/release.yml.template +197 -197
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-brownfield-merge.tmpl +19 -19
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-node.tmpl +86 -86
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-python.tmpl +146 -146
- package/.sinapse-ai/infrastructure/templates/gitignore/gitignore-sinapse-base.tmpl +64 -64
- package/.sinapse-ai/infrastructure/templates/sinapse-sync.yaml.template +183 -183
- package/.sinapse-ai/install-manifest.yaml +275 -140
- package/.sinapse-ai/local-config.yaml.template +65 -65
- package/.sinapse-ai/monitor/hooks/lib/__init__.py +2 -2
- package/.sinapse-ai/monitor/hooks/lib/enrich.py +59 -59
- package/.sinapse-ai/monitor/hooks/lib/send_event.py +48 -48
- package/.sinapse-ai/monitor/hooks/notification.py +30 -30
- package/.sinapse-ai/monitor/hooks/post_tool_use.py +46 -46
- package/.sinapse-ai/monitor/hooks/pre_compact.py +30 -30
- package/.sinapse-ai/monitor/hooks/pre_tool_use.py +41 -41
- package/.sinapse-ai/monitor/hooks/stop.py +30 -30
- package/.sinapse-ai/monitor/hooks/subagent_stop.py +30 -30
- package/.sinapse-ai/monitor/hooks/user_prompt_submit.py +39 -39
- package/.sinapse-ai/product/templates/adr.hbs +126 -126
- package/.sinapse-ai/product/templates/dbdr.hbs +242 -242
- package/.sinapse-ai/product/templates/epic.hbs +213 -213
- package/.sinapse-ai/product/templates/pmdr.hbs +187 -187
- package/.sinapse-ai/product/templates/prd-v2.0.hbs +217 -217
- package/.sinapse-ai/product/templates/prd.hbs +202 -202
- package/.sinapse-ai/product/templates/story-tmpl.yaml +59 -0
- package/.sinapse-ai/product/templates/story.hbs +264 -264
- package/.sinapse-ai/product/templates/task.hbs +171 -171
- package/.sinapse-ai/product/templates/tmpl-comment-on-examples.sql +159 -159
- package/.sinapse-ai/product/templates/tmpl-migration-script.sql +92 -92
- package/.sinapse-ai/product/templates/tmpl-rls-granular-policies.sql +105 -105
- package/.sinapse-ai/product/templates/tmpl-rls-kiss-policy.sql +11 -11
- package/.sinapse-ai/product/templates/tmpl-rls-roles.sql +136 -136
- package/.sinapse-ai/product/templates/tmpl-rls-simple.sql +78 -78
- package/.sinapse-ai/product/templates/tmpl-rls-tenant.sql +153 -153
- package/.sinapse-ai/product/templates/tmpl-rollback-script.sql +78 -78
- package/.sinapse-ai/product/templates/tmpl-seed-data.sql +141 -141
- package/.sinapse-ai/product/templates/tmpl-smoke-test.sql +17 -17
- package/.sinapse-ai/product/templates/tmpl-staging-copy-merge.sql +140 -140
- package/.sinapse-ai/product/templates/tmpl-stored-proc.sql +141 -141
- package/.sinapse-ai/product/templates/tmpl-trigger.sql +153 -153
- package/.sinapse-ai/product/templates/tmpl-view-materialized.sql +134 -134
- package/.sinapse-ai/product/templates/tmpl-view.sql +178 -178
- package/.sinapse-ai/scripts/diagnostics/health-dashboard/package-lock.json +427 -355
- package/LICENSE +34 -34
- package/README.en.md +167 -20
- package/README.md +190 -22
- package/bin/cli.js +510 -196
- package/bin/postinstall.js +564 -0
- package/bin/sinapse-cli +283 -283
- package/bin/sinapse-graph.js +9 -0
- package/bin/sinapse-init.js +36 -4
- package/bin/sinapse-minimal.js +20 -9
- package/bin/sinapse.js +202 -122
- package/bin/utils/deprecation-warning.js +46 -0
- package/bin/utils/pre-push-safety.js +14 -0
- package/docs/TELEMETRY.md +131 -0
- package/docs/chrome-brain-upgrade-plan.md +624 -0
- package/docs/framework/orqx-plan.md +1 -1
- package/docs/installation/chrome-brain.md +17 -7
- package/docs/mega-upgrade-orchestration-plan.md +71 -0
- package/docs/pt/contributing.md +20 -0
- package/docs/research-synthesis-for-upgrade.md +511 -0
- package/docs/security-audit-report.md +306 -0
- package/package.json +20 -8
- package/packages/installer/src/config/configure-environment.js +19 -44
- package/packages/installer/src/detection/detect-project-type.js +181 -63
- package/packages/installer/src/installer/manifest-signature.js +32 -17
- package/packages/installer/src/wizard/i18n.js +12 -0
- package/packages/installer/src/wizard/ide-config-generator.js +8 -39
- package/packages/installer/src/wizard/index.js +119 -14
- package/packages/installer/src/wizard/questions.js +2 -3
- package/packages/installer/tests/integration/environment-configuration.test.js +7 -5
- package/packages/installer/tests/unit/detection/detect-project-type.test.js +138 -1
- package/packages/installer/tests/unit/doctor/doctor-orchestrator.test.js +3 -3
- package/packages/sinapse-install/bin/edmcp.js +0 -0
- package/packages/sinapse-install/bin/sinapse-install.js +0 -0
- package/packages/sinapse-pro-cli/bin/sinapse-pro.js +0 -0
- package/scripts/check-markdown-links.py +353 -353
- package/scripts/coverage-report-summary.js +169 -0
- package/scripts/generate-install-manifest.js +6 -2
- package/scripts/release-readiness.js +169 -0
- package/scripts/test-install-matrix-local.sh +153 -0
- package/scripts/validate-install-docs.js +394 -0
- package/scripts/validate-no-external-refs.js +376 -0
- package/scripts/validate-squad-orqx.js +302 -0
- package/scripts/validate-story-meta.js +263 -0
- package/squads/claude-code-mastery/CHANGELOG.md +1 -1
- package/squads/claude-code-mastery/README.md +2 -2
- package/squads/claude-code-mastery/squad.yaml +1 -1
- package/squads/squad-artdir/README.md +90 -0
- package/squads/squad-artdir/agents/accessibility-guardian.md +184 -0
- package/squads/squad-artdir/agents/artdir-orqx.md +145 -0
- package/squads/squad-artdir/agents/color-psychologist.md +166 -0
- package/squads/squad-artdir/agents/cro-persuasion.md +161 -0
- package/squads/squad-artdir/agents/design-system-architect.md +100 -0
- package/squads/squad-artdir/agents/ia-architect.md +169 -0
- package/squads/squad-artdir/agents/interaction-designer.md +162 -0
- package/squads/squad-artdir/agents/layout-engineer.md +163 -0
- package/squads/squad-artdir/agents/motion-architect.md +185 -0
- package/squads/squad-artdir/agents/platform-aesthetic-director.md +84 -0
- package/squads/squad-artdir/agents/premium-packaging-strategist.md +107 -0
- package/squads/squad-artdir/agents/product-surface-director.md +86 -0
- package/squads/squad-artdir/agents/type-systemist.md +138 -0
- package/squads/squad-artdir/agents/visual-strategist.md +127 -0
- package/squads/squad-artdir/checklists/seven-pillars-validation-checklist.md +172 -0
- package/squads/squad-artdir/knowledge-base/case-nyo-ia-reference.md +289 -0
- package/squads/squad-artdir/knowledge-base/deliverables-templates.md +457 -0
- package/squads/squad-artdir/knowledge-base/motion-technique-catalog.md +247 -0
- package/squads/squad-artdir/knowledge-base/premium-packaging-principles.md +133 -0
- package/squads/squad-artdir/knowledge-base/psychological-toolkit.md +229 -0
- package/squads/squad-artdir/knowledge-base/saas-art-direction-canon.md +242 -0
- package/squads/squad-artdir/knowledge-base/seven-pillars-framework.md +289 -0
- package/squads/squad-artdir/knowledge-base/ten-pillars-framework.md +221 -0
- package/squads/squad-artdir/package.json +20 -0
- package/squads/squad-artdir/squad.yaml +271 -0
- package/squads/squad-artdir/tasks/audit-conversion.md +97 -0
- package/squads/squad-artdir/tasks/audit-drift-multi-surface.md +55 -0
- package/squads/squad-artdir/tasks/consult-saas-canon.md +54 -0
- package/squads/squad-artdir/tasks/create-art-direction-brief.md +110 -0
- package/squads/squad-artdir/tasks/create-premium-packaging-brief.md +61 -0
- package/squads/squad-artdir/tasks/create-wireflow.md +84 -0
- package/squads/squad-artdir/tasks/design-color-system.md +81 -0
- package/squads/squad-artdir/tasks/design-product-surface.md +60 -0
- package/squads/squad-artdir/tasks/design-token-system.md +58 -0
- package/squads/squad-artdir/tasks/diagnose-visual-language.md +92 -0
- package/squads/squad-artdir/tasks/first-5-minutes-choreography.md +65 -0
- package/squads/squad-artdir/tasks/specify-motion-system.md +84 -0
- package/squads/squad-artdir/tasks/validate-against-pillars.md +143 -0
- package/squads/squad-artdir/templates/art-direction-brief-template.md +215 -0
- package/squads/squad-artdir/workflows/conversion-audit-cycle.yaml +78 -0
- package/squads/squad-artdir/workflows/full-art-direction-cycle.yaml +98 -0
- package/squads/squad-artdir/workflows/saas-platform-art-direction-cycle.yaml +174 -0
- package/squads/squad-brand/knowledge-base/ai-visual-generation-canon.md +234 -0
- package/squads/squad-brand/squad.yaml +20 -6
- package/squads/squad-claude/knowledge-base/context-window-optimization.md +1 -1
- package/squads/squad-claude/knowledge-base/swarm-orchestration-patterns.md +2 -2
- package/squads/squad-content/knowledge-base/ai-native-content-loop.md +220 -0
- package/squads/squad-content/knowledge-base/signal-intelligence-v2.md +234 -0
- package/squads/squad-content/knowledge-base/task-ownership-map.md +235 -0
- package/squads/squad-content/squad.yaml +187 -27
- package/squads/squad-copy/knowledge-base/ai-copy-human-loop-canon.md +235 -0
- package/squads/squad-copy/squad.yaml +19 -4
- package/squads/squad-design/knowledge-base/cross-surface-token-canon.md +209 -0
- package/squads/squad-design/squad.yaml +19 -4
- package/.sinapse-ai/core/registry/service-registry.json +0 -6346
- package/.sinapse-ai/data/registry-update-log.jsonl +0 -1323
- package/.sinapse-ai/manifests/agents.csv +0 -29
- package/.sinapse-ai/manifests/tasks.csv +0 -204
- package/.sinapse-ai/manifests/workers.csv +0 -196
- package/squads/squad-growth/tasks/calculate-sample-size.md +0 -121
- package/squads/squad-paidmedia/tasks/calculate-sample-size.md +0 -57
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
id,name,archetype,icon,version,status,file_path,when_to_use
|
|
2
|
-
analyst,Scope,Decoder,🔍,2.1.0,active,.sinapse-ai/development/agents/analyst.md,"Use for market research, competitive analysis, user research, brainstorming session facilitation, structured ideation workshops, feasibility studies, industry trends analysis, project discovery (brownfield documentation), and research report creation.
|
|
3
|
-
|
|
4
|
-
NOT for: PRD creation or product strategy → Use @project-lead. Technical architecture decisions or technology selection → Use @architect. Story creation or sprint planning → Use @sprint-lead.
|
|
5
|
-
"
|
|
6
|
-
architect,Stratum,Visionary,🏛️,2.1.0,active,.sinapse-ai/development/agents/architect.md,"Use for system architecture (fullstack, backend, frontend, infrastructure), technology stack selection (technical evaluation), API design (REST/GraphQL/tRPC/WebSocket), security architecture, performance optimization, deployment strategy, and cross-cutting concerns (logging, monitoring, error handling).
|
|
7
|
-
|
|
8
|
-
NOT for: Market research or competitive analysis → Use @analyst. PRD creation or product strategy → Use @project-lead. Database schema design or query optimization → Use @data-engineer.
|
|
9
|
-
"
|
|
10
|
-
data-engineer,Tensor,Sage,📊,2.1.0,active,.sinapse-ai/development/agents/data-engineer.md,"Use for database design, schema architecture, Supabase configuration, RLS policies, migrations, query optimization, data modeling, operations, and monitoring"
|
|
11
|
-
developer,Pixel,Builder,💻,2.1.0,active,.sinapse-ai/development/agents/developer.md,"Use for code implementation, debugging, refactoring, and development best practices"
|
|
12
|
-
devops,Pipeline,Operator,⚡,2.1.0,active,.sinapse-ai/development/agents/devops.md,"Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized to push to remote repository."
|
|
13
|
-
product-lead,Axis,Balancer,🎯,2.1.0,active,.sinapse-ai/development/agents/product-lead.md,"Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions"
|
|
14
|
-
project-lead,Beacon,Strategist,📋,2.1.0,active,.sinapse-ai/development/agents/project-lead.md,"Use for PRD creation (greenfield and brownfield), epic creation and management, product strategy and vision, feature prioritization (MoSCoW, RICE), roadmap planning, business case development, go/no-go decisions, scope definition, success metrics, and stakeholder communication.
|
|
15
|
-
|
|
16
|
-
Epic/Story Delegation (Gate 1 Decision): PM creates epic structure, then delegates story creation to @sprint-lead.
|
|
17
|
-
|
|
18
|
-
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 @developer.
|
|
19
|
-
"
|
|
20
|
-
quality-gate,Litmus,Guardian,✅,2.1.0,active,.sinapse-ai/development/agents/quality-gate.md,"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."
|
|
21
|
-
sinapse-orqx,Imperator,Supreme Commander,👑,2.1.0,active,.sinapse-ai/development/agents/sinapse-orqx.md,"ALWAYS as the default agent. Imperator is the first point of contact for EVERY request. Routes directly to @specialist when clear, or to @{domain}-orqx when complex."
|
|
22
|
-
sprint-lead,Sync,Facilitator,🌊,2.1.0,active,.sinapse-ai/development/agents/sprint-lead.md,"Use for user story creation from PRD, story validation and completeness checking, acceptance criteria definition, story refinement, sprint planning, backlog grooming, retrospectives, daily standup facilitation, and local branch management (create/switch/list/delete local branches, local merges).
|
|
23
|
-
|
|
24
|
-
Epic/Story Delegation (Gate 1 Decision): PM creates epic structure, SM creates detailed user stories from that epic.
|
|
25
|
-
|
|
26
|
-
NOT for: PRD creation or epic structure → Use @project-lead. Market research or competitive analysis → Use @analyst. Technical architecture design → Use @architect. Implementation work → Use @developer. Remote Git operations (push, create PR, merge PR, delete remote branches) → Use @github-devops.
|
|
27
|
-
"
|
|
28
|
-
squad-creator,Loom,Builder,🏗️,2.1.0,active,.sinapse-ai/development/agents/squad-creator.md,"Use to create, validate, publish and manage squads"
|
|
29
|
-
ux-design-expert,Mosaic,Empathizer,🎨,2.1.0,active,.sinapse-ai/development/agents/ux-design-expert.md,"Complete design workflow - user research, wireframes, design systems, token extraction, component building, and quality assurance"
|
|
@@ -1,204 +0,0 @@
|
|
|
1
|
-
id,name,category,format,has_elicitation,file_path,status
|
|
2
|
-
add-mcp,Add Mcp,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/add-mcp.md,active
|
|
3
|
-
advanced-elicitation,Advanced Elicitation,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/advanced-elicitation.md,active
|
|
4
|
-
analyst-facilitate-brainstorming,Analyst Facilitate Brainstorming,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/analyst-facilitate-brainstorming.md,active
|
|
5
|
-
analyze-brownfield,Analyze Brownfield,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/analyze-brownfield.md,active
|
|
6
|
-
analyze-cross-artifact,Analyze Cross Artifact,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/analyze-cross-artifact.md,active
|
|
7
|
-
analyze-framework,Analyze Framework,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/analyze-framework.md,active
|
|
8
|
-
analyze-performance,Analyze Performance,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/analyze-performance.md,active
|
|
9
|
-
analyze-project-structure,Analyze Project Structure,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/analyze-project-structure.md,active
|
|
10
|
-
apply-qa-fixes,Apply Qa Fixes,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/apply-qa-fixes.md,active
|
|
11
|
-
architect-analyze-impact,Architect Analyze Impact,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/architect-analyze-impact.md,active
|
|
12
|
-
audit-codebase,Audit Codebase,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/audit-codebase.md,active
|
|
13
|
-
audit-tailwind-config,Audit Tailwind Config,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/audit-tailwind-config.md,active
|
|
14
|
-
audit-utilities,Audit Utilities,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/audit-utilities.md,active
|
|
15
|
-
bootstrap-shadcn-library,Bootstrap Shadcn Library,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/bootstrap-shadcn-library.md,active
|
|
16
|
-
brownfield-create-epic,Brownfield Create Epic,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/brownfield-create-epic.md,active
|
|
17
|
-
brownfield-create-story,Brownfield Create Story,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/brownfield-create-story.md,active
|
|
18
|
-
build-autonomous,Build Autonomous,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/build-autonomous.md,active
|
|
19
|
-
build-component,Build Component,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/build-component.md,active
|
|
20
|
-
build-resume,Build Resume,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/build-resume.md,active
|
|
21
|
-
build-status,Build Status,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/build-status.md,active
|
|
22
|
-
build,Build,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/build.md,active
|
|
23
|
-
calculate-roi,Calculate Roi,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/calculate-roi.md,active
|
|
24
|
-
check-docs-links,Check Documentation Links,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/check-docs-links.md,active
|
|
25
|
-
ci-cd-configuration,Ci Cd Configuration,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/ci-cd-configuration.md,active
|
|
26
|
-
cleanup-utilities,Cleanup Utilities,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/cleanup-utilities.md,active
|
|
27
|
-
cleanup-worktrees,Cleanup Worktrees,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/cleanup-worktrees.md,active
|
|
28
|
-
collaborative-edit,Collaborative Edit,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/collaborative-edit.md,active
|
|
29
|
-
compose-molecule,Compose Molecule,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/compose-molecule.md,active
|
|
30
|
-
consolidate-patterns,Consolidate Patterns,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/consolidate-patterns.md,active
|
|
31
|
-
correct-course,Correct Course,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/correct-course.md,active
|
|
32
|
-
create-agent,Create Agent,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/create-agent.md,active
|
|
33
|
-
create-brownfield-story,Create Brownfield Story,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/create-brownfield-story.md,active
|
|
34
|
-
create-deep-research-prompt,Create Deep Research Prompt,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/create-deep-research-prompt.md,active
|
|
35
|
-
create-doc,Create Doc,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/create-doc.md,active
|
|
36
|
-
create-next-story,Create Next Story,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/create-next-story.md,active
|
|
37
|
-
create-service,Create Service,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/create-service.md,active
|
|
38
|
-
create-suite,Create Suite,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/create-suite.md,active
|
|
39
|
-
create-task,Create Task,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/create-task.md,active
|
|
40
|
-
create-workflow,Create Workflow,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/create-workflow.md,active
|
|
41
|
-
create-worktree,Create Worktree,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/create-worktree.md,active
|
|
42
|
-
db-analyze-hotpaths,Db Analyze Hotpaths,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-analyze-hotpaths.md,active
|
|
43
|
-
db-apply-migration,Db Apply Migration,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-apply-migration.md,active
|
|
44
|
-
db-bootstrap,Db Bootstrap,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-bootstrap.md,active
|
|
45
|
-
db-domain-modeling,Db Domain Modeling,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-domain-modeling.md,active
|
|
46
|
-
db-dry-run,Db Dry Run,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-dry-run.md,active
|
|
47
|
-
db-env-check,Db Env Check,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-env-check.md,active
|
|
48
|
-
db-explain,Db Explain,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-explain.md,active
|
|
49
|
-
db-impersonate,Db Impersonate,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-impersonate.md,active
|
|
50
|
-
db-load-csv,Db Load Csv,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-load-csv.md,active
|
|
51
|
-
db-policy-apply,Db Policy Apply,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-policy-apply.md,active
|
|
52
|
-
db-rls-audit,Db Rls Audit,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-rls-audit.md,active
|
|
53
|
-
db-rollback,Db Rollback,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-rollback.md,active
|
|
54
|
-
db-run-sql,Db Run Sql,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-run-sql.md,active
|
|
55
|
-
db-schema-audit,Db Schema Audit,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-schema-audit.md,active
|
|
56
|
-
db-seed,Db Seed,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-seed.md,active
|
|
57
|
-
db-smoke-test,Db Smoke Test,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-smoke-test.md,active
|
|
58
|
-
db-snapshot,Db Snapshot,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-snapshot.md,active
|
|
59
|
-
db-squad-integration,Db Squad Integration,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-squad-integration.md,active
|
|
60
|
-
db-supabase-setup,Db Supabase Setup,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-supabase-setup.md,active
|
|
61
|
-
db-verify-order,Db Verify Order,database,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/db-verify-order.md,active
|
|
62
|
-
deprecate-component,Deprecate Component,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/deprecate-component.md,active
|
|
63
|
-
dev-apply-qa-fixes,Dev Apply Qa Fixes,development,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/dev-apply-qa-fixes.md,active
|
|
64
|
-
dev-backlog-debt,Dev Backlog Debt,development,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/dev-backlog-debt.md,active
|
|
65
|
-
dev-develop-story,Dev Develop Story,development,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/dev-develop-story.md,active
|
|
66
|
-
dev-improve-code-quality,Dev Improve Code Quality,development,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/dev-improve-code-quality.md,active
|
|
67
|
-
dev-optimize-performance,Dev Optimize Performance,development,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/dev-optimize-performance.md,active
|
|
68
|
-
dev-suggest-refactoring,Dev Suggest Refactoring,development,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/dev-suggest-refactoring.md,active
|
|
69
|
-
dev-validate-next-story,Dev Validate Next Story,development,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/dev-validate-next-story.md,active
|
|
70
|
-
document-gotchas,Document Gotchas,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/document-gotchas.md,active
|
|
71
|
-
document-project,Document Project,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/document-project.md,active
|
|
72
|
-
environment-bootstrap,Environment Bootstrap,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/environment-bootstrap.md,active
|
|
73
|
-
execute-checklist,Execute Checklist,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/execute-checklist.md,active
|
|
74
|
-
execute-epic-plan,Execute Epic Plan,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/execute-epic-plan.md,active
|
|
75
|
-
export-design-tokens-dtcg,Export Design Tokens Dtcg,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/export-design-tokens-dtcg.md,active
|
|
76
|
-
extend-pattern,Extend Pattern,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/extend-pattern.md,active
|
|
77
|
-
extract-patterns,Extract Patterns,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/extract-patterns.md,active
|
|
78
|
-
extract-tokens,Extract Tokens,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/extract-tokens.md,active
|
|
79
|
-
facilitate-brainstorming-session,Facilitate Brainstorming Session,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/facilitate-brainstorming-session.md,active
|
|
80
|
-
generate-ai-frontend-prompt,Generate Ai Frontend Prompt,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/generate-ai-frontend-prompt.md,active
|
|
81
|
-
generate-documentation,Generate Documentation,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/generate-documentation.md,active
|
|
82
|
-
generate-migration-strategy,Generate Migration Strategy,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/generate-migration-strategy.md,active
|
|
83
|
-
generate-shock-report,Generate Shock Report,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/generate-shock-report.md,active
|
|
84
|
-
github-devops-github-pr-automation,Github Devops Github Pr Automation,devops,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/github-devops-github-pr-automation.md,active
|
|
85
|
-
github-devops-pre-push-quality-gate,Github Devops Pre Push Quality Gate,devops,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md,active
|
|
86
|
-
github-devops-repository-cleanup,Github Devops Repository Cleanup,devops,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/github-devops-repository-cleanup.md,active
|
|
87
|
-
github-devops-version-management,Github Devops Version Management,devops,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/github-devops-version-management.md,active
|
|
88
|
-
github-issue-triage,GitHub Issue Triage,devops,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/github-issue-triage.md,active
|
|
89
|
-
gotcha,Gotcha,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/gotcha.md,active
|
|
90
|
-
gotchas,Gotchas,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/gotchas.md,active
|
|
91
|
-
ids-governor,Ids Governor,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/ids-governor.md,active
|
|
92
|
-
ids-health,Ids Health,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/ids-health.md,active
|
|
93
|
-
ids-query,Ids Query,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/ids-query.md,active
|
|
94
|
-
improve-self,Improve Self,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/improve-self.md,active
|
|
95
|
-
index-docs,Index Docs,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/index-docs.md,active
|
|
96
|
-
init-project-status,Init Project Status,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/init-project-status.md,active
|
|
97
|
-
integrate-squad,Integrate Squad,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/integrate-squad.md,active
|
|
98
|
-
kb-mode-interaction,Kb Mode Interaction,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/kb-mode-interaction.md,active
|
|
99
|
-
learn-patterns,Learn Patterns,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/learn-patterns.md,active
|
|
100
|
-
list-mcps,List Mcps,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/list-mcps.md,active
|
|
101
|
-
list-worktrees,List Worktrees,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/list-worktrees.md,active
|
|
102
|
-
mcp-workflow,Mcp Workflow,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/mcp-workflow.md,active
|
|
103
|
-
merge-worktree,Merge Worktree,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/merge-worktree.md,active
|
|
104
|
-
modify-agent,Modify Agent,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/modify-agent.md,active
|
|
105
|
-
modify-task,Modify Task,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/modify-task.md,active
|
|
106
|
-
modify-workflow,Modify Workflow,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/modify-workflow.md,active
|
|
107
|
-
next,Next,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/next.md,active
|
|
108
|
-
orchestrate-resume,Orchestrate Resume,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/orchestrate-resume.md,active
|
|
109
|
-
orchestrate-status,Orchestrate Status,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/orchestrate-status.md,active
|
|
110
|
-
orchestrate-stop,Orchestrate Stop,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/orchestrate-stop.md,active
|
|
111
|
-
orchestrate,Orchestrate,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/orchestrate.md,active
|
|
112
|
-
patterns,Patterns,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/patterns.md,active
|
|
113
|
-
plan-create-context,Plan Create Context,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/plan-create-context.md,active
|
|
114
|
-
plan-create-implementation,Plan Create Implementation,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/plan-create-implementation.md,active
|
|
115
|
-
plan-execute-subtask,Plan Execute Subtask,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/plan-execute-subtask.md,active
|
|
116
|
-
po-backlog-add,Po Backlog Add,product,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/po-backlog-add.md,active
|
|
117
|
-
po-close-story,Po Close Story,product,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/po-close-story.md,active
|
|
118
|
-
po-manage-story-backlog,Po Manage Story Backlog,product,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/po-manage-story-backlog.md,active
|
|
119
|
-
po-pull-story-from-clickup,Po Pull Story From Clickup,product,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/po-pull-story-from-clickup.md,active
|
|
120
|
-
po-pull-story,Po Pull Story,product,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/po-pull-story.md,active
|
|
121
|
-
po-stories-index,Po Stories Index,product,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/po-stories-index.md,active
|
|
122
|
-
po-sync-story-to-clickup,Po Sync Story To Clickup,product,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/po-sync-story-to-clickup.md,active
|
|
123
|
-
po-sync-story,Po Sync Story,product,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/po-sync-story.md,active
|
|
124
|
-
pr-automation,Pr Automation,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/pr-automation.md,active
|
|
125
|
-
project-status,Project Status,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/project-status.md,active
|
|
126
|
-
propose-modification,Propose Modification,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/propose-modification.md,active
|
|
127
|
-
publish-npm,Publish Npm,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/publish-npm.md,active
|
|
128
|
-
qa-after-creation,Qa After Creation,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-after-creation.md,active
|
|
129
|
-
qa-backlog-add-followup,Qa Backlog Add Followup,quality,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/qa-backlog-add-followup.md,active
|
|
130
|
-
qa-browser-console-check,Qa Browser Console Check,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-browser-console-check.md,active
|
|
131
|
-
qa-create-fix-request,Qa Create Fix Request,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-create-fix-request.md,active
|
|
132
|
-
qa-evidence-requirements,Qa Evidence Requirements,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-evidence-requirements.md,active
|
|
133
|
-
qa-false-positive-detection,Qa False Positive Detection,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-false-positive-detection.md,active
|
|
134
|
-
qa-fix-issues,Qa Fix Issues,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-fix-issues.md,active
|
|
135
|
-
qa-gate,Qa Gate,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-gate.md,active
|
|
136
|
-
qa-generate-tests,Qa Generate Tests,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-generate-tests.md,active
|
|
137
|
-
qa-library-validation,Qa Library Validation,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-library-validation.md,active
|
|
138
|
-
qa-migration-validation,Qa Migration Validation,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-migration-validation.md,active
|
|
139
|
-
qa-nfr-assess,Qa Nfr Assess,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-nfr-assess.md,active
|
|
140
|
-
qa-review-build,Qa Review Build,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-review-build.md,active
|
|
141
|
-
qa-review-proposal,Qa Review Proposal,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-review-proposal.md,active
|
|
142
|
-
qa-review-story,Qa Review Story,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-review-story.md,active
|
|
143
|
-
qa-risk-profile,Qa Risk Profile,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-risk-profile.md,active
|
|
144
|
-
qa-run-tests,Qa Run Tests,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-run-tests.md,active
|
|
145
|
-
qa-security-checklist,Qa Security Checklist,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-security-checklist.md,active
|
|
146
|
-
qa-test-design,Qa Test Design,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-test-design.md,active
|
|
147
|
-
qa-trace-requirements,Qa Trace Requirements,quality,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/qa-trace-requirements.md,active
|
|
148
|
-
release-management,Release Management,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/release-management.md,active
|
|
149
|
-
remove-mcp,Remove Mcp,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/remove-mcp.md,active
|
|
150
|
-
remove-worktree,Remove Worktree,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/remove-worktree.md,active
|
|
151
|
-
resolve-github-issue,Resolve Github Issue,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/resolve-github-issue.md,active
|
|
152
|
-
review-contributor-pr,Review Contributor Pr,security,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/review-contributor-pr.md,active
|
|
153
|
-
run-design-system-pipeline,Run Design System Pipeline,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/run-design-system-pipeline.md,active
|
|
154
|
-
run-workflow-engine,Run Workflow Engine,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/run-workflow-engine.md,active
|
|
155
|
-
run-workflow,Run Workflow,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/run-workflow.md,active
|
|
156
|
-
search-mcp,Search Mcp,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/search-mcp.md,active
|
|
157
|
-
security-audit,Security Audit,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/security-audit.md,active
|
|
158
|
-
security-scan,Security Scan,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/security-scan.md,active
|
|
159
|
-
session-resume,Session Resume,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/session-resume.md,active
|
|
160
|
-
setup-database,Setup Database,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/setup-database.md,active
|
|
161
|
-
setup-design-system,Setup Design System,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/setup-design-system.md,active
|
|
162
|
-
setup-github,Setup Github,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/setup-github.md,active
|
|
163
|
-
setup-llm-routing,Setup Llm Routing,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/setup-llm-routing.md,active
|
|
164
|
-
setup-mcp-docker,Setup Mcp Docker,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/setup-mcp-docker.md,active
|
|
165
|
-
setup-project-docs,Setup Project Docs,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/setup-project-docs.md,active
|
|
166
|
-
shard-doc,Shard Doc,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/shard-doc.md,active
|
|
167
|
-
sm-create-next-story,Sm Create Next Story,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/sm-create-next-story.md,active
|
|
168
|
-
spec-assess-complexity,Spec Assess Complexity,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/spec-assess-complexity.md,active
|
|
169
|
-
spec-critique,Spec Critique,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/spec-critique.md,active
|
|
170
|
-
spec-gather-requirements,Spec Gather Requirements,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/spec-gather-requirements.md,active
|
|
171
|
-
spec-research-dependencies,Spec Research Dependencies,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/spec-research-dependencies.md,active
|
|
172
|
-
spec-write-spec,Spec Write Spec,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/spec-write-spec.md,active
|
|
173
|
-
squad-creator-analyze,Squad Creator Analyze,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/squad-creator-analyze.md,active
|
|
174
|
-
squad-creator-create,meu-dominio-squad,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/squad-creator-create.md,active
|
|
175
|
-
squad-creator-design,Squad Creator Design,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/squad-creator-design.md,active
|
|
176
|
-
squad-creator-download,Squad Creator Download,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/squad-creator-download.md,active
|
|
177
|
-
squad-creator-extend,Squad Creator Extend,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/squad-creator-extend.md,active
|
|
178
|
-
squad-creator-list,Squad Creator List,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/squad-creator-list.md,active
|
|
179
|
-
squad-creator-migrate,Squad Creator Migrate,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/squad-creator-migrate.md,active
|
|
180
|
-
squad-creator-publish,my-squad,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/squad-creator-publish.md,active
|
|
181
|
-
squad-creator-sync-ide-command,Squad Creator Sync Ide Command,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/squad-creator-sync-ide-command.md,active
|
|
182
|
-
squad-creator-sync-sinapse,Squad Creator Sync Sinapse,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/squad-creator-sync-sinapse.md,active
|
|
183
|
-
squad-creator-validate,Squad Creator Validate,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/squad-creator-validate.md,active
|
|
184
|
-
story-checkpoint,Story Checkpoint,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/story-checkpoint.md,active
|
|
185
|
-
sync-documentation,Sync Documentation,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/sync-documentation.md,active
|
|
186
|
-
sync-registry-intel,Sync Registry Intel,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/sync-registry-intel.md,active
|
|
187
|
-
tailwind-upgrade,Tailwind Upgrade,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/tailwind-upgrade.md,active
|
|
188
|
-
test-as-user,Test As User,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/test-as-user.md,active
|
|
189
|
-
test-validation-task,Test Validation Task,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/test-validation-task.md,active
|
|
190
|
-
triage-github-issues,Triage Github Issues,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/triage-github-issues.md,active
|
|
191
|
-
undo-last,Undo Last,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/undo-last.md,active
|
|
192
|
-
update-manifest,Update Manifest,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/update-manifest.md,active
|
|
193
|
-
update-sinapse,Update Sinapse,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/update-sinapse.md,active
|
|
194
|
-
update-source-tree,Update Source Tree,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/update-source-tree.md,active
|
|
195
|
-
ux-create-wireframe,Ux Create Wireframe,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/ux-create-wireframe.md,active
|
|
196
|
-
ux-ds-scan-artifact,Ux Ds Scan Artifact,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/ux-ds-scan-artifact.md,active
|
|
197
|
-
ux-user-research,Ux User Research,general,TASK-FORMAT-V1,true,.sinapse-ai/development/tasks/ux-user-research.md,active
|
|
198
|
-
validate-agents,Validate Agents,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/validate-agents.md,active
|
|
199
|
-
validate-next-story,Validate Next Story,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/validate-next-story.md,active
|
|
200
|
-
validate-tech-preset,Validate Tech Preset,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/validate-tech-preset.md,active
|
|
201
|
-
validate-workflow,Validate Workflow,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/validate-workflow.md,active
|
|
202
|
-
verify-subtask,Verify Subtask,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/verify-subtask.md,active
|
|
203
|
-
waves,Waves,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/waves.md,active
|
|
204
|
-
yolo-toggle,Yolo Toggle,general,TASK-FORMAT-V1,false,.sinapse-ai/development/tasks/yolo-toggle.md,active
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
id,name,category,subcategory,executor_types,tags,file_path,status
|
|
2
|
-
architect-checklist,Architect Checklist,checklist,quality,Agent,checklist;quality;architect;validation,.sinapse-ai/product/checklists/architect-checklist.md,active
|
|
3
|
-
change-checklist,Change Checklist,checklist,quality,Agent,checklist;quality;change;validation,.sinapse-ai/product/checklists/change-checklist.md,active
|
|
4
|
-
pm-checklist,Pm Checklist,checklist,quality,Agent,checklist;quality;validation,.sinapse-ai/product/checklists/pm-checklist.md,active
|
|
5
|
-
po-master-checklist,Po Master Checklist,checklist,quality,Agent,checklist;quality;master;validation;product,.sinapse-ai/product/checklists/po-master-checklist.md,active
|
|
6
|
-
story-dod-checklist,Story Dod Checklist,checklist,quality,Agent,checklist;quality;story;dod;validation;product,.sinapse-ai/product/checklists/story-dod-checklist.md,active
|
|
7
|
-
story-draft-checklist,Story Draft Checklist,checklist,quality,Agent,checklist;quality;story;draft;validation;product,.sinapse-ai/product/checklists/story-draft-checklist.md,active
|
|
8
|
-
agent-config-requirements,Agent Config Requirements,data,configuration,Agent,data;configuration;agent;config;requirements,.sinapse-ai/core/data/agent-config-requirements.yaml,active
|
|
9
|
-
sinapse-kb,Sinapse Kb,data,knowledge,Agent,data;knowledge;sinapse,.sinapse-ai/core/data/sinapse-kb.md,active
|
|
10
|
-
workflow-patterns,Workflow Patterns,data,configuration,Agent,data;configuration;workflow;patterns,.sinapse-ai/core/data/workflow-patterns.yaml,active
|
|
11
|
-
sinapse-validator,Sinapse Validator,script,validation,CLI;Script,script;validation;sinapse;validator,.sinapse-ai/infrastructure/scripts/sinapse-validator.js,active
|
|
12
|
-
approval-workflow,Approval Workflow,script,utility,CLI;Script,script;utility;approval;workflow,.sinapse-ai/infrastructure/scripts/approval-workflow.js,active
|
|
13
|
-
atomic-layer-classifier,Atomic Layer Classifier,script,utility,CLI;Script,script;utility;atomic;layer;classifier,.sinapse-ai/infrastructure/scripts/atomic-layer-classifier.js,active
|
|
14
|
-
backup-manager,Backup Manager,script,management,CLI;Script,script;management;backup;manager,.sinapse-ai/infrastructure/scripts/backup-manager.js,active
|
|
15
|
-
batch-creator,Batch Creator,script,utility,CLI;Script,script;utility;batch;creator,.sinapse-ai/infrastructure/scripts/batch-creator.js,active
|
|
16
|
-
branch-manager,Branch Manager,script,management,CLI;Script,script;management;branch;manager,.sinapse-ai/infrastructure/scripts/branch-manager.js,active
|
|
17
|
-
capability-analyzer,Capability Analyzer,script,analysis,CLI;Script,script;analysis;capability;analyzer,.sinapse-ai/infrastructure/scripts/capability-analyzer.js,active
|
|
18
|
-
clickup-helpers,Clickup Helpers,script,utility,CLI;Script,script;utility;clickup;helpers,.sinapse-ai/infrastructure/scripts/clickup-helpers.js,active
|
|
19
|
-
code-quality-improver,Code Quality Improver,script,utility,CLI;Script,script;utility;code;quality;improver,.sinapse-ai/infrastructure/scripts/code-quality-improver.js,active
|
|
20
|
-
commit-message-generator,Commit Message Generator,script,generation,CLI;Script,script;generation;commit;message;generator,.sinapse-ai/infrastructure/scripts/commit-message-generator.js,active
|
|
21
|
-
component-generator,Component Generator,script,generation,CLI;Script,script;generation;component;generator;product,.sinapse-ai/infrastructure/scripts/component-generator.js,active
|
|
22
|
-
component-metadata,Component Metadata,script,utility,CLI;Script,script;utility;component;metadata;product,.sinapse-ai/infrastructure/scripts/component-metadata.js,active
|
|
23
|
-
component-search,Component Search,script,utility,CLI;Script,script;utility;component;search;product,.sinapse-ai/infrastructure/scripts/component-search.js,active
|
|
24
|
-
config-cache,Config Cache,script,configuration,CLI;Script,script;configuration;config;cache,.sinapse-ai/infrastructure/scripts/config-cache.js,active
|
|
25
|
-
config-loader,Config Loader,script,configuration,CLI;Script,script;configuration;config;loader,.sinapse-ai/infrastructure/scripts/config-loader.js,active
|
|
26
|
-
conflict-resolver,Conflict Resolver,script,utility,CLI;Script,script;utility;conflict;resolver,.sinapse-ai/infrastructure/scripts/conflict-resolver.js,active
|
|
27
|
-
coverage-analyzer,Coverage Analyzer,script,analysis,CLI;Script,script;analysis;coverage;analyzer,.sinapse-ai/infrastructure/scripts/coverage-analyzer.js,active
|
|
28
|
-
dependency-analyzer,Dependency Analyzer,script,analysis,CLI;Script,script;analysis;dependency;analyzer,.sinapse-ai/infrastructure/scripts/dependency-analyzer.js,active
|
|
29
|
-
dependency-impact-analyzer,Dependency Impact Analyzer,script,analysis,CLI;Script,script;analysis;dependency;impact;analyzer,.sinapse-ai/infrastructure/scripts/dependency-impact-analyzer.js,active
|
|
30
|
-
diff-generator,Diff Generator,script,generation,CLI;Script,script;generation;diff;generator,.sinapse-ai/infrastructure/scripts/diff-generator.js,active
|
|
31
|
-
documentation-synchronizer,Documentation Synchronizer,script,utility,CLI;Script,script;utility;documentation;synchronizer,.sinapse-ai/infrastructure/scripts/documentation-synchronizer.js,active
|
|
32
|
-
framework-analyzer,Framework Analyzer,script,analysis,CLI;Script,script;analysis;framework;analyzer,.sinapse-ai/infrastructure/scripts/framework-analyzer.js,active
|
|
33
|
-
git-config-detector,Git Config Detector,script,configuration,CLI;Script,script;configuration;git;config;detector,.sinapse-ai/infrastructure/scripts/git-config-detector.js,active
|
|
34
|
-
git-wrapper,Git Wrapper,script,utility,CLI;Script,script;utility;git;wrapper,.sinapse-ai/infrastructure/scripts/git-wrapper.js,active
|
|
35
|
-
improvement-engine,Improvement Engine,script,utility,CLI;Script,script;utility;improvement;engine,.sinapse-ai/infrastructure/scripts/improvement-engine.js,active
|
|
36
|
-
improvement-validator,Improvement Validator,script,validation,CLI;Script,script;validation;improvement;validator,.sinapse-ai/infrastructure/scripts/improvement-validator.js,active
|
|
37
|
-
modification-risk-assessment,Modification Risk Assessment,script,utility,CLI;Script,script;utility;modification;risk;assessment,.sinapse-ai/infrastructure/scripts/modification-risk-assessment.js,active
|
|
38
|
-
modification-validator,Modification Validator,script,validation,CLI;Script,script;validation;modification;validator,.sinapse-ai/infrastructure/scripts/modification-validator.js,active
|
|
39
|
-
output-formatter,Output Formatter,script,utility,CLI;Script,script;utility;output;formatter,.sinapse-ai/infrastructure/scripts/output-formatter.js,active
|
|
40
|
-
performance-analyzer,Performance Analyzer,script,analysis,CLI;Script,script;analysis;performance;analyzer,.sinapse-ai/infrastructure/scripts/performance-analyzer.js,active
|
|
41
|
-
performance-and-error-resolver,Performance And Error Resolver,script,utility,CLI;Script,script;utility;performance;and;error;resolver,.sinapse-ai/infrastructure/scripts/performance-and-error-resolver.js,active
|
|
42
|
-
performance-optimizer,Performance Optimizer,script,utility,CLI;Script,script;utility;performance;optimizer,.sinapse-ai/infrastructure/scripts/performance-optimizer.js,active
|
|
43
|
-
performance-tracker,Performance Tracker,script,utility,CLI;Script,script;utility;performance;tracker,.sinapse-ai/infrastructure/scripts/performance-tracker.js,active
|
|
44
|
-
pm-adapter,Pm Adapter,script,utility,CLI;Script,script;utility;adapter,.sinapse-ai/infrastructure/scripts/pm-adapter.js,active
|
|
45
|
-
pm-adapter-factory,Pm Adapter Factory,script,utility,CLI;Script,script;utility;adapter;factory,.sinapse-ai/infrastructure/scripts/pm-adapter-factory.js,active
|
|
46
|
-
project-status-loader,Project Status Loader,script,configuration,CLI;Script,script;configuration;project;status;loader,.sinapse-ai/infrastructure/scripts/project-status-loader.js,active
|
|
47
|
-
refactoring-suggester,Refactoring Suggester,script,utility,CLI;Script,script;utility;refactoring;suggester,.sinapse-ai/infrastructure/scripts/refactoring-suggester.js,active
|
|
48
|
-
repository-detector,Repository Detector,script,utility,CLI;Script,script;utility;repository;detector;product,.sinapse-ai/infrastructure/scripts/repository-detector.js,active
|
|
49
|
-
sandbox-tester,Sandbox Tester,script,testing,CLI;Script,script;testing;sandbox;tester;database,.sinapse-ai/infrastructure/scripts/sandbox-tester.js,active
|
|
50
|
-
security-checker,Security Checker,script,validation,CLI;Script,script;validation;security;checker,.sinapse-ai/infrastructure/scripts/security-checker.js,active
|
|
51
|
-
spot-check-validator,Spot Check Validator,script,validation,CLI;Script,script;validation;spot;check;validator;product,.sinapse-ai/infrastructure/scripts/spot-check-validator.js,active
|
|
52
|
-
status-mapper,Status Mapper,script,utility,CLI;Script,script;utility;status;mapper,.sinapse-ai/infrastructure/scripts/status-mapper.js,active
|
|
53
|
-
template-engine,Template Engine,script,utility,CLI;Script,script;utility;template;engine,.sinapse-ai/infrastructure/scripts/template-engine.js,active
|
|
54
|
-
template-validator,Template Validator,script,validation,CLI;Script,script;validation;template;validator,.sinapse-ai/infrastructure/scripts/template-validator.js,active
|
|
55
|
-
test-generator,Test Generator,script,generation,CLI;Script,script;generation;test;generator;testing,.sinapse-ai/infrastructure/scripts/test-generator.js,active
|
|
56
|
-
test-quality-assessment,Test Quality Assessment,script,testing,CLI;Script,script;testing;test;quality;assessment,.sinapse-ai/infrastructure/scripts/test-quality-assessment.js,active
|
|
57
|
-
test-utilities,Test Utilities,script,testing,CLI;Script,script;testing;test;utilities,.sinapse-ai/infrastructure/scripts/test-utilities.js,active
|
|
58
|
-
test-utilities-fast,Test Utilities Fast,script,testing,CLI;Script,script;testing;test;utilities;fast,.sinapse-ai/infrastructure/scripts/test-utilities-fast.js,active
|
|
59
|
-
tool-resolver,Tool Resolver,script,utility,CLI;Script,script;utility;tool;resolver,.sinapse-ai/infrastructure/scripts/tool-resolver.js,active
|
|
60
|
-
transaction-manager,Transaction Manager,script,management,CLI;Script,script;management;transaction;manager,.sinapse-ai/infrastructure/scripts/transaction-manager.js,active
|
|
61
|
-
usage-analytics,Usage Analytics,script,utility,CLI;Script,script;utility;usage;analytics,.sinapse-ai/infrastructure/scripts/usage-analytics.js,active
|
|
62
|
-
validate-output-pattern,Validate Output Pattern,script,utility,CLI;Script,script;utility;validate;output;pattern;validation,.sinapse-ai/infrastructure/scripts/validate-output-pattern.js,active
|
|
63
|
-
visual-impact-generator,Visual Impact Generator,script,generation,CLI;Script,script;generation;visual;impact;generator,.sinapse-ai/infrastructure/scripts/visual-impact-generator.js,active
|
|
64
|
-
yaml-validator,Yaml Validator,script,validation,CLI;Script,script;validation;yaml;validator,.sinapse-ai/infrastructure/scripts/yaml-validator.js,active
|
|
65
|
-
advanced-elicitation,Advanced Elicitation,task,general,Agent;Worker,task;general;advanced;elicitation,.sinapse-ai/development/tasks/advanced-elicitation.md,active
|
|
66
|
-
analyst-facilitate-brainstorming,Analyst Facilitate Brainstorming,task,general,Agent;Worker,task;general;analyst;facilitate;brainstorming,.sinapse-ai/development/tasks/analyst-facilitate-brainstorming.md,active
|
|
67
|
-
analyze-framework,Analyze Framework,task,analysis,Agent;Worker,task;analysis;analyze;framework,.sinapse-ai/development/tasks/analyze-framework.md,active
|
|
68
|
-
analyze-performance,Analyze Performance,task,analysis,Agent;Worker,task;analysis;analyze;performance,.sinapse-ai/development/tasks/analyze-performance.md,active
|
|
69
|
-
apply-qa-fixes,Apply Qa Fixes,task,general,Agent;Worker,task;general;apply;fixes;testing,.sinapse-ai/development/tasks/apply-qa-fixes.md,active
|
|
70
|
-
architect-analyze-impact,Architect Analyze Impact,task,analysis,Agent;Worker,task;analysis;architect;analyze;impact,.sinapse-ai/development/tasks/architect-analyze-impact.md,active
|
|
71
|
-
audit-codebase,Audit Codebase,task,validation,Agent;Worker,task;validation;audit;codebase;analysis,.sinapse-ai/development/tasks/audit-codebase.md,active
|
|
72
|
-
audit-tailwind-config,Audit Tailwind Config,task,validation,Agent;Worker,task;validation;audit;tailwind;config;analysis,.sinapse-ai/development/tasks/audit-tailwind-config.md,active
|
|
73
|
-
audit-utilities,Audit Utilities,task,validation,Agent;Worker,task;validation;audit;utilities;analysis,.sinapse-ai/development/tasks/audit-utilities.md,active
|
|
74
|
-
bootstrap-shadcn-library,Bootstrap Shadcn Library,task,general,Agent;Worker,task;general;bootstrap;shadcn;library,.sinapse-ai/development/tasks/bootstrap-shadcn-library.md,active
|
|
75
|
-
brownfield-create-epic,Brownfield Create Epic,task,creation,Agent;Worker,task;creation;brownfield;create;epic,.sinapse-ai/development/tasks/brownfield-create-epic.md,active
|
|
76
|
-
brownfield-create-story,Brownfield Create Story,task,creation,Agent;Worker,task;creation;brownfield;create;story;product,.sinapse-ai/development/tasks/brownfield-create-story.md,active
|
|
77
|
-
build-component,Build Component,task,general,Agent;Worker,task;general;build;component;product,.sinapse-ai/development/tasks/build-component.md,active
|
|
78
|
-
calculate-roi,Calculate Roi,task,general,Agent;Worker,task;general;calculate;roi,.sinapse-ai/development/tasks/calculate-roi.md,active
|
|
79
|
-
ci-cd-configuration,Ci Cd Configuration,task,general,Agent;Worker,task;general;configuration,.sinapse-ai/development/tasks/ci-cd-configuration.md,active
|
|
80
|
-
cleanup-utilities,Cleanup Utilities,task,general,Agent;Worker,task;general;cleanup;utilities,.sinapse-ai/development/tasks/cleanup-utilities.md,active
|
|
81
|
-
collaborative-edit,Collaborative Edit,task,modification,Agent;Worker,task;modification;collaborative;edit,.sinapse-ai/development/tasks/collaborative-edit.md,active
|
|
82
|
-
compose-molecule,Compose Molecule,task,general,Agent;Worker,task;general;compose;molecule;product,.sinapse-ai/development/tasks/compose-molecule.md,active
|
|
83
|
-
consolidate-patterns,Consolidate Patterns,task,general,Agent;Worker,task;general;consolidate;patterns,.sinapse-ai/development/tasks/consolidate-patterns.md,active
|
|
84
|
-
correct-course,Correct Course,task,general,Agent;Worker,task;general;correct;course,.sinapse-ai/development/tasks/correct-course.md,active
|
|
85
|
-
create-agent,Create Agent,task,creation,Agent;Worker,task;creation;create;agent,.sinapse-ai/development/tasks/create-agent.md,active
|
|
86
|
-
create-brownfield-story,Create Brownfield Story,task,creation,Agent;Worker,task;creation;create;brownfield;story;product,.sinapse-ai/development/tasks/create-brownfield-story.md,active
|
|
87
|
-
create-deep-research-prompt,Create Deep Research Prompt,task,creation,Agent;Worker,task;creation;create;deep;research;prompt,.sinapse-ai/development/tasks/create-deep-research-prompt.md,active
|
|
88
|
-
create-doc,Create Doc,task,creation,Agent;Worker,task;creation;create;doc,.sinapse-ai/development/tasks/create-doc.md,active
|
|
89
|
-
create-next-story,Create Next Story,task,creation,Agent;Worker,task;creation;create;next;story;product,.sinapse-ai/development/tasks/create-next-story.md,active
|
|
90
|
-
create-suite,Create Suite,task,creation,Agent;Worker,task;creation;create;suite,.sinapse-ai/development/tasks/create-suite.md,active
|
|
91
|
-
create-task,Create Task,task,creation,Agent;Worker,task;creation;create,.sinapse-ai/development/tasks/create-task.md,active
|
|
92
|
-
create-workflow,Create Workflow,task,creation,Agent;Worker,task;creation;create;workflow,.sinapse-ai/development/tasks/create-workflow.md,active
|
|
93
|
-
db-analyze-hotpaths,Db Analyze Hotpaths,task,analysis,Agent;Worker,task;analysis;analyze;hotpaths;database,.sinapse-ai/development/tasks/db-analyze-hotpaths.md,active
|
|
94
|
-
db-apply-migration,Db Apply Migration,task,general,Agent;Worker,task;general;apply;migration;database,.sinapse-ai/development/tasks/db-apply-migration.md,active
|
|
95
|
-
db-bootstrap,Db Bootstrap,task,general,Agent;Worker,task;general;bootstrap;database,.sinapse-ai/development/tasks/db-bootstrap.md,active
|
|
96
|
-
db-domain-modeling,Db Domain Modeling,task,general,Agent;Worker,task;general;domain;modeling;database,.sinapse-ai/development/tasks/db-domain-modeling.md,active
|
|
97
|
-
db-dry-run,Db Dry Run,task,general,Agent;Worker,task;general;dry;run;database,.sinapse-ai/development/tasks/db-dry-run.md,active
|
|
98
|
-
db-env-check,Db Env Check,task,general,Agent;Worker,task;general;env;check;database;validation,.sinapse-ai/development/tasks/db-env-check.md,active
|
|
99
|
-
db-expansion-pack-integration,Db Expansion Pack Integration,task,general,Agent;Worker,task;general;expansion;pack;integration;database,.sinapse-ai/development/tasks/db-expansion-pack-integration.md,active
|
|
100
|
-
db-explain,Db Explain,task,general,Agent;Worker,task;general;explain;database,.sinapse-ai/development/tasks/db-explain.md,active
|
|
101
|
-
db-impersonate,Db Impersonate,task,general,Agent;Worker,task;general;impersonate;database,.sinapse-ai/development/tasks/db-impersonate.md,active
|
|
102
|
-
db-load-csv,Db Load Csv,task,general,Agent;Worker,task;general;load;csv;database,.sinapse-ai/development/tasks/db-load-csv.md,active
|
|
103
|
-
db-policy-apply,Db Policy Apply,task,general,Agent;Worker,task;general;policy;apply;database;product,.sinapse-ai/development/tasks/db-policy-apply.md,active
|
|
104
|
-
db-rls-audit,Db Rls Audit,task,validation,Agent;Worker,task;validation;rls;audit;database;analysis,.sinapse-ai/development/tasks/db-rls-audit.md,active
|
|
105
|
-
db-rollback,Db Rollback,task,general,Agent;Worker,task;general;rollback;database,.sinapse-ai/development/tasks/db-rollback.md,active
|
|
106
|
-
db-run-sql,Db Run Sql,task,general,Agent;Worker,task;general;run;sql;database,.sinapse-ai/development/tasks/db-run-sql.md,active
|
|
107
|
-
db-schema-audit,Db Schema Audit,task,validation,Agent;Worker,task;validation;schema;audit;database;analysis,.sinapse-ai/development/tasks/db-schema-audit.md,active
|
|
108
|
-
db-seed,Db Seed,task,general,Agent;Worker,task;general;seed;database,.sinapse-ai/development/tasks/db-seed.md,active
|
|
109
|
-
db-smoke-test,Db Smoke Test,task,general,Agent;Worker,task;general;smoke;test;testing;database,.sinapse-ai/development/tasks/db-smoke-test.md,active
|
|
110
|
-
db-snapshot,Db Snapshot,task,general,Agent;Worker,task;general;snapshot;database,.sinapse-ai/development/tasks/db-snapshot.md,active
|
|
111
|
-
db-supabase-setup,Db Supabase Setup,task,general,Agent;Worker,task;general;supabase;setup;database,.sinapse-ai/development/tasks/db-supabase-setup.md,active
|
|
112
|
-
db-verify-order,Db Verify Order,task,general,Agent;Worker,task;general;verify;order;database,.sinapse-ai/development/tasks/db-verify-order.md,active
|
|
113
|
-
deprecate-component,Deprecate Component,task,general,Agent;Worker,task;general;deprecate;component;product,.sinapse-ai/development/tasks/deprecate-component.md,active
|
|
114
|
-
dev-apply-qa-fixes,Dev Apply Qa Fixes,task,general,Agent;Worker,task;general;dev;apply;fixes;testing;development,.sinapse-ai/development/tasks/dev-apply-qa-fixes.md,active
|
|
115
|
-
dev-backlog-debt,Dev Backlog Debt,task,general,Agent;Worker,task;general;dev;backlog;debt;development,.sinapse-ai/development/tasks/dev-backlog-debt.md,active
|
|
116
|
-
dev-develop-story,Dev Develop Story,task,general,Agent;Worker,task;general;dev;develop;story;development;product,.sinapse-ai/development/tasks/dev-develop-story.md,active
|
|
117
|
-
dev-improve-code-quality,Dev Improve Code Quality,task,general,Agent;Worker,task;general;dev;improve;code;quality;development,.sinapse-ai/development/tasks/dev-improve-code-quality.md,active
|
|
118
|
-
dev-optimize-performance,Dev Optimize Performance,task,general,Agent;Worker,task;general;dev;optimize;performance;development,.sinapse-ai/development/tasks/dev-optimize-performance.md,active
|
|
119
|
-
dev-suggest-refactoring,Dev Suggest Refactoring,task,general,Agent;Worker,task;general;dev;suggest;refactoring;development,.sinapse-ai/development/tasks/dev-suggest-refactoring.md,active
|
|
120
|
-
dev-validate-next-story,Dev Validate Next Story,task,validation,Agent;Worker,task;validation;dev;validate;next;story;development;product,.sinapse-ai/development/tasks/dev-validate-next-story.md,active
|
|
121
|
-
document-project,Document Project,task,general,Agent;Worker,task;general;document;project,.sinapse-ai/development/tasks/document-project.md,active
|
|
122
|
-
execute-checklist,Execute Checklist,task,general,Agent;Worker,task;general;execute;checklist;validation,.sinapse-ai/development/tasks/execute-checklist.md,active
|
|
123
|
-
export-design-tokens-dtcg,Export Design Tokens Dtcg,task,general,Agent;Worker,task;general;export;design;tokens;dtcg;product,.sinapse-ai/development/tasks/export-design-tokens-dtcg.md,active
|
|
124
|
-
extend-pattern,Extend Pattern,task,general,Agent;Worker,task;general;extend;pattern,.sinapse-ai/development/tasks/extend-pattern.md,active
|
|
125
|
-
extract-tokens,Extract Tokens,task,general,Agent;Worker,task;general;extract;tokens,.sinapse-ai/development/tasks/extract-tokens.md,active
|
|
126
|
-
facilitate-brainstorming-session,Facilitate Brainstorming Session,task,general,Agent;Worker,task;general;facilitate;brainstorming;session,.sinapse-ai/development/tasks/facilitate-brainstorming-session.md,active
|
|
127
|
-
generate-ai-frontend-prompt,Generate Ai Frontend Prompt,task,general,Agent;Worker,task;general;generate;frontend;prompt;creation,.sinapse-ai/development/tasks/generate-ai-frontend-prompt.md,active
|
|
128
|
-
generate-documentation,Generate Documentation,task,general,Agent;Worker,task;general;generate;documentation;creation,.sinapse-ai/development/tasks/generate-documentation.md,active
|
|
129
|
-
generate-migration-strategy,Generate Migration Strategy,task,general,Agent;Worker,task;general;generate;migration;strategy;creation,.sinapse-ai/development/tasks/generate-migration-strategy.md,active
|
|
130
|
-
generate-shock-report,Generate Shock Report,task,general,Agent;Worker,task;general;generate;shock;report;creation;product,.sinapse-ai/development/tasks/generate-shock-report.md,active
|
|
131
|
-
github-devops-github-pr-automation,Github Devops Github Pr Automation,task,general,Agent;Worker,task;general;github;devops;automation;development;git,.sinapse-ai/development/tasks/github-devops-github-pr-automation.md,active
|
|
132
|
-
github-devops-pre-push-quality-gate,Github Devops Pre Push Quality Gate,task,general,Agent;Worker,task;general;github;devops;pre;push;quality;gate;development;git,.sinapse-ai/development/tasks/github-devops-pre-push-quality-gate.md,active
|
|
133
|
-
github-devops-repository-cleanup,Github Devops Repository Cleanup,task,general,Agent;Worker,task;general;github;devops;repository;cleanup;development;product;git,.sinapse-ai/development/tasks/github-devops-repository-cleanup.md,active
|
|
134
|
-
github-devops-version-management,Github Devops Version Management,task,general,Agent;Worker,task;general;github;devops;version;management;development;git,.sinapse-ai/development/tasks/github-devops-version-management.md,active
|
|
135
|
-
improve-self,Improve Self,task,general,Agent;Worker,task;general;improve;self,.sinapse-ai/development/tasks/improve-self.md,active
|
|
136
|
-
index-docs,Index Docs,task,general,Agent;Worker,task;general;index;docs,.sinapse-ai/development/tasks/index-docs.md,active
|
|
137
|
-
init-project-status,Init Project Status,task,general,Agent;Worker,task;general;init;project;status,.sinapse-ai/development/tasks/init-project-status.md,active
|
|
138
|
-
integrate-expansion-pack,Integrate Expansion Pack,task,general,Agent;Worker,task;general;integrate;expansion;pack,.sinapse-ai/development/tasks/integrate-expansion-pack.md,active
|
|
139
|
-
kb-mode-interaction,Kb Mode Interaction,task,general,Agent;Worker,task;general;mode;interaction,.sinapse-ai/development/tasks/kb-mode-interaction.md,active
|
|
140
|
-
learn-patterns,Learn Patterns,task,general,Agent;Worker,task;general;learn;patterns,.sinapse-ai/development/tasks/learn-patterns.md,active
|
|
141
|
-
modify-agent,Modify Agent,task,modification,Agent;Worker,task;modification;modify;agent,.sinapse-ai/development/tasks/modify-agent.md,active
|
|
142
|
-
modify-task,Modify Task,task,modification,Agent;Worker,task;modification;modify,.sinapse-ai/development/tasks/modify-task.md,active
|
|
143
|
-
modify-workflow,Modify Workflow,task,modification,Agent;Worker,task;modification;modify;workflow,.sinapse-ai/development/tasks/modify-workflow.md,active
|
|
144
|
-
po-backlog-add,Po Backlog Add,task,general,Agent;Worker,task;general;backlog;add;product,.sinapse-ai/development/tasks/po-backlog-add.md,active
|
|
145
|
-
po-manage-story-backlog,Po Manage Story Backlog,task,general,Agent;Worker,task;general;manage;story;backlog;product,.sinapse-ai/development/tasks/po-manage-story-backlog.md,active
|
|
146
|
-
po-pull-story,Po Pull Story,task,general,Agent;Worker,task;general;pull;story;product,.sinapse-ai/development/tasks/po-pull-story.md,active
|
|
147
|
-
po-pull-story-from-clickup,Po Pull Story From Clickup,task,general,Agent;Worker,task;general;pull;story;from;clickup;product,.sinapse-ai/development/tasks/po-pull-story-from-clickup.md,active
|
|
148
|
-
po-stories-index,Po Stories Index,task,general,Agent;Worker,task;general;stories;index;product,.sinapse-ai/development/tasks/po-stories-index.md,active
|
|
149
|
-
po-sync-story,Po Sync Story,task,general,Agent;Worker,task;general;sync;story;product,.sinapse-ai/development/tasks/po-sync-story.md,active
|
|
150
|
-
po-sync-story-to-clickup,Po Sync Story To Clickup,task,general,Agent;Worker,task;general;sync;story;clickup;product,.sinapse-ai/development/tasks/po-sync-story-to-clickup.md,active
|
|
151
|
-
pr-automation,Pr Automation,task,general,Agent;Worker,task;general;automation,.sinapse-ai/development/tasks/pr-automation.md,active
|
|
152
|
-
propose-modification,Propose Modification,task,general,Agent;Worker,task;general;propose;modification;product,.sinapse-ai/development/tasks/propose-modification.md,active
|
|
153
|
-
qa-backlog-add-followup,Qa Backlog Add Followup,task,general,Agent;Worker,task;general;backlog;add;followup;testing,.sinapse-ai/development/tasks/qa-backlog-add-followup.md,active
|
|
154
|
-
qa-gate,Qa Gate,task,general,Agent;Worker,task;general;gate;testing,.sinapse-ai/development/tasks/qa-gate.md,active
|
|
155
|
-
qa-generate-tests,Qa Generate Tests,task,general,Agent;Worker,task;general;generate;tests;testing;creation,.sinapse-ai/development/tasks/qa-generate-tests.md,active
|
|
156
|
-
qa-nfr-assess,Qa Nfr Assess,task,general,Agent;Worker,task;general;nfr;assess;testing,.sinapse-ai/development/tasks/qa-nfr-assess.md,active
|
|
157
|
-
qa-review-proposal,Qa Review Proposal,task,general,Agent;Worker,task;general;review;proposal;testing;product,.sinapse-ai/development/tasks/qa-review-proposal.md,active
|
|
158
|
-
qa-review-story,Qa Review Story,task,general,Agent;Worker,task;general;review;story;testing;product,.sinapse-ai/development/tasks/qa-review-story.md,active
|
|
159
|
-
qa-risk-profile,Qa Risk Profile,task,general,Agent;Worker,task;general;risk;profile;testing,.sinapse-ai/development/tasks/qa-risk-profile.md,active
|
|
160
|
-
qa-run-tests,Qa Run Tests,task,general,Agent;Worker,task;general;run;tests;testing,.sinapse-ai/development/tasks/qa-run-tests.md,active
|
|
161
|
-
qa-test-design,Qa Test Design,task,general,Agent;Worker,task;general;test;design;testing,.sinapse-ai/development/tasks/qa-test-design.md,active
|
|
162
|
-
qa-trace-requirements,Qa Trace Requirements,task,general,Agent;Worker,task;general;trace;requirements;testing,.sinapse-ai/development/tasks/qa-trace-requirements.md,active
|
|
163
|
-
release-management,Release Management,task,general,Agent;Worker,task;general;release;management,.sinapse-ai/development/tasks/release-management.md,active
|
|
164
|
-
security-audit,Security Audit,task,validation,Agent;Worker,task;validation;security;audit;analysis,.sinapse-ai/development/tasks/security-audit.md,active
|
|
165
|
-
security-scan,Security Scan,task,general,Agent;Worker,task;general;security;scan,.sinapse-ai/development/tasks/security-scan.md,active
|
|
166
|
-
setup-database,Setup Database,task,general,Agent;Worker,task;general;setup;database,.sinapse-ai/development/tasks/setup-database.md,active
|
|
167
|
-
setup-design-system,Setup Design System,task,general,Agent;Worker,task;general;setup;design;system,.sinapse-ai/development/tasks/setup-design-system.md,active
|
|
168
|
-
shard-doc,Shard Doc,task,general,Agent;Worker,task;general;shard;doc,.sinapse-ai/development/tasks/shard-doc.md,active
|
|
169
|
-
sm-create-next-story,Sm Create Next Story,task,creation,Agent;Worker,task;creation;create;next;story;product,.sinapse-ai/development/tasks/sm-create-next-story.md,active
|
|
170
|
-
sync-documentation,Sync Documentation,task,general,Agent;Worker,task;general;sync;documentation,.sinapse-ai/development/tasks/sync-documentation.md,active
|
|
171
|
-
tailwind-upgrade,Tailwind Upgrade,task,general,Agent;Worker,task;general;tailwind;upgrade,.sinapse-ai/development/tasks/tailwind-upgrade.md,active
|
|
172
|
-
test-as-user,Test As User,task,general,Agent;Worker,task;general;test;user;testing,.sinapse-ai/development/tasks/test-as-user.md,active
|
|
173
|
-
test-validation-task,Test Validation Task,task,general,Agent;Worker,task;general;test;validation;testing,.sinapse-ai/development/tasks/test-validation-task.md,active
|
|
174
|
-
undo-last,Undo Last,task,general,Agent;Worker,task;general;undo;last,.sinapse-ai/development/tasks/undo-last.md,active
|
|
175
|
-
update-manifest,Update Manifest,task,general,Agent;Worker,task;general;update;manifest,.sinapse-ai/development/tasks/update-manifest.md,active
|
|
176
|
-
ux-create-wireframe,Ux Create Wireframe,task,creation,Agent;Worker,task;creation;create;wireframe,.sinapse-ai/development/tasks/ux-create-wireframe.md,active
|
|
177
|
-
ux-ds-scan-artifact,Ux Ds Scan Artifact,task,general,Agent;Worker,task;general;scan;artifact,.sinapse-ai/development/tasks/ux-ds-scan-artifact.md,active
|
|
178
|
-
ux-user-research,Ux User Research,task,general,Agent;Worker,task;general;user;research,.sinapse-ai/development/tasks/ux-user-research.md,active
|
|
179
|
-
validate-next-story,Validate Next Story,task,validation,Agent;Worker,task;validation;validate;next;story;product,.sinapse-ai/development/tasks/validate-next-story.md,active
|
|
180
|
-
activation-instructions-template,Activation Instructions Template,template,document,Agent,template;document;activation;instructions,.sinapse-ai/product/templates/activation-instructions-template.md,active
|
|
181
|
-
claude-rules,Claude Rules,template,ide-rules,Agent,template;ide-rules;claude;rules,.sinapse-ai/product/templates/ide-rules/claude-rules.md,active
|
|
182
|
-
command-rationalization-matrix,Command Rationalization Matrix,template,document,Agent,template;document;command;rationalization;matrix,.sinapse-ai/product/templates/command-rationalization-matrix.md,active
|
|
183
|
-
ds-artifact-analysis,Ds Artifact Analysis,template,document,Agent,template;document;artifact;analysis,.sinapse-ai/product/templates/ds-artifact-analysis.md,active
|
|
184
|
-
migration-strategy-tmpl,Migration Strategy Tmpl,template,document,Agent,template;document;migration;strategy;tmpl,.sinapse-ai/product/templates/migration-strategy-tmpl.md,active
|
|
185
|
-
personalized-agent-template,Personalized Agent Template,template,personalized,Agent,template;personalized;agent,.sinapse-ai/product/templates/personalized-agent-template.md,active
|
|
186
|
-
personalized-checklist-template,Personalized Checklist Template,template,personalized,Agent,template;personalized;checklist;validation,.sinapse-ai/product/templates/personalized-checklist-template.md,active
|
|
187
|
-
personalized-task-template,Personalized Task Template,template,personalized,Agent,template;personalized;task,.sinapse-ai/product/templates/personalized-task-template.md,active
|
|
188
|
-
personalized-task-template-v2,Personalized Task Template V2,template,personalized,Agent,template;personalized;task,.sinapse-ai/product/templates/personalized-task-template-v2.md,active
|
|
189
|
-
task-execution-report,Task Execution Report,template,document,Agent,template;document;task;execution;report;product,.sinapse-ai/product/templates/task-execution-report.md,active
|
|
190
|
-
task-template,Task Template,template,document,Agent,template;document;task,.sinapse-ai/product/templates/task-template.md,active
|
|
191
|
-
brownfield-fullstack,Brownfield Fullstack,workflow,brownfield,Agent;Worker,workflow;brownfield;fullstack,.sinapse-ai/development/workflows/brownfield-fullstack.yaml,active
|
|
192
|
-
brownfield-service,Brownfield Service,workflow,brownfield,Agent;Worker,workflow;brownfield;service,.sinapse-ai/development/workflows/brownfield-service.yaml,active
|
|
193
|
-
brownfield-ui,Brownfield Ui,workflow,brownfield,Agent;Worker,workflow;brownfield,.sinapse-ai/development/workflows/brownfield-ui.yaml,active
|
|
194
|
-
greenfield-fullstack,Greenfield Fullstack,workflow,greenfield,Agent;Worker,workflow;greenfield;fullstack,.sinapse-ai/development/workflows/greenfield-fullstack.yaml,active
|
|
195
|
-
greenfield-service,Greenfield Service,workflow,greenfield,Agent;Worker,workflow;greenfield;service,.sinapse-ai/development/workflows/greenfield-service.yaml,active
|
|
196
|
-
greenfield-ui,Greenfield Ui,workflow,greenfield,Agent;Worker,workflow;greenfield,.sinapse-ai/development/workflows/greenfield-ui.yaml,active
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
task: calculate-sample-size
|
|
3
|
-
responsavel: "@ga-cro-specialist"
|
|
4
|
-
responsavel_type: Agent
|
|
5
|
-
atomic_layer: Task
|
|
6
|
-
elicit: false
|
|
7
|
-
|
|
8
|
-
Entrada:
|
|
9
|
-
- campo: context
|
|
10
|
-
tipo: object
|
|
11
|
-
origem: "workflow ou manual"
|
|
12
|
-
obrigatorio: true
|
|
13
|
-
|
|
14
|
-
Saida:
|
|
15
|
-
- campo: resultado
|
|
16
|
-
tipo: document
|
|
17
|
-
destino: "stakeholders"
|
|
18
|
-
|
|
19
|
-
Checklist:
|
|
20
|
-
- "[ ] Validar inputs e pre-condicoes"
|
|
21
|
-
- "[ ] Executar steps conforme documentado"
|
|
22
|
-
- "[ ] Verificar criterios de qualidade"
|
|
23
|
-
- "[ ] Gerar output no formato especificado"
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
# Task: Calculate Sample Size
|
|
27
|
-
|
|
28
|
-
## Metadata
|
|
29
|
-
- **Squad:** squad-growth
|
|
30
|
-
- **Agent:** Convert (ga-cro-specialist)
|
|
31
|
-
- **Complexity:** Standard
|
|
32
|
-
|
|
33
|
-
## Objetivo
|
|
34
|
-
Calcular sample size e duracao de experimentos — garantir que testes tenham poder estatistico suficiente para detectar o efeito esperado.
|
|
35
|
-
|
|
36
|
-
## Entrada
|
|
37
|
-
- Baseline conversion rate
|
|
38
|
-
- Minimum Detectable Effect (MDE)
|
|
39
|
-
- Traffic volume
|
|
40
|
-
- Number of variants
|
|
41
|
-
|
|
42
|
-
## Passos
|
|
43
|
-
|
|
44
|
-
### 1. Input Parameters
|
|
45
|
-
| Parametro | Valor | Nota |
|
|
46
|
-
|-----------|-------|------|
|
|
47
|
-
| Baseline conversion rate | | Current conversion rate |
|
|
48
|
-
| Minimum Detectable Effect (MDE) | | Smallest improvement worth detecting |
|
|
49
|
-
| Statistical significance | 95% (α = 0.05) | Industry standard |
|
|
50
|
-
| Statistical power | 80% (β = 0.20) | Industry standard |
|
|
51
|
-
| Number of variants | | Control + N variants |
|
|
52
|
-
| Daily traffic (eligible) | | Visitors to test page |
|
|
53
|
-
| One-tailed or two-tailed | Two-tailed | Default (conservative) |
|
|
54
|
-
|
|
55
|
-
### 2. Sample Size Formula Reference
|
|
56
|
-
| Baseline CR | MDE | Required Sample (per variant) | Total (2 variants) |
|
|
57
|
-
|------------|-----|----------------------------|-------------------|
|
|
58
|
-
| 1% | 20% relative | ~38,400 | ~76,800 |
|
|
59
|
-
| 2% | 15% relative | ~28,500 | ~57,000 |
|
|
60
|
-
| 3% | 10% relative | ~42,800 | ~85,600 |
|
|
61
|
-
| 5% | 10% relative | ~31,000 | ~62,000 |
|
|
62
|
-
| 10% | 5% relative | ~61,500 | ~123,000 |
|
|
63
|
-
| 20% | 5% relative | ~49,200 | ~98,400 |
|
|
64
|
-
|
|
65
|
-
### 3. Duration Calculation
|
|
66
|
-
```
|
|
67
|
-
Test duration (days) = Total sample needed / Daily eligible traffic
|
|
68
|
-
|
|
69
|
-
Constraints:
|
|
70
|
-
- Minimum: 2 full business weeks (14 days)
|
|
71
|
-
- Maximum: 8 weeks (avoid novelty effect)
|
|
72
|
-
- Include full week cycles (no partial weeks)
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
| Cenario | Daily Traffic | Sample Needed | Duration | Feasible? |
|
|
76
|
-
|---------|-------------|--------------|---------|-----------|
|
|
77
|
-
| | | | | Yes/No |
|
|
78
|
-
|
|
79
|
-
### 4. MDE Guidelines
|
|
80
|
-
| Tipo de Teste | MDE Recomendado | Rationale |
|
|
81
|
-
|--------------|----------------|-----------|
|
|
82
|
-
| Major redesign | 10-20% relative | Large changes should have large impact |
|
|
83
|
-
| CTA change | 15-25% relative | Focused change, detectable effect |
|
|
84
|
-
| Copy change | 10-20% relative | Moderate expected impact |
|
|
85
|
-
| Form optimization | 15-30% relative | High-impact area |
|
|
86
|
-
| Pricing page | 5-15% relative | Lower traffic, higher stakes |
|
|
87
|
-
|
|
88
|
-
### 5. Traffic Split Strategy
|
|
89
|
-
| Cenario | Split | Nota |
|
|
90
|
-
|---------|-------|------|
|
|
91
|
-
| Standard A/B | 50/50 | Maximum speed to significance |
|
|
92
|
-
| Risk mitigation | 80/20 | Control keeps 80%, slower but safer |
|
|
93
|
-
| Multi-variant | Equal split | 33/33/33 for 3 variants |
|
|
94
|
-
| Phased rollout | 10/90 → 50/50 | Start small, scale if no issues |
|
|
95
|
-
|
|
96
|
-
### 6. Pre-Test Checklist
|
|
97
|
-
| Check | Status |
|
|
98
|
-
|-------|--------|
|
|
99
|
-
| Sample size calculated | |
|
|
100
|
-
| Duration >= 14 days | |
|
|
101
|
-
| Duration <= 56 days | |
|
|
102
|
-
| Full week cycles included | |
|
|
103
|
-
| Traffic sufficient for MDE | |
|
|
104
|
-
| No conflicting tests planned | |
|
|
105
|
-
| Seasonal factors considered | |
|
|
106
|
-
| No major events during test | |
|
|
107
|
-
|
|
108
|
-
## Saida
|
|
109
|
-
- Sample size calculations
|
|
110
|
-
- Test duration estimate
|
|
111
|
-
- MDE justification
|
|
112
|
-
- Traffic split recommendation
|
|
113
|
-
- Pre-test checklist completed
|
|
114
|
-
|
|
115
|
-
## Validacao
|
|
116
|
-
- [ ] Sample size calculado com formula correta
|
|
117
|
-
- [ ] Power >= 80%
|
|
118
|
-
- [ ] Significance = 95%
|
|
119
|
-
- [ ] Duration realista (14-56 days)
|
|
120
|
-
- [ ] MDE justificado para o tipo de teste
|
|
121
|
-
- [ ] Pre-test checklist passado
|