---
title: "agentic-engineering"
description: "Minimal runtime-neutral engineering policy with proactive execution optimization and objective-level review DAG planning for one, independent, or Stacked PR topology."
canonical: https://agentpluginsdirectory.com/plugins/agentic-engineering
last-updated: 2026-09-25
---

# agentic-engineering
Minimal runtime-neutral engineering policy with proactive execution optimization and objective-level review DAG planning for one, independent, or Stacked PR topology.
- Slug: agentic-engineering
- Publisher: Agentic Engineering Maintainers
- Repository: https://github.com/calorie/agentic-engineering
- Manifest: plugins/agentic-engineering/plugin.json
- Version: 0.5.3
- Category (editorial): other
- Skills: 2 (orchestrate, stacked-pr)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-09-20
- Repository last pushed: 2026-09-22
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/agentic-engineering
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What agentic-engineering does, in the publisher's words

Agentic Engineering is a deliberately small policy plugin for Claude Code and Codex.

It does not implement its own scheduler, context engine, worker pool, or hook runtime. Instead, it tells native runtimes to automatically optimize execution around a user-provided engineering objective.

Current version: 0.5.3

- Superpowers provides methodology such as TDD, systematic debugging, and verification. Do not nest another scheduler under an active native scheduler.
- Ponytail biases implementation toward the simplest correct solution. Explicit requirements, safety, and project invariants take precedence.
- important long-lived design decisions that cannot be inferred safely;
- the final action that integrates changes into the default branch, such as merging a PR or directly merging/pushing to the default branch.
- one focused reviewable unit -> one PR;

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/calorie/agentic-engineering/HEAD/README.md

## Skills

- orchestrate: Automatically optimize substantive software work using runtime-native capabilities. Proactively protect context, delegate and parallelize beneficial work, persist durable state for long-running tasks, deduplicate verification, and choose review topology without making the user manage orchestration.
- stacked-pr: Use GitHub native stacked pull requests when changes are dependent but independently reviewable. Do not stack independent work or a single focused change.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
