create-feature-todo

Extract implementation tasks from feature logic flow documents into grouped todo checklists.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/a35506322/Lab.Todo --skill create-feature-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-feature-todo
Source: https://github.com/a35506322/Lab.Todo/tree/main/.cursor/skills/create-feature-todo
Command: npx skills add https://github.com/a35506322/Lab.Todo --skill create-feature-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious and error-prone manual work of extracting implementation tasks from feature logic flow documents, providing a clear, standardized completion snapshot for feature development so no required functionality is missed.

Core Features & Use Cases

  • Automated Task Extraction: Scans all sections of logic flow documents (entry points, user actions, API calls, conditional branches, global behaviors) to extract every actionable implementation task, including items marked as unimplemented or UI-only.
  • Natural Grouping: Organizes extracted tasks into functional subgroups using plain language (e.g., Load List, Add New, Global Behaviors) instead of engineering jargon, making checklists easy to understand for all team members.
  • Standardized Output: Generates a consistent unchecked todo checklist file at docs/todo/<name>.md that can be used to track implementation progress and compared against actual code later to update completion status. Use Case: For a login feature defined in a logic flow document at docs/features/login.md, this Skill will generate a full todo checklist covering form validation, API calls, error handling, token storage, and page routing, so developers can track every required task without missing steps.

Quick Start

Provide the path to your logic flow document (for example, docs/features/todo.md) and ask the Skill to generate the corresponding feature todo checklist.

Frequently Asked Questions about create-feature-todo

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

FAQPage Schema
How do I convert a feature logic flow document into an implementation checklist?

You can convert a feature logic flow document into an implementation checklist by processing the file to extract user actions, API endpoints, conditional branches, and global behaviors, generating a standardized unchecked todo list grouped by natural functional subgroups.

What is automated task extraction from software feature requirements?

Automated task extraction from software feature requirements is the process of scanning logic flow documents to identify every actionable implementation task, eliminating manual tracking and ensuring required functionality like error handling and page routing is not missed.

Can I generate a todo list from a logic flow document that includes unimplemented or UI-only items?

Yes, the task extraction process scans all sections of logic flow documents to capture every actionable implementation task, specifically including items explicitly marked as unimplemented or UI-only within the feature requirements.

How are extracted feature tasks organized in the generated todo checklist?

Extracted feature tasks are organized into functional subgroups using plain language natural names, such as Load List or Add New, instead of engineering jargon, making the implementation checklist easy to understand for all team members.

Does the generated feature todo list support comparison against actual implementation code?

Yes, the generated feature todo list supports comparison against actual implementation code, as the standardized unchecked checklist saved to the docs/todo/ directory is designed for later comparison against implementation code to update completion status.