fantasia-plan-documents

Creates and updates .cursor/plans documents with timestamp and package version metadata.

401|56|Updated Jan 30, 2021
One-click install
npx skills add https://github.com/vishiri/fantasia-archive --skill fantasia-plan-documents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fantasia-plan-documents
Source: https://github.com/vishiri/fantasia-archive/tree/main/.cursor/skills/fantasia-plan-documents
Command: npx skills add https://github.com/vishiri/fantasia-archive --skill fantasia-plan-documents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates and updates local plan documents in .cursor/plans with required timestamp and package version metadata in both file body and filename.

Core Features & Use Cases

  • Creates and maintains plan docs stored under .cursor/plans
  • Enforces a strict filename format incorporating topic, version, and timestamp
  • Automatically applies in-file metadata from package.json version

Quick Start

Create a timestamped plan document by placing the topic and version in a file under .cursor/plans.

Frequently Asked Questions about fantasia-plan-documents

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

FAQPage Schema
How do I create local planning documents with consistent timestamp and version metadata?

To create local planning documents with consistent metadata, place your topic and version details in a file under the .cursor/plans directory. The Skill automatically applies timestamp and package version metadata to both the file body and filename.

How does package.json versioning integrate into project planning document filenames?

Package.json versioning integrates into project planning document filenames by reading the current version value during file creation. The Skill enforces a strict filename format that incorporates this version alongside the document topic and timestamp.

What is the required filename format for rollout inventories and migration trackers stored in .cursor/plans?

The required filename format for rollout inventories and migration trackers enforces the inclusion of the topic, package version, and timestamp. This ensures versioning consistency across all planning artifacts stored within the .cursor/plans local workspace directory.

Can I use this Skill to update existing implementation checklists with new package version metadata?

Yes, you can update existing implementation checklists with new package version metadata. The Skill automates the updating process for local plan documents, enforcing the required in-file metadata formats described in its configuration.

Do I need a local workspace with a package.json file to use this project-management documentation Skill?

Yes, you need a local workspace containing a package.json file to use this documentation Skill. The Skill reads the version directly from package.json to apply the required timestamp and version metadata to your local planning artifacts.

Why are my planning documents missing the required in-file metadata when stored in .cursor/plans?

Planning documents are missing the required in-file metadata when the filename format or internal structure does not match the enforced rules. The Skill automates applying package version and timestamp metadata, ensuring consistency across rollout inventories and migration trackers.