Project Discovery Skill

Automate project discovery to generate a standardized roadmap_discovery.json from repository analysis.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/meetpradeepp/agentic_migration --skill project-discovery-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Project Discovery Skill
Source: https://github.com/meetpradeepp/agentic_migration/tree/main/.github/skills/project-discovery
Command: npx skills add https://github.com/meetpradeepp/agentic_migration --skill project-discovery-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates project discovery to produce a structured understanding of a repository's purpose, audience, and constraints.

Core Features & Use Cases

  • Autonomous analysis of code, docs, and structure to generate a roadmap-ready project profile
  • Inference of target audiences, pain points, and strategic constraints to inform planning and ADR gates
  • Optional enrichment with competitor data from competitor_analysis.json to enhance context

Quick Start

Run the discovery workflow against the target repository to generate roadmap_discovery.json and populate the discovery output.

Frequently Asked Questions about Project Discovery Skill

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

FAQPage Schema
How do I automate project discovery to generate a structured roadmap from a codebase?▼

Automated project discovery analyzes code, documentation, and ADR artifacts to infer audience, constraints, and purpose. It outputs a structured roadmap_discovery.json file to inform initial roadmap generation and strategic planning.

What is a roadmap discovery file and how does it help with strategic planning?▼

A roadmap discovery file is a standardized JSON output that captures a repository's purpose, target audience, and constraints. It provides a structured profile to inform strategic planning and establish ADR gates for project maturity.

Can I enrich project discovery insights with competitor analysis data?▼

Yes, project discovery can ingest an optional competitor_analysis.json file to enrich its insights. Integrating competitor data provides broader competitive context for the generated roadmap and audience analysis.

How do I analyze repository documentation to infer target audiences and pain points?▼

Running an autonomous discovery workflow against repository documentation and code infers target audiences and strategic pain points. It processes ADR artifacts and docs to output a roadmap-ready project profile.

Does project discovery require competitor analysis data to generate a roadmap profile?▼

No, competitor analysis data is optional for project discovery. The workflow autonomously analyzes code and documentation to generate a structured roadmap_discovery.json without requiring competitor_analysis.json.