next-steps

Consolidate scattered TODOs and analyze commits into prioritized next steps files.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/bismuthdigital/claude-project-template --skill next-steps-bismuthdigital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-steps
Source: https://github.com/bismuthdigital/claude-project-template/tree/main/.claude/skills/next-steps
Command: npx skills add https://github.com/bismuthdigital/claude-project-template --skill next-steps-bismuthdigital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires task-format.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you identify, consolidate, and maintain actionable next steps for your project, ensuring no important tasks fall through the cracks.

Core Features & Use Cases

  • Task Consolidation: Gathers scattered TODOs, FIXMEs, and HACKs from code and commits into a prioritized list.
  • Automated Analysis: Analyzes code, documentation, and commit history for potential improvement opportunities.
  • Flexible Storage: Supports both individual task files and a monolithic NEXT-STEPS.md file.
  • Use Case: As a developer, you can run /next-steps to get a clear, prioritized list of what needs to be done next, whether it's fixing bugs, adding features, or improving documentation.

Quick Start

Run the next-steps skill to analyze and update your project's tasks.

Frequently Asked Questions about next-steps

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

FAQPage Schema
How do I consolidate scattered TODOs and FIXMEs from my codebase into a single task list?

You can consolidate scattered TODOs by running an analysis that scans your code and commit history for potential improvements, then gathers them into a prioritized list of actionable next steps.

What is the best way to track project management tasks directly from code analysis?

Tracking project management tasks from code analysis involves scanning your documentation, commits, and codebase for scattered markers, then consolidating them into a prioritized, actionable list of next steps.

Can I store project next steps as individual files instead of a monolithic NEXT-STEPS.md?

Yes, you can store project next steps using flexible storage options that support both individual task files and a monolithic NEXT-STEPS.md file depending on your workflow preference.

How do I maintain actionable project TODOs without missing important tasks across commits?

To maintain actionable project TODOs, an automated analysis reviews existing task files, scans code, and analyzes commits to ensure no important tasks fall through the cracks.

Do I need Python to manage scattered TODOs and generate a project task list?

Yes, you need Python installed because the task management and code analysis logic utilizes Python scripts for identifying, consolidating, and maintaining your project tasks.

Why should I use an automated workflow for identifying next steps instead of manually tracking TODOs?

Using an automated workflow for identifying next steps prevents important tasks from falling through the cracks by scanning scattered TODOs, code, and commits rather than relying on manual tracking.