edudutra/mcp-tableau
Skill Claude CodeCodex
Explains Compozy capabilities, CLI commands, core workflow skills, optional extension skills, configuration, artifact structure, reusable agents, and extensions. Use when the user asks how to use Compozy, what commands are available, how the workflow pipeline works, or how to configure a workspace. Do not use for…
edudutra/mcp-tableau
Skill Claude CodeCodex
Creates a Product Requirements Document through interactive brainstorming with parallel codebase and web research. Use when starting a new feature or product, building a PRD, or brainstorming requirements. Do not use for technical specifications, task breakdowns, or code implementation.
edudutra/mcp-tableau
Skill Claude CodeCodex
Decomposes PRDs and TechSpecs into detailed, independently implementable task files with enrichment from codebase exploration. Use when a PRD or TechSpec exists and needs to be broken down into executable tasks, or when task files need enrichment with implementation context. Do not use for PRD creation, TechSpec…
edudutra/mcp-tableau
Skill Claude CodeCodex
Creates a Technical Specification by translating PRD business requirements into implementation designs through interactive technical clarification. Use when a PRD exists and needs a technical plan, or when technical architecture decisions need documentation. Do not use for PRD creation, task breakdown, or direct code…
edudutra/mcp-tableau
Skill Claude CodeCodex
Executes one PRD task end-to-end using a provided task file, PRD directory, tracking file paths, and auto-commit mode. Use when a prompt includes a task specification that must be implemented, validated, and reflected in task tracking files. Do not use for PR review batches, generic coding tasks without a PRD task…
edudutra/mcp-tableau
Skill Claude CodeCodex
Enforces fresh verification evidence before any completion, fix, or passing claim, and before commits or PR creation. Use when an agent is about to report success, hand off work, or commit code. Do not use for early planning, brainstorming, or tasks that have not yet reached a concrete verification step.
edudutra/mcp-tableau
Skill Claude CodeCodex
Executes provider-agnostic PR review remediation using existing review round files under .compozy/tasks/ /reviews-NNN/. Use when resolving batched review issues, updating issue markdown files, implementing fixes, and verifying the result. Do not use for PRD task execution, review export/fetch, or generic coding tasks…
edudutra/mcp-tableau
Skill Claude CodeCodex
Performs a comprehensive code review of a PRD implementation and generates a review round directory with issue files compatible with cy-fix-reviews. Use when reviewing implemented PRD tasks, creating a manual review round without an external provider, or performing a quality audit of code changes. Do not use for…
edudutra/mcp-tableau
Skill Claude CodeCodex
Maintains workflow-scoped task memory for Compozy runs using .compozy/tasks/ /memory/ files. Use when a task prompt provides workflow memory paths and requires the agent to read, update, compact, and promote durable context across PRD task executions. Do not use for PR review remediation, global user preferences, or…
edudutra/mcp-tableau
Skill Claude CodeCodex
Resolve Git merge and rebase conflicts conservatively, preserving both sides' intent, staging only understood resolutions, and leaving a git-clean conflict state.
edudutra/mcp-tableau
Skill Claude CodeCodex
Use when escrevendo, revisando ou refatorando codigo Python deste projeto MCP Tableau - define convencoes de estilo, tipagem, estrutura de ferramentas FastMCP, integracao com a Tableau REST API, tratamento de erros, seguranca de credenciais e testes.
edudutra/mcp-tableau
Skill Claude CodeCodex
Crie um PRD para um novo produto ou serviço. O PRD deve seguir um formato padrão e ser detalhado o suficiente para que o desenvolvedor possa implementar o produto ou serviço.
edudutra/mcp-tableau
Skill Claude CodeCodex
Usando um PRD e um TechSpec, crie uma lista de tasks para a implementação da feature. Você deve seguir o padrão de templates fornecido e o workflow listado abaixo.
edudutra/mcp-tableau
Skill Claude CodeCodex
Crie um TechSpec para um novo produto ou serviço. O TechSpec deve seguir um formato padrão e ser detalhado o suficiente para que o desenvolvedor possa implementar o produto ou serviço.
edudutra/mcp-tableau
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
edudutra/mcp-tableau
Skill Claude CodeCodex
Leia o relatório de bugs de uma feature, analise e corrija cada defeito na causa raiz, crie testes de regressão, valide bugs visuais com Playwright MCP quando aplicável e gere o relatório final de correções. Use sempre que o usuário pedir para corrigir bugs, executar bugfix, tratar defeitos do bugs.md, resolver…
edudutra/mcp-tableau
Skill Claude CodeCodex
Valide a implementação de uma feature contra o PRD, TechSpec e Tasks, executando testes de unidade, integração e E2E, e gerando um relatório final de QA. Use sempre que o usuário pedir para executar QA, validar/testar uma funcionalidade, rodar testes E2E, levantar evidências de funcionamento ou gerar um relatório de…
edudutra/mcp-tableau
Skill Claude CodeCodex
Analise o código produzido, verifique conformidade com as rules e padrões do projeto, valide se os testes passam, confirme aderência à TechSpec e às Tasks, identifique code smells e gere o relatório final de code review. Use sempre que o usuário pedir para executar code review, revisar o código de uma feature, validar…
edudutra/mcp-tableau
Skill Claude CodeCodex
Identifique e implemente a próxima task técnica de uma feature a partir do PRD, TechSpec e tasks.md. Use sempre que o usuário pedir para executar, implementar ou começar uma task/subtarefa, dar continuidade à implementação de uma funcionalidade, ou seguir a lista de tarefas em tasks.md.
edudutra/mcp-tableau
Skill Claude CodeCodex
Finaliza implementações com commit conventional, screenshots Playwright, checklist de qualidade e abertura de pull request via gh CLI usando o template da empresa. Use quando o usuário pedir para finalizar, commitar, abrir PR, capturar screenshots, encerrar implementação, ou mencionar "finalize", "commit final", "pull…
edudutra/mcp-tableau
Skill Claude CodeCodex
Use when escrevendo, organizando ou revisando testes deste projeto MCP Tableau - define estrutura com pytest, mocking do cliente Tableau, fixtures, cobertura de ferramentas MCP e validacoes, e convencoes de nomeacao.