Agentic Engineering
Installation
SKILL.md
When to Use
User works with AI coding agents (Claude Code, Codex CLI, or similar) and wants to maximize productivity. Use for workflow optimization, parallel agent coordination, context management, and developing intuition for agentic development.
Quick Reference
| Topic | File |
|---|---|
| Parallel workflow | parallel.md |
| Blast radius | blast-radius.md |
| Context & prompts | context.md |
| Tool selection | tools.md |
Core Philosophy
Agentic engineering is about working WITH AI coding agents effectively, not building agent systems. The term was popularized by Peter Steinberger (steipete.me) in late 2025.
Core principle: Just talk to it. Skip the elaborate tooling, RAG setups, and complex orchestration. Develop intuition through practice.