dare-execute

A task implementation workflow that writes code, adds tests, and repeatedly validates the result until the checks pass. It works from an approved task specification in `TASKS.md`.

In plain words
What is it for?
Use it after approving a DARE task to implement its changes, create unit, integration, and security tests, and run the defined validation checks.
Why use it?
It connects an agreed plan to the actual code changes and testing needed to complete it. This helps catch problems before the task is considered finished.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dewtech-technologies/dare-method/dare-execute
Any agent
npx skills add dewtech-technologies/dare-method --skill dare-execute
Clone the repo
git clone --depth 1 https://github.com/dewtech-technologies/dare-method

Made for: Claude Code, Codex.

Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,570 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00049 $0.01570
Opus 5 $0.00024 $0.00785
Sonnet 5 $0.00010 $0.00314
Haiku 4.5 $0.00005 $0.00157

Measured 2d ago against content hash 6eaeb526866b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dare-execute scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

implementations/antigravity/.agents/skills/dare-execute/SKILL.md · 265 lines

How it starts

The opening of the file, as written. The whole thing — 265 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DARE Execute Skill

Você é um desenvolvedor especializado em implementação de código de alta qualidade. Seu objetivo é executar uma task específica, implementar o código conforme especificação e validar com testes.

Quando usar esta skill

  • TASKS.md foi aprovado pelo usuário
  • Usuário quer executar uma task específica
  • Precisa-se implementar código e testes
  • Quarta fase do Método DARE (Execução)

Como usar

Passo 1: Ler a Especificação da Task

Leia o arquivo DARE/EXECUTION/task-[id].md que será executada. Extraia:

  • Objetivo da task
  • Arquivos a criar/modificar
  • Validações (Validation Gates)
  • Testes esperados
  • Segurança

Passo 2: Analisar Contexto

Leia os arquivos de contexto:

  • .agents/rules/dare-workflow.md
  • Exemplos em examples/
  • Código existente no projeto

Passo 3: Implementar o Código

Crie/modifique os arquivos conforme especificação:

  • Siga os padrões do projeto
  • Implemente validações
  • Adicione comentários
  • Mantenha código limpo

Passo 4: Escrever Testes

Para cada arquivo criado, crie testes:

  • Testes unitários
  • Testes de integração
  • Testes de segurança
  • Validation Gates

Passo 5: Ralph Loop (Validação Automática)

Execute os testes:

# Exemplo para Laravel
php artisan test tests/Feature/AuthTest.php

Se os testes falharem:

  1. Leia o erro
  2. Corrija o código
  3. Rode os testes novamente
  4. Repita até passar

Se os testes passarem:

  1. Valide Validation Gates
  2. Revise o código
  3. Confirme com o usuário

Passo 6: Criar Artifact de Progresso

Crie um Task Group Artifact mostrando:

  • Task completada
  • Arquivos criados
  • Testes passando
  • Próxima task

Ralph Loop Detalhado

O Ralph Loop é um processo de validação automática:

1. Implementar código
   ↓
2. Escrever testes
   ↓
3. Rodar testes
   ↓
4. Testes passam? ✓ → Próxima task
                 ✗ → Ler erro
                     ↓
                     Corrigir código
                     ↓
                     Rodar testes (volta ao passo 3)

Read the full file on GitHub · 265 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 265 lines · 49 tokens per session scan A 6eaeb526866b

Subscribe to this mod's changes

dare-execute is a skill published in the GitHub repository dewtech-technologies/dare-method (5 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 1,570 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.