Skip to content

feat(skills): release-planning + issue-driven delivery loop; bump to 0.5.0#79

Merged
avrabe merged 1 commit into
mainfrom
feat/plugin-release-planning-skill
Jun 6, 2026
Merged

feat(skills): release-planning + issue-driven delivery loop; bump to 0.5.0#79
avrabe merged 1 commit into
mainfrom
feat/plugin-release-planning-skill

Conversation

@avrabe

@avrabe avrabe commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Accommodates the issue→loop→release flow seen on synth/kiln/loom and moves release planning into rivet.

Part A — planning in rivet: uses rivet's existing release: field + status lifecycle to assign which requirements land in which release; readiness is a query (scope all verified + V closed), not a calendar; GitHub milestones become a view, rivet is source of truth; drive "what's needed for v0.X" from it.

Part B — delivery loop: error/regression/optimization in → evaluate (measure, don't guess — the synth bar: a regression is a number, 255→257 cycles) → classify (new req / regression / optimization) → land in rivet assigned to a release → run the full chain (feature-loop, oracle-gate, proof-synthesis) → close the V (traceability-audit) → ship (release-execution). Worked shapes for optimization (synth/loom), bug (kiln), capability gap (loom).

Twelfth skill; plugin + marketplace → 0.5.0.

🤖 Generated with Claude Code

… to 0.5.0

Accommodates the issue→loop→release flow observed on synth/kiln/loom and makes
release planning live in rivet.

Part A — release planning IN rivet: use the existing `release:` field + status
lifecycle (draft→…→verified→accepted) to assign which requirements land in which
release; readiness is a query (scope all verified + V closed), not a calendar;
GitHub milestones become a view, rivet is the source of truth; drive "what's
needed for v0.X" from it.

Part B — issue-driven delivery loop: error/regression/optimization in → evaluate
(measure, don't guess — the synth bar: a regression is a number like 255→257
cycles) → classify (new requirement / regression / optimization) → land in rivet
assigned to a release → run the full chain (feature-loop, oracle-gate,
proof-synthesis) → close the V (traceability-audit) → ship (release-execution).
Worked shapes for optimization (synth/loom), bug (kiln), capability gap.

Composes bootstrap-verification, feature-loop, proof-synthesis, traceability-
audit, release-execution. Twelfth skill; plugin + marketplace bumped to 0.5.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@avrabe avrabe merged commit 8fb8472 into main Jun 6, 2026
1 check passed
@avrabe avrabe deleted the feat/plugin-release-planning-skill branch June 6, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant