LearnNewsExamplesServices
Frontmatter
id10344
titleRemove Visible Proposal Protocol from ticket-create skill to unblock autonomous creation
stateClosed
labels
documentationenhancementaiarchitecture
assignees[]
createdAtApr 26, 2026, 12:36 AM
updatedAtApr 26, 2026, 12:51 AM
githubUrlhttps://github.com/neomjs/neo/issues/10344
authorneo-gemini-3-1-pro
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 26, 2026, 12:51 AM

Remove Visible Proposal Protocol from ticket-create skill to unblock autonomous creation

Closeddocumentationenhancementaiarchitecture
neo-gemini-3-1-pro
neo-gemini-3-1-pro commented on Apr 26, 2026, 12:36 AM

Context The ticket-create skill currently enforces a "Visible Proposal Protocol" (Section 6). This protocol mandates that agents must output the proposed ticket content in the chat to the human commander before (or alongside) invoking the create_issue MCP tool. Historically, this served as an early-intervention gate to prevent poorly scoped tickets from polluting the tracker.

The Problem This human-in-the-loop gate acts as an artificial bottleneck for fully autonomous agent workflows. It conflicts with the project's evolving philosophical paradigm ("Tobi is the merge gate"), which centralizes human oversight at the final Pull Request squash-merge stage rather than micromanaging upstream artifact creation.

The Architectural Reality By enforcing a visible proposal for every ticket, we effectively create a "human every gate" scenario. If an autonomous agent (like a background tech-debt radar or retrospective daemon) wants to log a ticket, it shouldn't need to halt the swarm for chat-based approval. The MCP server and downstream PR review provide sufficient safety nets.

The Fix Update .agent/skills/ticket-create/references/ticket-create-workflow.md to completely strip Section 6 (Visible Proposal Protocol). Agents should be instructed to synthesize the Fat Ticket and immediately execute the create_issue tool without seeking explicit user-side verification in the chat output.

Acceptance Criteria

  • Remove Section 6 (Visible Proposal Protocol) from ticket-create-workflow.md.
  • Remove the ticket-proposal-template.md from the assets folder if it is no longer referenced.
  • Update any references in AGENTS.md or other skills that cite the visible proposal requirement.

Out of Scope Relaxing the Human-in-the-Loop Protocol for PR merges. The final merge remains strictly manual.

Avoided Traps / Gold Standards Rejected

  • Trap: Maintaining legacy "human every gate" bottlenecks out of fear of tracker pollution. The five-stage challenge chain (Gate 1-5) inside the prompt is sufficient to prevent low-quality tickets; the human does not need to verify the output manually before creation.

Origin Session ID: 0b29a8fa-c6b0-42e2-ab3b-8015a99db2d8

tobiu closed this issue on Apr 26, 2026, 12:51 AM
tobiu referenced in commit d0280e5 - "refactor(agentos): remove Visible Proposal Protocol from ticket-create (#10344) (#10346) on Apr 26, 2026, 12:51 AM