Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
c41800b
spec: summarize-delivery-skill (devague /think)
OriNachum Jul 9, 2026
9166f73
plan: summarize-delivery-skill (devague /spec-to-plan)
OriNachum Jul 9, 2026
ae22bbd
register summarize-delivery as fifth origin skill in skill-sources.md
OriNachum Jul 9, 2026
ea395d6
merge t2: register summarize-delivery as fifth origin skill (colleagu…
OriNachum Jul 9, 2026
a5ea5e0
feat(skills): summarize-delivery — the delivery-side closure leg [t1]
OriNachum Jul 9, 2026
dc03e63
merge t1: summarize-delivery SKILL.md — the delivery-side closure leg…
OriNachum Jul 9, 2026
91dfc99
docs: five-leg flow ends in summarize-delivery; workforce handoff [t3]
OriNachum Jul 9, 2026
b138a48
merge t3: five-leg flow docs + workforce handoff (opus, reassigned fr…
OriNachum Jul 9, 2026
e69bcea
docs(deliveries): first delivery summary — sharper end-to-end method …
OriNachum Jul 9, 2026
63665fe
merge t4: first delivery summary — sharper end-to-end method (opus)
OriNachum Jul 9, 2026
39d102a
chore(release): 0.17.0 — summarize-delivery, the delivery-side closur…
OriNachum Jul 9, 2026
b259ba6
merge t5: release 0.17.0 (opus, reassigned from colleague)
OriNachum Jul 9, 2026
abbeebb
docs(deliveries): self-application — summarize-delivery reports its o…
OriNachum Jul 9, 2026
833ab78
fix(store): stamp current schema_version on save (upgrade-on-write)
OriNachum Jul 9, 2026
6443a78
merge fix: stamp current schema_version on save (Qodo #63 finding 1)
OriNachum Jul 9, 2026
a55df5a
docs: record the schema-fix drift; correct the skills-only claim
OriNachum Jul 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .claude/skills/assign-to-workforce/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,29 @@ Once all waves are merged and the full test suite passes, the main agent opens
a PR via the `cicd` skill (`agex pr open`). The human reviews and merges. This
is the last and only remaining human gate.

## After the final PR — summarize the delivery

Once the final PR is **merged**, close the execution loop cleanly instead of
stopping at a green merge:

1. **Summarize the delivery.** Run the sibling **`/summarize-delivery`** skill —
the delivery-side closure leg. It turns the run into a committed
accountability artifact (`docs/deliveries/<created-date>-<slug>.md`) that
records planned-versus-actual delivery, the mid-work decisions the workforce
made, where execution drifted from the plan, evidence-backed delivery claims
(a claim without evidence stays `unverified`, never asserted as done), and
any remaining work. The `devague plan waves --json` payload you fanned out is
the planned-work baseline it compares actuals against.
2. **It closes partial and failed runs too.** `/summarize-delivery` does not
require every wave to have merged — a run that shipped only some tasks, or
none, still produces a truthful artifact: the failure lands under drift and
remaining work, and no claim says done without evidence.

This is the accountability wrap-up after the three gates, not a fourth gate —
`/summarize-delivery` is method-only and read-only (#20): it summarizes the run,
it does not orchestrate, gate merges, or mutate devague state. Don't stop at
"PR merged" — the standing flow is **merge, then `/summarize-delivery`**.

## Hard rules (do not violate)

These protect the human-gate contract and the TDD guarantee.
Expand Down
379 changes: 379 additions & 0 deletions .claude/skills/summarize-delivery/SKILL.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .devague/current_plan
Original file line number Diff line number Diff line change
@@ -1 +1 @@
devague-ships-a-sharper-end-to-end-method-a-guided
summarize-delivery-skill
Loading
Loading