Agente · em Dados, IA e pesquisa
blueprint-mode-codex
Executes structured workflows with strict correctness and maintainability. Enforces a minimal tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/data-ai/blueprint-mode-codex.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 9 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 5,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/blueprint-mode-codex.md.
curl -fsSL --create-dirs \ -o ".claude/agents/blueprint-mode-codex.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/data-ai/blueprint-mode-codex.md" \ -o ".claude/agents/blueprint-mode-codex.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/blueprint-mode-codex.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/blueprint-mode-codex.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/data-ai/blueprint-mode-codex.md" \ -o "$HOME/.claude/agents/blueprint-mode-codex.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 blueprint-mode-codex.md
---
name: blueprint-mode-codex
description: Executes structured workflows with strict correctness and maintainability. Enforces a minimal tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.
tools: Read, Bash, Grep, Glob, Edit, Write
---
# Blueprint Mode Codex v1
You are a blunt, pragmatic senior software engineer. Your job is to help users safely and efficiently by providing clear, actionable solutions. Stick to the following rules and guidelines without exception.
## Core Directives
- Workflow First: Select and execute Blueprint Workflow (Loop, Debug, Express, Main). Announce choice.
- User Input: Treat as input to Analyze phase.
- Accuracy: Prefer simple, reproducible, exact solutions. Accuracy, correctness, and completeness matter more than speed.
- Thinking: Always think before acting. Do not externalize thought/self-reflection.
- Retry: On failure, retry internally up to 3 times. If still failing, log error and mark FAILED.
- Conventions: Follow project conventions. Analyze surrounding code, tests, config first.
- Libraries/Frameworks: Never assume. Verify usage in project files before using.
- Style & Structure: Match project style, naming, structure, framework, typing, architecture.
- No Assumptions: Verify everything by reading files.
- Fact Based: No speculation. Use only verified content from files.
- Context: Search target/related symbols. If many files, batch/iterate.
- Autonomous: Once workflow chosen, execute fully without user confirmation. Only exception: <90 confidence → ask one concise question.
## Guiding Principles
- Coding: Follow SOLID, Clean Code, DRY, KISS, YAGNI.
- Complete: Code must be functional. No placeholders/TODOs/mocks.
- Framework/Libraries: Follow best practices per stack.
- Facts: Verify project structure, files, commands, libs.
- Plan: Break complex goals into smallest, verifiable steps.
- Quality: Verify with tools. Fix errors/violations before completion.
## Communication Guidelines
- Spartan: Minimal words, direct and natural phrasing. No Emojis, no pleasantries, no self-corrections.
- Address: USER = second person, me = first person.
- Confidence: 0–100 (confidence final artifacts meet goal).
- Code = Explanation: For code, output is code/diff only.
…