taskflow-integration

Detect TaskFlow availability and enable optional task tracking for WebGen projects.

Updated Dec 13, 2025
One-click install
npx skills add https://github.com/gaurangrshah/gsc-plugins --skill taskflow-integration
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: taskflow-integration
Source: https://github.com/gaurangrshah/gsc-plugins/tree/main/plugins/webgen/skills/taskflow-integration
Command: npx skills add https://github.com/gaurangrshah/gsc-plugins --skill taskflow-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TaskFlow availability can complicate WebGen workflows; this skill offers an optional, non-breaking way to add task tracking when TaskFlow is present, while leaving WebGen fully functional without it.

Core Features & Use Cases

  • Optional TaskFlow integration that activates when the TaskFlow plugin is detected.
  • Non-breaking: WebGen runs the same with or without TaskFlow, with enhanced project tracking when available.
  • Session-wide context and task orchestration via commands like /task-init, /task-status, /task-list, and /task-next to manage PRD-driven tasks.

Quick Start

Enable TaskFlow integration for your WebGen project when TaskFlow is detected and you are prompted during a session.

Frequently Asked Questions about taskflow-integration

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

FAQPage Schema
How do I add task tracking to WebGen projects without breaking existing workflows?โ–ผ

TaskFlow integration enables optional task tracking for WebGen projects by detecting TaskFlow availability and applying graceful degradation. WebGen runs fully functional without TaskFlow, but when detected, it activates PRD parsing and phase-based progress tracking.

What commands are available for managing tasks in a WebGen project session?โ–ผ

Task management commands include /task-init to initialize tracking, /task-status to check progress, /task-list to display tasks, and /task-next to orchestrate the next task. These commands manage PRD-driven tasks and store integration state in the session context.

Does WebGen require TaskFlow to be installed for project initialization?โ–ผ

WebGen does not require TaskFlow for project initialization. The integration uses graceful degradation, meaning WebGen remains fully functional without TaskFlow and only adds enhanced project tracking when the plugin is available.

What happens when TaskFlow is unavailable during a WebGen session?โ–ผ

When TaskFlow is unavailable, WebGen gracefully handles the failure and continues operating normally without task tracking features. The graceful degradation mechanism ensures no disruption to WebGen functionality, only skipping PRD parsing and phase-based progress tracking.

Can I parse PRDs and track phase-based progress in WebGen without TaskFlow?โ–ผ

PRD parsing and phase-based progress tracking require TaskFlow to be detected in your WebGen environment. Without TaskFlow, these features are unavailable, but WebGen itself remains fully functional for project initialization and ongoing sessions.