start-task

Creates a git branch, generates documentation artifacts, and analyzes the codebase.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/furrycolombia-sys/candyshop --skill start-task-furrycolombia-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-task
Source: https://github.com/furrycolombia-sys/candyshop/tree/main/.agents/skills/start-task
Command: npx skills add https://github.com/furrycolombia-sys/candyshop --skill start-task-furrycolombia-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initializes a new task by creating a dedicated git branch, generating documentation artifacts, and performing automatic codebase analysis to align with Claude-driven workflows.

Core Features & Use Cases

  • Create a dedicated git branch for the new task to isolate work and enable clean reviews.
  • Generate initial documentation artifacts (e.g., task notes, changelog scaffolding, and README outlines) to accelerate onboarding.
  • Perform automatic codebase analysis to inform task scope, dependencies, and risk assessment, while referencing the canonical Claude workflow source when needed.

Quick Start

Invoke the start-task skill to initialize a new task with a git branch, documentation artifacts, and automatic codebase analysis.

Frequently Asked Questions about start-task

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

FAQPage Schema
How do I automate git branch creation and task documentation with Claude?

To automate git branch creation and task documentation with Claude, you can use a workflow skill that creates a dedicated branch, generates initial notes and changelog scaffolding, and runs an automated codebase analysis.

What is automated codebase analysis for task onboarding?

Automated codebase analysis for task onboarding is the process of scanning your local repository to inform task scope, identify dependencies, and assess risks before starting development.

Do I need a local git repository to generate task documentation and run code analysis?

Yes, you need a valid local git repository context to generate task documentation and run code analysis, because the workflow validates preconditions and references the canonical source before executing.

What's the best way to start a new development task with Claude-guided workflows?

The best way to start a new development task with Claude-guided workflows is to invoke an initiation skill that isolates work on a dedicated git branch and scaffolds README outlines for clean reviews.

Can I use Claude to scaffold changelog and README outlines across multiple projects?

Yes, you can use Claude to scaffold changelog and README outlines across multiple projects, as the task initiation workflow is applicable to software development environments requiring onboarding documentation.

Why does task initiation fail when validating preconditions in a local repository?

Task initiation fails when validating preconditions if the local repository context is invalid or the canonical workflow source at the expected path cannot be referenced before executing branch creation.