fs-gg-sdd-tasks

Generate dependency-ordered task graphs from FS.GG SDD lifecycle plans.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/FS-GG/FS.GG.Game --skill fs-gg-sdd-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fs-gg-sdd-tasks
Source: https://github.com/FS-GG/FS.GG.Game/tree/main/.agents/skills/fs-gg-sdd-tasks
Command: npx skills add https://github.com/FS-GG/FS.GG.Game --skill fs-gg-sdd-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of typed task graphs from plans in the FS.GG SDD lifecycle, reducing manual work and improving accuracy in task management.

Core Features & Use Cases

  • Task Graph Generation: Converts plan cascades into structured task graphs.
  • Schema-Validated Output: Outputs tasks in tasks.yml with stable cross-references.
  • Use Case: After planning a project, use this Skill to generate a task graph in work/<id>/tasks.yml, ensuring tasks are dependency-ordered and linked to requirements and decisions.

Quick Start

Generate tasks for the work item with ID 'project123' using the fs-gg-sdd-tasks skill.

Frequently Asked Questions about fs-gg-sdd-tasks

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

FAQPage Schema
How do I generate a structured task graph from a YAML plan?

To generate a structured task graph from a YAML plan, this Skill parses and transforms YAML-based plan cascades into a machine-readable task model, outputting a dependency-ordered representation in tasks.yml.

What is the best way to automate task management and dependency resolution for project planning?

Automating task management and dependency resolution is achieved by converting FS.GG SDD lifecycle plans into typed task graphs, which structurally orders tasks and reduces manual project planning work.

How do I create cross-references between project tasks and requirements?

Creating cross-references between project tasks and requirements happens automatically during task graph generation, producing schema-validated outputs with stable links to your planning decisions.

Can I use this to parse YAML plan cascades into a machine-readable format?

Yes, you can use this to parse YAML plan cascades, as it specifically transforms them into a machine-readable task model with dependency ordering and requirement cross-references.

Do I need an existing FS.GG SDD lifecycle plan to generate a dependency-ordered task graph?

Yes, you need an existing FS.GG SDD lifecycle plan, because the Skill requires parsing these YAML-based plan cascades to generate the structured, dependency-ordered task graph.

Why are my generated tasks not correctly ordered in the task graph?

Tasks may appear incorrectly ordered if the input YAML plan cascades lack clear dependency definitions, as the Skill relies on parsing these structures to resolve dependencies and sequence the task graph.