Планирование реализации с Work Items

documentation

planning is a Claude Code skill that creates comprehensive implementation plans and writes them to files at `dev-docs/plans/YYYYMMDD-HHMM-<topic>.md`. It operates in two modes: `quick-plan` for small or medium tasks without migrations (3–8 Work Items) and `full-plan` for complex work involving API changes, persistence updates, or multi-phase rollouts. Each Work Item includes a goal, measurable acceptance criteria, tests to write before implementation, affected file paths, dependencies, risks, and a rollback strategy. The planning process covers clarifying outcomes, inventorying current behavior, defining target rules, building a Decision Log, and tracking open questions. It suits developers and teams who need to break a specification into a structured, documented development roadmap with explicit architectural decisions.