gad:check-todos

Identify the next best action from a planning state via the GAD workflow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/B2Gdevs/custom_portfolio --skill gad-check-todos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gad:check-todos
Source: https://github.com/B2Gdevs/custom_portfolio/tree/main/skills/rp-check-todos
Command: npx skills add https://github.com/B2Gdevs/custom_portfolio --skill gad-check-todos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Surface the best next action from planning state, helping teams decide what to do next in a project planning workflow. This is a deprecated RP alias that now points to the canonical GAD implementation.

Core Features & Use Cases

  • Redirects RP check-todos actions to the GAD canonical skill.
  • Provides a clear path for migrating planning tasks to the get-anything-done workflow.
  • Use case: you want to determine the next action in an active plan and execute it through the GAD chain.

Quick Start

Run the snapshot workflow for your project to surface the next action.

Frequently Asked Questions about gad:check-todos

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

FAQPage Schema
How do I surface the next best action from a project planning state?

To surface the next best action from a planning state, run the CLI-based snapshot workflow. This identifies the optimal task to execute next within your project planning workflow.

How do I migrate RepoPlanner rp-check-todos usage to the GAD workflow?

Migrating RepoPlanner rp-check-todos to the GAD workflow uses a migration map for rp-* to gad. This redirects your planning tasks to the canonical get-anything-done implementation.

What is the best way to determine the next action in an active project plan?

The best way to determine the next action in an active plan is to run the snapshot command. This surfaces the highest priority task for execution through the GAD chain.

Can I use the canonical gad skill to execute planning tasks?

Yes, you can use the canonical gad skill under vendor/get-anything-done/skills/check-todos to execute planning tasks. It processes your planning state to find the next action.

Why does the rp-check-todos alias redirect to the get-anything-done workflow?

The rp-check-todos alias redirects to the get-anything-done workflow because it is a deprecated RP alias. It now points to the canonical GAD implementation to standardize planning actions.