reviewing-inception-units

Review Unit definitions for decomposition, dependencies, and estimation quality.

24|2|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/ikeisuke/ai-dlc-starter-kit --skill reviewing-inception-units
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-inception-units
Source: https://github.com/ikeisuke/ai-dlc-starter-kit/tree/main/skills/reviewing-inception-units
Command: npx skills add https://github.com/ikeisuke/ai-dlc-starter-kit --skill reviewing-inception-units

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams validate that Unit definitions are decomposed properly, with clear dependencies and realistic estimates, to prevent scope creep during approval.

Core Features & Use Cases

  • Validates unit splits for independence and cohesion.
  • Checks dependency clarity, scope alignment, and estimation quality.
  • Use Case: before approving a new Unit, run this review to catch misalignments and missing decisions.

Quick Start

Provide the target Unit file or directory path to initiate the review.

Frequently Asked Questions about reviewing-inception-units

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review unit definitions to ensure clean and scalable boundaries?

To review unit definitions, validate decomposition for independence and cohesion, check dependency clarity, verify scope alignment with Intent, and assess estimation quality to pass project quality gates.

What is unit decomposition and how does it prevent scope creep during inception?

Unit decomposition splits project scope into independent, cohesive units. Reviewing these definitions during inception prevents scope creep by verifying clear dependencies, realistic estimates, and decision records before approval.

How do I check dependency clarity and intent alignment before approving a new unit?

Check dependency clarity and intent alignment by reviewing the unit definition boundaries, ensuring responsibilities match the project scope, and confirming that required decision records are present and clear.

When do I need to run an architecture review on inception units?

Run an architecture review on inception units during the pre-approval phase to surface issues in decomposition, validate independence, and ensure responsibilities meet quality gates before development begins.

Can I use this review process for quality assurance on any project scale?

Yes, you can use this quality assurance review process for any project scale by providing the target unit file or directory path to initiate the validation of boundaries, dependencies, and estimates.

What are the limitations of reviewing unit definitions for scope alignment?

Limitations of reviewing unit definitions include relying entirely on the accuracy of provided file paths and existing decision records, as the review cannot infer missing intent or fix undocumented dependencies automatically.