🎯

ln-200-scope-decomposer

🎯Skill

from levnikolaevich/claude-code-skills

VibeIndex|
What it does
|

Orchestrates full initiative decomposition from scope to stories by sequentially delegating Epic and Story creation to specialized coordinators.

πŸ“¦

Same repository

levnikolaevich/claude-code-skills(151 items)

ln-200-scope-decomposer

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add levnikolaevich/claude-code-skills --skill ln-200-scope-decomposer
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add levnikolaevich/claude-code-skills --skill ln-200-scope-decomposer
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/ln-200-scope-decomposer/SKILL.md

SKILL.md

97Installs
-
AddedFeb 4, 2026

More from this repository10

🎯
ln-624-code-quality-auditor🎯Skill

Code quality auditor worker skill for checking cyclomatic complexity, deep nesting, long methods, god classes, O(nΒ²) algorithms, N+1 queries, magic numbers, and duplicate constants with structured findings

🎯
ln-626-dead-code-auditor🎯Skill

Identifies and reports dead, unused, and legacy code across the codebase, generating a comprehensive audit with compliance scoring.

🎯
ln-620-codebase-auditor🎯Skill

Coordinates parallel codebase audits across 9 specialized workers, researching best practices and generating a comprehensive Linear task for refactoring.

🎯
ln-627-observability-auditor🎯Skill

Audits observability setup including logging, metrics, and tracing configurations, part of a collection of 102 Claude Code skills.

🎯
ln-625-dependencies-auditor🎯Skill

Audits dependencies for outdated packages, unused imports, unnecessary libraries, and custom implementations, providing actionable recommendations.

🎯
ln-622-build-auditor🎯Skill

Audits build health by detecting compiler errors, linter warnings, type errors, and failed tests across multiple tech stacks, generating detailed findings with severity and recommendations.

🎯
ln-115-devops-docs-creator🎯Skill

Generates a comprehensive runbook.md for DevOps setup, dynamically tailored to project's Docker configuration and deployment specifics.

🎯
ln-730-devops-setup🎯Skill

A ln 730 devops setup skill providing structured project coordination and management capabilities for Claude Code workflows.

🎯
ln-623-code-principles-auditor🎯Skill

Code principles auditor skill from a collection of 86 Claude Code skills that automates the Agile workflow, auditing code against established principles and standards.

🎯
ln-781-build-verifier🎯Skill

Detects, builds, and verifies compilation across multiple project types using appropriate build systems and dependency managers.