planning-mhealth-work

Convert AI planning documents into executable task lists with completion criteria.

Updated Jun 7, 2025
One-click install
npx skills add https://github.com/rikunisikawa/data-flow --skill planning-mhealth-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-mhealth-work
Source: https://github.com/rikunisikawa/data-flow/tree/main/agent-skills/skills/planning-mhealth-work
Command: npx skills add https://github.com/rikunisikawa/data-flow --skill planning-mhealth-work

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill converts AI planning documents into concrete, executable tasks, helping teams align plan and implementation and verify completion criteria.

Core Features & Use Cases

  • Plan-to-task decomposition: break down ai-doc plans into actionable tasks aligned with project milestones.
  • Plan-checklist validation: automatically cross-check against references/plan-checklist.md and surface gaps.
  • Plan-implementation diff: compare planned work against actual implementation and propose updates.

Quick Start

Read ai-doc/project-plans/ for the target plan, then apply planning-mhealth-work to generate tasks and checks against references/plan-checklist.md.

Frequently Asked Questions about planning-mhealth-work

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

FAQPage Schema
How do I turn AI planning documents into actionable tasks?

To turn AI planning documents into actionable tasks, the Skill reads input plans from ai-doc/project-plans/ and decomposes them into executable task lists aligned with project milestones. It extracts planned work and generates task breakdowns with specific completion criteria.

How do I validate project plans against a plan-checklist?

To validate project plans against a plan-checklist, the Skill automatically cross-checks your ai-doc planning files using references/plan-checklist.md. It surfaces gaps between the planned tasks and checklist requirements to ensure alignment and completion readiness.

What is the best way to compare planned work against actual implementation?

Comparing planned work against actual implementation is handled through a plan-implementation diff. The Skill reconciles differences between what was planned in ai-doc files and the implemented work, then proposes actionable updates to align the data pipeline.

Can I use this for data pipeline project management and task decomposition?

Yes, you can use this for data pipeline project management and task decomposition. The Skill transforms AI planning documents into executable task lists specifically designed to support data pipeline project workflows and verify completion criteria.

Do I need a specific file structure to extract plans from ai-doc files?

Yes, you need a specific file structure to extract plans from ai-doc files. The Skill requires input plans to be stored in the ai-doc/project-plans/ directory and relies on references/plan-checklist.md for validation to process task decomposition correctly.