zenigame-fx-todo-add

Validate design document presence before adding Alpha Factory TODOs.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-todo-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zenigame-fx-todo-add
Source: https://github.com/kent013/zenigame-fx/tree/main/.claude/skills/zenigame-fx-todo-add
Command: npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-todo-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures Alpha Factory TODOs are only created after confirming the existence of both conceptual-design.md and detailed-design.md, preventing orphaned or ill-defined tasks.

Core Features & Use Cases

  • Validates the presence of required design documents before TODO creation.
  • Generates a linked, design-backed TODO entry with references to devnotes.
  • Rejects requests when designs are missing to avoid incomplete task records.

Quick Start

Provide the required arguments (title, theme, summary, and devnotes_dir) to add a new TODO after confirming both design documents exist.

Frequently Asked Questions about zenigame-fx-todo-add

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

FAQPage Schema
How do I automate adding TODOs from design docs in Alpha Factory?

To automate TODO creation from design docs, provide the title, theme, summary, and devnotes_dir arguments; the system validates both conceptual-design.md and detailed-design.md exist before generating a linked, traceable task entry.

Why does my task management workflow create orphaned TODOs without design validation?

Orphaned TODOs occur when tasks are created without design validation. This system prevents ill-defined tasks by rejecting TODO creation if either conceptual-design.md or detailed-design.md is missing from the specified devnotes directory.

What inputs do I need to provide to add a validated TODO entry?

Required inputs to add a validated TODO entry include title, theme, summary, and devnotes_dir. Optional parameters such as priority, mode, target, and validation rules can further guard against invalid task requests.

Can I link design documents directly to my task management entries?

Yes, you can link design documents to task entries. The system generates a TODO that references both conceptual-design.md and detailed-design.md within your devnotes directory, ensuring each task is backed by existing design documentation.

What happens if conceptual-design.md or detailed-design.md is missing when adding a task?

If conceptual-design.md or detailed-design.md is missing, the TODO creation request is rejected. This validation guard prevents incomplete task records and ensures no task is added without proper design documentation.

Do I need both conceptual and detailed design files to use automated task creation?

Yes, both conceptual-design.md and detailed-design.md files must exist in the devnotes directory. The automation validates design presence before adding any TODO, rejecting requests when either required design document is absent.