@DeL-TaiseiOzaki · 7 items
PROACTIVELY track and document project design decisions without being asked. Activate automatically when detecting architecture discussions, implementation decisions, pattern choices, library selections, or any technical decisions. Also use when user explicitly says "record this", "what's our design status", or equivalent. Do NOT wait for user to ask - record important decisions immediately.
Simplify and refactor code while preserving functionality and library constraints.
Research a library and create comprehensive documentation in .claude/docs/libraries/.
Update library documentation in .claude/docs/libraries/ with latest information from web search.
Analyze project structure, write the thick requirements doc (.claude/docs/DESIGN.md), populate the thin "Repository Identity" pointer in CLAUDE.md (Zone B), and mirror identity into AGENTS.md.
Create a detailed implementation plan for a feature or task. Use when user wants to plan before coding.
Implement features using Test-Driven Development (TDD) with Red-Green-Refactor cycle.