deep-init

Scan repository layout and build a compact project map.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jukqaz/stack-pilot --skill deep-init-jukqaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-init
Source: https://github.com/jukqaz/stack-pilot/tree/main/addons/stackpilot-dev-kit/claude/skills/deep-init
Command: npx skills add https://github.com/jukqaz/stack-pilot --skill deep-init-jukqaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify repository layout, config, entrypoints, and boundaries to build a compact project map that preserves context across sessions and enables durable planning.

Core Features & Use Cases

  • Scan the repository layout, README, source structure, build files, tests, CI, and likely entry points to surface sources of truth and risk.
  • Build a compact project map detailing modules, responsibilities, dependency hotspots, and ownership boundaries.
  • Capture lightweight verification commands to guide implementation and avoid ad-hoc documentation, with guardrails to avoid creating broad AGENTS.md or unnecessary docs unless requested.
  • Use cases include pre-delivery planning, migrations, and cross-session work where durable context is required.

Quick Start

Run the deep-init flow to generate a compact project map before starting complex work.

Frequently Asked Questions about deep-init

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

FAQPage Schema
How do I build a project map to preserve context across coding sessions?

To build a project map, scan the repository layout, config, entrypoints, and boundaries to create a compact context document. This identifies sources of truth and ownership boundaries to guide future work and prevent context loss across sessions.

What's the best way to analyze a repository layout before a complex migration?

Analyzing a repository layout before migrations involves scanning source structure, build files, and CI to surface dependency hotspots and risks. This generates a compact project map detailing modules and responsibilities to enable durable planning.

Do I need a project map for pre-delivery planning on diverse codebases?

Yes, generating a project map for pre-delivery planning applies directly to diverse codebases and languages. It captures lightweight verification commands and documents ownership boundaries to guide implementation and avoid ad-hoc documentation.

Does generating a project map create broad AGENTS.md documentation automatically?

No, generating a project map includes guardrails to avoid creating broad AGENTS.md or unnecessary docs unless explicitly requested. It focuses on capturing verification steps and durable context compactly rather than producing broad documentation.

How does a project map identify entry points and ownership boundaries in a codebase?

A project map identifies entry points and ownership boundaries by scanning the README, source structure, and build files. It surfaces sources of truth and risk areas, detailing module responsibilities and dependency hotspots to guide future work.