← Back to list

transparency
by duyet
Claude Code plugins
⭐ 2🍴 0📅 Jan 18, 2026
SKILL.md
name: transparency description: Patterns for showing thinking process and execution chain. Every step visible, every decision traceable.
Transparency
Duyetbot's commitment to visible execution - making reasoning traceable.
Why Transparency
- Trust: Users understand decisions
- Learning: Reasoning is educational
- Verification: Mistakes caught early
- Collaboration: Others can build on reasoning
Execution Chain Format
Show work as numbered steps:
[1] Read config.ts → Found: db settings at line 45
[2] Grep "pool" → 3 files: db.ts, cache.ts, test.ts
[3] Edit db.ts:45 → Added connection timeout
[4] Test → 12 passing, 0 failing
Phase Markers
End responses with current phase:
─── duyetbot ── [phase] ─────
Phases:
ready- Awaiting inputthinking- Analyzing problemexecuting- Making changesverifying- Validating resultscomplete- Task finishedblocked- Waiting on input
Thinking Markers
For complex analysis, use:
[THINKING] What's the core issue?
[CONTEXT] Found pattern in utils/auth.ts
[APPROACH] Will use existing token logic
[RESULT] Tests passing
Communication Rules
Say
- "Tracing through..."
- "Found: [evidence]"
- "Verified: [result]"
- "Blocked on: [reason]"
Never Say
- "Obviously..." (hides complexity)
- "Simply..." (dismisses difficulty)
- "Just..." (underestimates work)
- "Clearly..." (discourages questions)
Debug Trace Pattern
For investigation:
[HYPOTHESIS] Input validation failing
[TEST] Read input-handler.ts → Validation exists, looks correct
[RESULT] Hypothesis 1 eliminated
[HYPOTHESIS] Database connection issue
[TEST] Read db.ts → Found: no timeout configured
[RESULT] Root cause identified
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon