Single-source the settlement block duplicated across os-sdlc agent prompts #504
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#504
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The 2026-08-25 fossil-hunt over plugins//agents/.md found the settlement block (temp-file payload, subagent-stop, rm, three-separate-commands rule) duplicated verbatim in ~10 os-sdlc agent prompts. Any protocol change requires N synchronized edits. User approved capturing this as a ticket.
Tasks
${CLAUDE_PLUGIN_ROOT}/references/settlement.mdthe agent reads at runtime, or accept duplication with a sync checkAcceptance criteria
Origin
Design direction (2026-08-25 session): extract the shared handoff-submission + final-output instructions into a preloaded skill (os-sdlc:submit-handoff) listed in each agent's frontmatter
skills:, like os-sdlc:code-write — deterministic preload, no runtime Read. Reword the extracted instructions in intent language with the clock-out framing: the agent is clocking out; the runner's reply carries next_step, the message it must pass to the orchestrator so it knows whom to call next. Set disable-model-invocation in the skill frontmatter. Verify with one live dispatch thatskills:preloads the body (fallback: a references/ file read at runtime). Related: #505 renames the runner-side settlement vocabulary.User approved option B (preloaded os-sdlc:submit-handoff skill, clock-out framing, disable-model-invocation, one-dispatch preload verification) on 2026-08-25. Implementation deferred to its own session — this ticket is ready to work.