plan

Convert .target.md into an executable .plan.md with tests and notes.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/huacheng/moonview --skill plan-huacheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/huacheng/moonview/tree/main/plugins/task-ai/skills/plan
Command: npx skills add https://github.com/huacheng/moonview --skill plan-huacheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Plan generation translates scattered target requirements and context into a concrete, executable plan that guides downstream work across verify, check, and execute phases.

Core Features & Use Cases

  • Converts .target.md into a detailed, step-by-step .plan.md aligned with stage awareness and research outputs.
  • Integrates plan-specific knowledge from research, type profiling, and project context to tailor domain-appropriate methodologies.
  • Archives previous plans during re-planning, generates lifecycle scaffolding (tests, notes, summaries), and updates task state for traceability.

Quick Start

Call /task-ai:plan <notebook> to generate an actionable implementation plan from the current target.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate an actionable task implementation plan from target requirements?

To generate an actionable task implementation plan, the tool analyzes target requirements and incorporates research outputs to produce a concrete, executable plan. It writes a detailed plan file tailored to the task's domain type to support downstream phases.

What is the best way to convert a target file into a step-by-step workflow plan?

Converting a target file into a workflow plan involves analyzing the target markdown, integrating project context, and generating a step-by-step plan document. This process tailors domain-appropriate methodologies to guide subsequent execution.

Does this planning Skill scaffold tests and notes for software engineering tasks?

Yes, this planning Skill scaffolds tests and notes for software engineering tasks. It generates lifecycle scaffolding and updates the task state index to maintain traceability across the implementation lifecycle.

Do I need python3 to automate task management plan generation?

Yes, you need python3 installed to automate task management plan generation. The Skill requires this dependency to execute its scripts that validate inputs and write the plan markdown files.

Can I archive previous plans when re-planning a software engineering workflow?

Yes, you can archive previous plans when re-planning a software engineering workflow. The tool archives old plans during re-planning and generates lifecycle scaffolding like summaries to maintain full traceability.

Why does plan generation validate inputs before writing the implementation plan?

Plan generation validates inputs before writing the implementation plan to ensure target requirements are correctly parsed. This validation step prevents errors from propagating into the executable plan and downstream execution phases.