Create and maintain Architecture Decision Records (ADRs) optimized for agentic coding workflows. Use when you need to propose, write, update, accept/reject, deprecate, or supersede an ADR; bootstrap an adr folder and index; consult existing ADRs before implementing changes; or enforce ADR conventions. This skill uses…
This skill should be used to keep CLAUDE.md, AGENTS.md, and the skill files themselves compact, current, and internally consistent. It runs in three phases: Phase 1 performs a one-time structural refactor of CLAUDE.md using a Karpathy-inspired behavioral scaffold and derives AGENTS.md from it by stripping Claude…
Bootstrap Watercooler memory for a repository by inspecting local code, docs, CI, git history, and existing Watercooler threads, then writing a small set of durable, provenance-backed seed threads that future agents can query and extend. Use when entering a repo for the first time, seeding a repo with Watercooler…
Re-fetch a redraft graph's local docs/ cache from the sourceurl recorded on each artifact node. Use after a fresh clone (docs/ starts out empty), when a referenced docpath is missing locally, or when the user asks to restore/re-download saved reference material.
Set up a redraft design-tracking graph for the current project and register it with Claude Code. Use when the user asks to add redraft, set up project tracking, or "give this project a design graph" and no graph is registered yet.
Generate a review-grade technical report or design document directly from a redraft knowledge graph. Use when the user asks for a technical report, design writeup, architecture document, or review pack for a project that has a redraft graph connected.
Establishing what is actually true before deciding: current state, verified facts, assumptions worth checking, discovered constraints, and unknowns ranked by decision impact.
Sizing work as ranges, not points: per-task estimates, the critical path total, buffer, schedule, range drivers, and the conditions that would break it.