home/productivity/adr-028-impl-prompt-handoff-bridge

ADR 028 Impl Prompt Handoff Bridge

GPTClaudeDeepSeek··707 copies·updated 2026-07-14
adr-028-impl-prompt-handoff-bridge.prompt
# ADR-028 — IMPL_PROMPT Handoff: Workspace ↔ Chat / Agent Bridge

**Status:** Accepted (2026-05-01)
**Stream:** 41

## Context

Stream 41 introduces 4 new AI action kinds — PLAN, DECOMPOSE, ESTIMATE, IMPL_PROMPT — that turn a Jira/GitHub/Linear ticket into an actionable coding brief. The handoff problem: once IMPL_PROMPT is approved, where does the brief *go*?

Three options the user picks at handoff time:
1. **CHAT** — open a fresh thread in claw-chat-service pre-loaded with the brief; the user (or their cloud LLM) iterates from there.
2. **AGENT** — drop the brief into the user's connected agent device's PENDING_APPROVAL terminal-command queue; the user approves there to execute.
3. **CLIPBOARD** — render in the UI for manual paste into an external tool (Cursor, etc.).

## Decision

### Schema

when to use it

Community prompt sourced from the open-source GitHub repo ihabkhaled/ClawAI (Apache-2.0). A "ADR 028 Impl Prompt Handoff Bridge" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

ihabkhaled/ClawAI · Apache-2.0