project-navigation

Map software development tasks to AIDD repository documentation, modules, and validation checks.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/GrinRus/ai_driven_dev_v2 --skill project-navigation-grinrus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-navigation
Source: https://github.com/GrinRus/ai_driven_dev_v2/tree/main/.agents/skills/project-navigation
Command: npx skills add https://github.com/GrinRus/ai_driven_dev_v2 --skill project-navigation-grinrus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Contributors to the AIDD repository often waste time figuring out which documentation, modules, validation checks, and test scenarios apply to their planned changes, leading to missed requirements or incorrect edits.

Core Features & Use Cases

  • Task Classification: Categorizes work into the correct AIDD domain (docs, core, adapters, validators, etc.)
  • Resource Mapping: Identifies exact files, required checks, and necessary scenario updates for a given change
  • Use Case: If you are adding a new validation rule, this skill points you to the validators module docs, relevant test scenarios, and pre-submit checks you must run.

Quick Start

Use the project-navigation skill to map your planned code change to the correct AIDD repository areas and required validation steps.

Frequently Asked Questions about project-navigation

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

FAQPage Schema
How do I map a planned code change to the correct AIDD repository modules and validation checks?

To map a planned code change, classify the task into the correct AIDD domain to identify exact files, required validation checks, and necessary scenario updates before submitting edits. This prevents misdirected changes and ensures all pre-submit requirements are met.

What is the best way to find required scenario updates when adding a new validation rule to a repository?

Finding required scenario updates involves mapping the new validation rule to the validators module documentation. This process highlights the relevant test scenarios and pre-submit validation checks you must run before making the actual code changes.

How do I classify software development tasks into the correct AIDD domain for repo onboarding?

Classifying software development tasks requires categorizing planned work into the correct AIDD domain, such as docs, core, adapters, or validators. This task classification identifies the exact scope and required steps for code, documentation, or test changes.

Why does project navigation fail to prevent misdirected edits when modifying AIDD documentation?

Project navigation fails to prevent misdirected edits when contributors skip task classification and resource mapping. Without identifying the exact files and required validation checks for AIDD documentation, planned changes miss necessary requirements and test scenario updates.

Can I use task classification to identify required pre-submit checks for AIDD adapter changes?

Yes, you can use task classification to identify required pre-submit checks for AIDD adapter changes. Categorizing the work maps the planned modifications to the exact resource documentation and validation steps required for that specific domain.