ワンクリックで
tzurot-docs
Session workflow procedures. Invoke with /tzurot-docs for session start/end, CURRENT.md and backlog management.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Session workflow procedures. Invoke with /tzurot-docs for session start/end, CURRENT.md and backlog management.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Git workflow procedures. Invoke with /tzurot-git-workflow for commit, PR, and release procedures.
Multi-perspective AI consultation. Invoke with /tzurot-council-mcp for major refactors (>500 lines), structured debugging after failed attempts, or when a technical decision has multiple viable approaches.
Documentation and auto-memory freshness audit. Invoke with /tzurot-doc-audit to review docs and Claude auto-memory for staleness, items in the wrong layer, and missing-tool drift.
PR review-response iteration: classify each finding by EDIT SHAPE (trivial → auto-apply as a test-gated fixup commit; semantic → ASK), check reviewer-vs-agent signal conflict, batch-present the four sections, cap at 3 automated rounds. Invoke with /tzurot-review-response the moment a claude-review or human reviewer posts findings on a PR — before applying anything.
The recurring-bug remediation protocol: runtime evidence → root cause → exhaustive class sweep → seam-tier regression test → structural guard. Invoke with /tzurot-bug-remediation when a bug recurs, a "fixed" class regresses, the owner says a failure "keeps biting", OR at the FIRST fix of a path-specific UI/flow bug (create/edit/browse/view/delete) — to sweep sibling flows before declaring it fixed.
Mine Claude session logs for recurring friction and convert findings into structural fixes (rules/skills/hooks). Invoke with /tzurot-session-mining periodically or when a failure pattern feels recurrent but unquantified.
SOC 職業分類に基づく
| name | tzurot-docs |
| description | Session workflow procedures. Invoke with /tzurot-docs for session start/end, CURRENT.md and backlog management. |
| lastUpdated | 2026-07-20 |
Invoke with /tzurot-docs for session management and documentation procedures.
The backlog is HOT/COLD split — load only the HOT surface at start (see BACKLOG.md, the manifest):
CURRENT.md - What's the active task?backlog/now.md - 🚨 Production Issues (fix first) → 🎯 Current Focus (continue) → ⚡ Quick Winsbacklog/active-epic.md - the current major initiative + its current phasebacklog/cold/ — grep it only when a task points you thereCURRENT.md with progress.claude/rules/06-backlog.md):
backlog/**/*.md filegrep -r backlog/ (recursive — includes cold/) against the session's PR titles and scope terms; delete matches. This gate most often gets skipped, producing backlog rot. (Removal is for shipped or genuinely obsolete items only — never time-based pruning; aging escalates, it doesn't delete.)/tzurot-session-mining is the periodic backstop; this is the per-session one.)wip: prefix if session ended with incomplete work| File | Purpose | Update When |
|---|---|---|
CURRENT.md | Active session — what's happening NOW | Start/end session, task done |
BACKLOG.md | Load manifest + filing decision-tree | When the structure changes |
backlog/now.md | HOT: prod issues / focus / quick-wins / untriaged | New ideas, triage, completion |
backlog/active-epic.md | HOT: current epic roadmap + phase | Phase progress |
backlog/cold/* | COLD: themes / ideas / follow-ups / epic-log | Grep-on-demand; route + update |
Tags: 🏗️ [LIFT] refactor/debt | ✨ [FEAT] feature | 🐛 [FIX] bug | 🧹 [CHORE] maintenance
# Current
> **Session**: YYYY-MM-DD
> **Version**: v3.0.0-beta.XX
## Session Goal
_One sentence on what we're doing today._
## Active Task
🏗️ `[LIFT]` **Task Name**
- [ ] Subtask 1
- [ ] Subtask 2
## Scratchpad
_Error logs, decisions, API snippets._
## Recent Highlights
- **beta.XX**: Brief description
HOT (loaded every session) / COLD (grep-on-demand). See .claude/rules/06-backlog.md for the canonical topology + the granularity-ladder filing rule (multi-phase epic → cold/themes/; paragraph idea → cold/ideas.md; one-sentence follow-up → cold/follow-ups.md) and the staleness principle (aging escalates priority; items are never deleted by calendar — only when done or genuinely obsolete). BACKLOG.md at root is the load manifest.
Capture in backlog/now.md › 📥 Untriaged mid-session, then route per the granularity ladder (or file directly if the home is obvious):
- ✨ `[FEAT]` **Feature Name** - Brief description
backlog/now.md (Current Focus or Quick Wins), or promote a theme from cold/queue.mdbacklog/now.md (removals gate)now.md Current Focus / Quick WinsFor doc placement, naming, and lifecycle rules, see .claude/rules/07-documentation.md.
CURRENT.mdBACKLOG.md (manifest) → backlog/now.md + backlog/active-epic.md (HOT) → backlog/cold/* (COLD).claude/rules/07-documentation.md.claude/skills/tzurot-doc-audit/SKILL.mdA recurring owner ritual (session warm-up and pre-release); run it as a procedure, don't wait to be walked through it:
backlog/now.md (Quick Wins, Untriaged) + backlog/cold/follow-ups.md
(oldest first — pnpm ops backlog surfaces them) for small-to-medium items
that are build-ready (no pending decision, no design dependency).