create-task

Generate detailed implementation tasks from minimal intent via codebase research.

1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/ahrav/Gossip-rs --skill create-task-ahrav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-task
Source: https://github.com/ahrav/Gossip-rs/tree/main/.claude/skills/create-task
Command: npx skills add https://github.com/ahrav/Gossip-rs --skill create-task-ahrav

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed and well-researched tasks, significantly reducing the effort required by developers to define and scope new work.

Core Features & Use Cases

  • Automated Research: Scans the codebase to gather relevant context, affected files, and potential code snippets.
  • Task Linking: Identifies and links related existing tasks to prevent duplication and manage dependencies.
  • Structured Descriptions: Generates comprehensive task descriptions following a predefined template, ensuring all necessary information is present for an implementing agent.
  • Use Case: When you need to fix a bug, you can provide a brief description like "Fix off-by-one in window boundary check", and the skill will research the codebase, find the relevant files and code snippets, identify related tasks, and produce a complete task ready for an agent to implement.

Quick Start

Use the create-task skill to create a bug task with the title "Fix off-by-one in window boundary check" and priority 1.

Frequently Asked Questions about create-task

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

FAQPage Schema
How do I generate detailed development tasks from a brief bug description?

Generating detailed development tasks from minimal intent involves scanning the codebase to gather relevant context, affected files, and code snippets, which are then compiled into a structured task description ready for an agent to implement.

What is automated codebase analysis for task creation?

Automated codebase analysis for task creation scans your repository to extract affected files and code snippets, ensuring generated development tasks contain sufficient context for efficient agent implementation without manual research.

How do I prevent duplicate tasks when creating new bug fix tickets?

Preventing duplicate tasks during bug fix ticket creation requires identifying and linking related existing tasks, which automated task generation tools handle by scanning the codebase and matching new intent against current issues.

Can I use automated task generation for refactoring and feature development?

Automated task generation supports refactoring and feature development by leveraging code analysis and existing task discovery to transform minimal intent into structured, comprehensive descriptions for any type of codebase work.

Does automated task creation work without manual code research?

Automated task creation eliminates manual code research by independently scanning the codebase to gather context, identify affected files, and extract code snippets, producing self-contained tasks that provide sufficient information for efficient agent execution.