spec-kitty.tasks-packages

Generate Markdown work package prompt files from YAML manifests and update metadata.

3|Updated Dec 3, 2024
One-click install
npx skills add https://github.com/jonesrussell/godo --skill spec-kitty-tasks-packages-jonesrussell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kitty.tasks-packages
Source: https://github.com/jonesrussell/godo/tree/main/.agents/skills/spec-kitty.tasks-packages
Command: npx skills add https://github.com/jonesrussell/godo --skill spec-kitty-tasks-packages-jonesrussell

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation and management of work package prompt files by automating their generation based on predefined manifests, reducing manual effort and errors.

Core Features & Use Cases

  • Prompt File Generation: Converts wps.yaml entries into detailed Markdown prompt files with consistent frontmatter and structure.
  • Manifest Synchronization: Updates wps.yaml with generated files' metadata, ensuring alignment between documentation and code.
  • Use Case: In a large software project, rapidly generate prompt files for multiple work packages by defining high-level specs in YAML, facilitating task planning and execution.

Quick Start

Run the provided script to generate all work package prompt files based on your current manifest, then update the manifest for next planning cycle.

Frequently Asked Questions about spec-kitty.tasks-packages

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

FAQPage Schema
How do I generate work package prompt files from a YAML manifest?

You can generate work package prompt files by running a script that parses YAML manifests and outputs detailed Markdown files. This process converts your high-level task specifications into consistent documentation with proper frontmatter and structural metadata automatically.

What is the best way to keep task planning documentation synchronized with project manifests?

Manifest synchronization updates your YAML files with generated metadata, ensuring alignment between documentation and code. This approach maintains consistency across planning artifacts by automatically reflecting generated prompt file details back into the source manifest.

How does manifest-based prompt file generation work for software project planning?

Manifest-based generation works by parsing YAML entries and transforming them into structured Markdown prompt files. This mechanism reads predefined work package specifications, applies consistent frontmatter formatting, and produces detailed task documentation ready for execution.

Can I use YAML manifests to manage multiple tasks and dependencies for software teams?

Yes, YAML manifests support managing multiple tasks and dependencies for software teams. This approach is suitable for large projects where you need to rapidly generate consistent prompt files for multiple work packages while tracking dependencies reliably.

Do I need to manually update the YAML manifest after generating prompt files?

No, manual updates are unnecessary because manifest synchronization automatically updates the YAML file with generated files' metadata. This ensures alignment between your documentation and code, reducing manual effort and preventing metadata errors across planning cycles.