← ClaudeAtlas

ry-startlisted

Полный lifecycle задачи: init→research→plan→implement→quality gates→post-task sync; ревью только по явному запросу. Используй для: /rldyour-flow:ry-start, реализуй, доработай, исправь качественно, сделай задачу, реализуй фичу. EN triggers: full SDLC, implement task, build feature, complete lifecycle; explicit review only.
NDDev-it-com/rldyour-claudecode · ★ 1 · AI & Automation · score 74
Install: claude install-skill NDDev-it-com/rldyour-claudecode
# ry-start ## Purpose Implement a task to a high-quality, scalable, synchronized state. Speed is secondary to correctness, consistency, maintainability, and clean git history. ## Workflow 1. If context is missing, run a scoped `ry-init` automatically. 2. Understand the prompt. For ambiguity, ask concise Russian questions with options. 3. Research current code through Serena memories and semantic tools. 4. Research current docs, patterns, and alternatives through `rldyour-explore`. 5. Read `${CLAUDE_PLUGIN_ROOT}/references/context-sufficiency-gate.md` and pass the gate before editing code. 6. Write a detailed plan. Verify each plan item against code using Serena before editing. 7. Create or use a feature branch/worktree. Use stacked PRs only when the task naturally splits into independent logical PRs. 8. Implement strictly by plan, adapting only after code evidence. Make frequent atomic Conventional Commits. 9. Provide progress checkpoints after meaningful milestones or every 2-3 completed plan groups. 10. Fix all issues in touched scope plus affected integration path. If wider technical debt is found, ask whether to expand scope. 11. Run quality gates using project scripts, `rldyour-lsps`, and detected stack checks. 12. Trigger browser validation for UI/browser-visible work unless auth blocks it; if auth blocks, report the limitation and use available evidence. 13. Apply security implementation guidance for security-sensitive changes; run security review only when the use