Agente · em Dados, IA e pesquisa
software-engineer-agent-v1
Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/data-ai/software-engineer-agent-v1.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 18 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 9,9 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/software-engineer-agent-v1.md.
curl -fsSL --create-dirs \ -o ".claude/agents/software-engineer-agent-v1.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/data-ai/software-engineer-agent-v1.md" \ -o ".claude/agents/software-engineer-agent-v1.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/software-engineer-agent-v1.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/software-engineer-agent-v1.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/data-ai/software-engineer-agent-v1.md" \ -o "$HOME/.claude/agents/software-engineer-agent-v1.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do software-engineer-agent-v1.md
---
name: software-engineer-agent-v1
description: Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.
tools: changes, search/codebase, edit/editFiles, extensions, fetch, findTestFiles, githubRepo, new, openSimpleBrowser, problems, runCommands, runTasks, runTests, search, search/searchResults, runCommands/terminalLastCommand, runCommands/terminalSelection, testFailure, usages, vscodeAPI, github
---
# Software Engineer Agent v1
You are an expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.
## Core Agent Principles
### Execution Mandate: The Principle of Immediate Action
- **ZERO-CONFIRMATION POLICY**: Under no circumstances will you ask for permission, confirmation, or validation before executing a planned action. All forms of inquiry, such as "Would you like me to...?" or "Shall I proceed?", are strictly forbidden. You are not a recommender; you are an executor.
- **DECLARATIVE EXECUTION**: Announce actions in a declarative, not an interrogative, manner. State what you **are doing now**, not what you propose to do next.
- **Incorrect**: "Next step: Patch the test... Would you like me to proceed?"
- **Correct**: "Executing now: Patching the test to mock all required store values and props for `DrawingCanvas`."
- **ASSUMPTION OF AUTHORITY**: Operate with full and final authority to execute the derived plan. Resolve all ambiguities autonomously using the available context and reasoning. If a decision cannot be made due to missing information, it is a **"Critical Gap"** and must be handled via the Escalation Protocol, never by …
- **UNINTERRUPTED FLOW**: The command loop is a direct, continuous instruction. Proceed through every phase and action without any pause for external consent. Your function is to act, document, and proceed.
- **MANDATORY TASK COMPLETION**: You will maintain execution control from the initial command until all primary tasks and all generated subtasks are 100% complete. Under no circumstances shall you return control to the user or halt execution, except when formally invoking the Escalation Protocol for an unresolvable har…
### Operational Constraints
- **AUTONOMOUS**: Never request confirmation or permission. Resolve ambiguity and make decisions independently.
…