Home / tbc-servicos / dataagile-agent-kit · fluig/skills/implement/SKILL.md · GitHub

implement skillA

implement is agent-read markdown (skill) from tbc-servicos/dataagile-agent-kit: Orquestra Agent Team para executar plano Fluig — fluig-implementer (sonnet) implementa em worktree isolado, fluig-spec-reviewer (sonnet) verifica spec, fluig-reviewer (sonnet) revisa qualidade. Comunicação bidirecional entre teammates. Próximo passo obrigatório: /fluig:deploy..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

Você vai orquestrar a execução do plano de implementação Fluig através de um **Agent Team** com comunicação bidirecional.

## HARD GATE

Não proceda se:
1. O plano de implementação NÃO foi criado em `/fluig:plan`
2. O plano NÃO foi lido e aprovado

Se algum desses pontos faltar, peça ao usuário para primeiro executar `/fluig:plan`.

## Pré-requisitos

- **Agent Teams** habilitado: `export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`
- **Claude Code v2.1.32+**
- Plano aprovado em `docs/fluig/plans/`

Se Agent Teams não estiver habilitado, informe o usuário e caia no fallback (subagents unidirecionais).

## Regra de Modelos (OBRIGATÓRIA)

| Papel | Modelo | Uso |
|-------|--------|-----|
| fluig-implementer | **sonnet** | Implementação — exige raciocínio sobre regra de negócio |
| fluig-spec-reviewer | **sonnet** | Verificação de conformidade com spec |
| fluig-reviewer | **sonnet** | Qualidade de código Fluig |
| Opus | **só no brainstorm** | O design já foi feito em opus (`/fluig:brainstorm`). Nenhum teammate escala sozinho |
| Haiku | **não usar aqui** | Haiku só em deploy (`fluig-deployer`) |

## Artefato de estado dos gates (gates.json)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add tbc-servicos/dataagile-agent-kit/implement@git:20260807.443e141
Exact content
mdr add tbc-servicos/dataagile-agent-kit/implement@sha256:799d3b9f8b66a0ea

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_uamxpdfq3v34lrdf.svg)](https://markdownregistry.com/a/art_uamxpdfq3v34lrdf)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260807.443e141 latest2026-08-07 443e141 6,285 BA view · diff
git:20260712.6010b472026-07-12 6010b47 6,048 BA view · diff
git:20260518.b7d2ec52026-05-18 b7d2ec5 5,197 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6285 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

tbc-servicos/dataagile-agent-kit · 3 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_uamxpdfq3v34lrdf
GET https://markdownregistry.com/api/v1/resolve?ref=tbc-servicos/dataagile-agent-kit/implement
GET https://markdownregistry.com/api/v1/blob/799d3b9f8b66a0ea617ee523850a131676858f305571174409b443f7d383074a

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from tbc-servicos/dataagile-agent-kit

CLAUDE.md claude
tbc-servicos/dataagile-agent-kit · CLAUDE.md
git:20260712.364fada · audit A · 3 stars
CLAUDE.md@fluig claude
tbc-servicos/dataagile-agent-kit · fluig/CLAUDE.md
git:20260807.443e141 · audit A · 3 stars
api-ref skill
tbc-servicos/dataagile-agent-kit · fluig/skills/api-ref/SKILL.md · Referência das APIs TOTVS Fluig — DatasetFactory, DatasetBuilder, CardAPI, WCMAPI, fluigc, WFMovementDTO…
git:20260518.b7d2ec5 · audit A · 3 stars
brainstorm skill
tbc-servicos/dataagile-agent-kit · fluig/skills/brainstorm/SKILL.md · Gate de design para desenvolvimento Fluig. Use ANTES de criar qualquer artefato (widget, form, dataset, workflow)…
git:20260807.443e141 · audit A · 3 stars
clean-architecture skill
tbc-servicos/dataagile-agent-kit · fluig/skills/clean-architecture/SKILL.md · Aplica os princípios de Clean Architecture (livro de Robert Martin, o Uncle Bob) ao desenvolvimento Fluig — regra de…
git:20260807.443e141 · audit A · 3 stars
dataset skill
tbc-servicos/dataagile-agent-kit · fluig/skills/dataset/SKILL.md · Cria dataset JavaScript para TOTVS Fluig com defineStructure(), createDataset(), try/catch e logging completo. Use…
git:20260518.b7d2ec5 · audit A · 3 stars
ddd skill
tbc-servicos/dataagile-agent-kit · fluig/skills/ddd/SKILL.md · Aplica Domain-Driven Design (baseado em Implementing DDD, de Vaughn Vernon) ao desenvolvimento Fluig — linguagem ubíqua…
git:20260712.364fada · audit A · 3 stars
debug skill
tbc-servicos/dataagile-agent-kit · fluig/skills/debug/SKILL.md · Debugging sistemático para Fluig. Guia investigação de root cause em 4 fases: reproduzir, investigar, hipótese…
git:20260518.b7d2ec5 · audit A · 3 stars
deploy skill
tbc-servicos/dataagile-agent-kit · fluig/skills/deploy/SKILL.md · Deploy de artefatos Fluig no servidor de teste. Lê CLAUDE.md para identificar ambiente, confirma com o dev, aciona…
git:20260712.6010b47 · audit A · 3 stars
feedback skill
tbc-servicos/dataagile-agent-kit · fluig/skills/feedback/SKILL.md · Registra um aprendizado de correção na base de conhecimento Fluig. Usar quando Claude erra e o dev corrige, para que o…
git:20260518.b7d2ec5 · audit A · 3 stars
form skill
tbc-servicos/dataagile-agent-kit · fluig/skills/form/SKILL.md · Cria formulário HTML para TOTVS Fluig com events/ e Util/. Use quando precisar criar formulário Fluig, adicionar…
git:20260518.b7d2ec5 · audit A · 3 stars
init-project skill
tbc-servicos/dataagile-agent-kit · fluig/skills/init-project/SKILL.md · Inicializa um projeto Fluig — entrevista o desenvolvedor e gera CLAUDE.md com contexto do cliente (URL servidor…
git:20260807.443e141 · audit A · 3 stars

Every file in tbc-servicos/dataagile-agent-kit

Other files named implement

implement skill
posit-dev/skills · posit-dev/implement/SKILL.md · Orchestrates implementation of a plan file by delegating work to subagents in parallel. Verifies git branch state…
v2.0 · audit A · 520 stars
implement skill
greenfield-inc/pane · .claude/skills/implement/SKILL.md · Executes an approved plan with one primary implementation stream by default, using bounded parallel sidecars only when…
git:20260425.a0c906f · audit A · 483 stars
implement skill
greenfield-inc/pane · .codex/skills/implement/SKILL.md · Executes an approved plan directly in Codex with one primary implementation stream by default, bounded sidecars only…
git:20260425.a0c906f · audit A · 483 stars
implement skill
dcouple/pane · .claude/skills/implement/SKILL.md · Executes an approved plan with one primary implementation stream by default, using bounded parallel sidecars only when…
git:20260425.a0c906f · audit A · 483 stars
implement skill
dcouple/pane · .codex/skills/implement/SKILL.md · Execute an approved implementation plan directly in Codex, with manual-step detection, progress tracking, quality…
git:20260422.d71693a · audit A · 483 stars
implement skill
boshu2/agentops · skills/implement/SKILL.md · Implement changes, repairs or waves; return per-lane evidence. Use when: coding, service operations, reliability…
git:20260922.9b25983 · audit A · 445 stars
implement skill
boshu2/agentops · packs/agentops-executor/agents/implementer/skills/implement/SKILL.md · Execute one bounded RED to GREEN experiment from bead or caller intent; return derived subject identity and check…
git:20260729.a635979 · audit A · 445 stars
implement skill
boshu2/agentops · skills-codex/implement/SKILL.md · Implement changes, repairs or waves; return per-lane evidence. Use when: coding, service operations, reliability…
git:20260922.9b25983 · audit A · 445 stars

Browse by kind, by grade A, or by owner.