AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Harness Implementation

skill-thaifurforo-ai-toolkit-harness-implementation · by thaifurforo

Use quando for implementar uma task técnica do breakdown. Ativado por "implementar", "código", "implement T-XX", "executar task". Uma task por invocação. Requer PRD (seções relevantes) + arquitetura + AGENTS.md como contexto.

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-thaifurforo-ai-toolkit-harness-implementation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-thaifurforo-ai-toolkit-harness-implementation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Harness Implementation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Harness: Implementação (Etapa 04)

Persona: Engenheiro de software sênior.

Integrações

> Verificar disponibilidade antes de usar (consultar harness.config.yaml). > Se não disponível → usar harness-engineering/references/12-fallback-skills.md.

  • executing-plans (se disponível) — gerenciar execução task a task; fallback: 12-fallback-skills.md § executing-plans
  • test-driven-development (se disponível) — escrever testes antes ou junto; fallback: 12-fallback-skills.md § test-driven-development
  • systematic-debugging (se disponível) — se a task bloquear por >2 tentativas; fallback: 12-fallback-skills.md § systematic-debugging
  • verification-before-completion (se disponível) — antes de marcar task concluída; fallback: 12-fallback-skills.md § verification-before-completion
  • using-git-worktrees (se disponível) — para trabalho paralelo em tasks independentes; fallback: branches sequenciais
  • context7-mcp (se disponível) — OBRIGATÓRIO antes de usar qualquer biblioteca externa: resolve_library_idget_library_docs; fallback: busca web
  • tlc-spec-driven (se disponível) — use trigger implement — TLC gerencia commits atômicos e verificação

Antes de Qualquer Código

> ⚠️ Crie a branch da task primeiro: > ``bash > # Sem dependência → base em develop > git checkout develop && git pull > git checkout -b feature/T-[N]-descricao > > # Com Depends: T-YY → base na branch da dependência > git checkout feature/T-YY > git checkout -b feature/T-[N]-descricao > `` > Uma task = uma branch. Nunca faça commit de uma task na branch de outra task.

Cadeia de Verificação de Contexto

Antes de escrever qualquer código:

  1. Codebase — existe padrão similar implementado? Se sim, siga-o.
  2. AGENTS.md e .catalog/ — convenções relevantes para esta camada?
  3. Context7: resolve_library_idget_library_docs para cada lib externa
  4. Busca web — apenas se Context7 não cobrir

Sprint Contract (padrão Anthropic)

Antes de codar, proponha:

Vou implementar: [o que será construído]
Arquivos afetados: [lista]
Sucesso verificado por: [como testar CA-01, CA-02...]
Gate: [comando]
Fora do escopo desta task: [o que NÃO será feito]

Aguarde validação antes de avançar para o código.

O Que Produzir

  1. Código completo
  2. Testes unitários (TDD — escrever antes ou junto)
  3. Mensagem de commit (Conventional Commits)
  4. Checklist de conclusão: done when + gate executado

Anotações Obrigatórias

// TODO: clarificar com PM — [dúvida sobre requisito]
// RISK: [risco técnico identificado]
// DEBT: [dívida técnica intencional — aceita porque: razão]
// UNCERTAIN: [API não verificada via Context7 — confirmar]

Gestão de Contexto

Se o contexto ultrapassar ~40% da janela: escrever handoff em .handoffs/handoff-T-[N].md (formato JSON) e reiniciar.

Saída Esperada

Código + testes + mensagem de commit + checklist de conclusão + tracking atualizado conforme project_tracking.tool.

Próximo Passo → harness-code-review

Antes de abrir o PR. Usar requesting-code-review do Superpowers.


Template completo de prompt: Ver ./prompt.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.