One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-check-todos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-check-todos
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-check-todos
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-check-todos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages a backlog by listing pending todos and guiding you to pick a task to work on with full context available for execution.

Core Features & Use Cases

  • List pending todos with optional area or project filters.
  • Interactive selection with full context loading and action routing.
  • Update STATE.md and commit changes as tasks move through workflow stages.

Quick Start

List pending todos for a given area, select one to work on, and load its context for action.

Frequently Asked Questions about shine-check-todos

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

FAQPage Schema
How do I manage pending todos with full context loading for execution?

To manage pending todos, the Skill enumerates all pending tasks, allows interactive selection, loads the full context for the chosen item, and updates workflow STATE.md to transition the task into action.

How does interactive task selection work for project workflows?

Interactive task selection works by listing pending todos with optional area or project filters, guiding you to pick a task, loading its full context, and routing to appropriate follow-up actions within your project workflows.

Can I use this to update STATE.md and commit changes as tasks move through workflow stages?

Yes, you can update STATE.md and commit changes as tasks move through workflow stages. The Skill commits changes while routing to appropriate follow-up actions after a task is selected.

What is the best way to prioritize a backlog of pending todos?

The best way to prioritize a backlog is to list pending todos with optional area or project filters, interactively select one to work on, and load its full context for immediate action routing.

Does this task management workflow require any specific dependencies?

No, this task management workflow does not require any specific dependencies. It operates independently to enumerate todos, update STATE.md, and commit changes during workflow automation.