원클릭으로
oad-debug
OpenAgentd workflow for investigating bugs, regressions, sessions, and runtime issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
OpenAgentd workflow for investigating bugs, regressions, sessions, and runtime issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | oad/debug |
| description | OpenAgentd workflow for investigating bugs, regressions, sessions, and runtime issues. |
Debug the reported issue across any surface of the OpenAgentd stack.
Extract: symptom, expected behavior, reproduction steps, affected surface (backend / frontend / desktop / mobile / agent / provider), session id, workspace, model, logs, and timing clues.
If the report is ambiguous, inspect available evidence first; ask only when a missing decision blocks safe progress.
Read the surface-specific reference for deeper commands, file maps, and gotchas. The skill directory is in the first line of this response — use it to build the path:
read("<skill_dir>/reference/backend.md")read("<skill_dir>/reference/frontend.md")read("<skill_dir>/reference/tauri.md")When the issue spans multiple surfaces, read all relevant references.
Load oad/test-driven-development and follow the Prove-It pattern:
Do not edit the implementation before the reproduction test exists.
oad/testing for commands).oad/commit to ship the fix.OpenAgentd workflow for version bumps, release PRs, GitHub releases, and release notes.
Select and create accurate software architecture, workflow, interaction, data, state, and deployment diagrams.
OpenAgentd workflow for keeping the compact feature catalogue and README aligned with user-visible changes.
Research first, propose a step-by-step implementation plan, and wait for explicit approval before writing any code.
Semantic search over the retained OpenAgentd feature catalogue, ADRs, and repository instructions using the turbovec experiment index.
OpenAgentd TDD workflow — write a failing test before the code that makes it pass, reproduce a bug with a test before fixing it. Use when implementing any logic, fixing any bug, or changing any existing behavior in backend (pytest) or frontend (Bun/RTL) code.