task-master-viewer

Launch a Streamlit GUI to view and edit Task Master tasks.json files.

34|13|Updated Feb 1, 2022
One-click install
npx skills add https://github.com/sfc-gh-dflippo/snowflake-dbt-demo --skill task-master-viewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-master-viewer
Source: https://github.com/sfc-gh-dflippo/snowflake-dbt-demo/tree/main/.claude/skills/task-master-viewer
Command: npx skills add https://github.com/sfc-gh-dflippo/snowflake-dbt-demo --skill task-master-viewer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the complexity of command-line task management by providing a visual interface for editing and organizing Task Master tasks.json files.

Core Features & Use Cases

  • Visual Task Editor: Browse and edit tasks through an intuitive tree-based interface with status indicators.
  • Hierarchical Organization: Create and manage tasks, subtasks, and nested subtasks with simple ID-based hierarchy.
  • Use Case: Imagine you have a complex project with multiple task dependencies. Use this Skill to visually reorganize the task hierarchy, update statuses, and manage dependencies without typing complex commands.

Quick Start

Use the task-master-viewer skill to launch the visual task editor for managing your Task Master tasks.

Frequently Asked Questions about task-master-viewer

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

FAQPage Schema
How do I edit task hierarchy visually instead of using the command line?

Task-master-viewer launches a Streamlit GUI that displays your tasks.json in a tree-based interface, letting you browse, edit, and reorganize tasks and subtasks through a visual editor instead of CLI commands.

Can I manage nested subtasks and dependencies with a visual interface?

Yes. The Skill provides hierarchical organization where you create and manage tasks, subtasks, and nested subtasks with ID-based relationships through an intuitive tree view with status indicators.

What do I need to run the task management visual editor?

You need Streamlit installed and a browser. The Skill loads your tasks.json file—supporting both modern master format and legacy tags-based structure—and persists changes back to your configured path.

How do I reorganize a complex project's task structure without typing commands?

Use task-master-viewer to visually reorganize the task hierarchy, update statuses, and manage dependencies through the GUI, then the Skill normalizes IDs and saves changes automatically to your tasks.json.

Does the visual editor support both old and new task file formats?

Yes. Task-master-viewer handles both the modern master format and legacy tags-based task structure, normalizing IDs consistently when you save edits.