Skip to content

v0.2.0

Choose a tag to compare

@GiustoPiedimonte GiustoPiedimonte released this 28 Jun 10:06

First public release of the agentic-engineering Claude Code plugin.

Install
```
/plugin marketplace add GiustoPiedimonte/agentic-engineering-marketplace
/plugin install agentic-engineering@giusto-agentic
```

Workflow

Spec-driven shape → decide → execute → measure → eval:

  • `/pitch` — shape a feature into a Shape Up pitch before any code
  • `/adr` — record a decision (append-only), with dark-launch `Gate`/`Flip-criteria`
  • `/ship` — execute a closed-scope cycle: pre-spawn filter, doc-bundle, PR format, adversarial review, dark-launch flip
  • `/measure` — read-only, data-backed flip/keep/cut verdict
  • `/eval` — error analysis from real failures + transition-failure matrices

Agents

`executor` · `researcher` · `reviewer` · `measurer` — parallelize readers, serialize writers.

Hooks

Auto-format on edit (TS/Py) and a verification gate before ending a code turn.