feature-navigator

Generate sprint-ready task lists from roadmap and git history, respecting dependencies and flagging incomplete work for review.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/djd1m/2026-PU-APR-LESSON-05-instanly-01 --skill feature-navigator-djd1m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-navigator
Source: https://github.com/djd1m/2026-PU-APR-LESSON-05-instanly-01/tree/main/.claude/skills/feature-navigator
Command: npx skills add https://github.com/djd1m/2026-PU-APR-LESSON-05-instanly-01 --skill feature-navigator-djd1m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sprint progress tracking and feature suggestion to optimize team throughput and focus on high-impact work.

Core Features & Use Cases

  • Reads feature-roadmap.json to understand planned work and dependencies.
  • Analyzes git log to capture recent changes and context.
  • Scans TODO/FIXME markers to surface outstanding tasks.
  • Generates a prioritized list of next actions for sprint planning and task assignment.
  • Use Case: A PM asks what's next and gets a concrete action plan for the current sprint.

Quick Start

Ask for sprint status to receive the current sprint progress and recommended next actions.

Frequently Asked Questions about feature-navigator

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

FAQPage Schema
How do I generate a prioritized list of next actions for sprint planning?

To generate next actions for sprint planning, the Skill reads your feature-roadmap.json, analyzes recent git log changes, and scans TODO/FIXME markers. It then outputs a prioritized action plan based on in_progress, next, and planned items while respecting dependencies.

How does analyzing git log and TODO markers help determine sprint status?

Analyzing git log and TODO markers determines sprint status by capturing recent code changes and surfacing outstanding tasks. This mechanism provides concrete context on actual development progress, allowing the tool to generate accurate, actionable recommendations for your team's current work.

Can I use feature-roadmap.json to track sprint progress and suggest features for my team?

Yes, you can use feature-roadmap.json to track sprint progress. The Skill parses this file to understand planned work and dependencies, combining it with git log data to suggest high-impact features and optimize your team's overall throughput and focus.

What's the best way to surface outstanding tasks from TODO and FIXME markers for sprint assignment?

The best way to surface outstanding tasks is to run a scan that reads your feature-roadmap.json alongside TODO and FIXME markers. It cross-references these markers with your planned sprint items to generate a concise progress view and prioritized recommendations for task assignment.

Do I need a specific issue-tracking format to get next-action suggestions for sprint planning?

You need a feature-roadmap.json file to get next-action suggestions. The Skill relies on this specific file format to understand planned work, dependencies, and item statuses, combining this data with your git log and code markers to output actionable sprint guidance.