task

Save uncommitted work, create branches, and show a workspace dashboard before building.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Digication/claude-blueprint --skill task-digication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task
Source: https://github.com/Digication/claude-blueprint/tree/main/.claude/skills/task
Command: npx skills add https://github.com/Digication/claude-blueprint --skill task-digication

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents lost work and context confusion when switching tasks by safely saving uncommitted work, creating clean branches, and surfacing a dashboard before you start building.

Core Features & Use Cases

  • Safely save uncommitted changes and prepare the workspace before switching tasks.
  • Create and switch to task-specific branches with safe handling of dirty work.
  • Show a concise workspace dashboard summarizing active work, stashed changes, and implementation plans.

Quick Start

Start a new task with a description to prepare the workspace and begin safe development.

Frequently Asked Questions about task

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

FAQPage Schema
How do I safely save uncommitted git changes before switching tasks?

To safely save uncommitted git changes before switching tasks, this Skill stashes your dirty workspace and creates a clean, task-specific branch. This prevents lost work and context confusion by securing your current state before you start building.

What is the best way to manage context switching across Claude Code sessions?

Managing context switching across Claude Code sessions is done by saving uncommitted work, creating branches, and surfacing a project dashboard. This coordinates workspace safety so you can pause and resume development predictably.

How do I start a new task with a clean git workspace?

To start a new task with a clean git workspace, provide a task description. The Skill will prepare the workspace by safely handling uncommitted work and creating a new branch before you begin development.

Can I view a dashboard of my active git branches and stashed changes?

Yes, you can view a dashboard of active work, stashed changes, and implementation plans. The workspace dashboard summarizes your current state to help you track progress across multiple software tasks.

Does this task management Skill require any external dependencies?

No, this task management Skill requires no external dependencies. It coordinates workspace safety entirely through git-based actions like stashing and branch creation within your existing environment.