issue-creation

Create Trellis Project, Epic, Feature, and Task issues from user requests.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/langadventurellc/claude-marketplace --skill issue-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-creation
Source: https://github.com/langadventurellc/claude-marketplace/tree/main/plugins/task-trellis/skills/issue-creation
Command: npx skills add https://github.com/langadventurellc/claude-marketplace --skill issue-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation of Trellis issues (Project, Epic, Feature, Task) by interpreting natural-language requests and producing correctly structured MCP entries. It helps teams avoid inconsistent naming, misaligned hierarchies, and manual, error-prone entry.

Core Features & Use Cases

  • Supports creating all Trellis issue types (Project, Epic, Feature, Task) and ensures proper parent-child relationships when applicable.
  • Determines the appropriate issue type from user intent, executes creation, and stops after the requested level (no automatic downstream creation).
  • Validates inputs against standard patterns and preserves consistent project structure across workflows.

Quick Start

Use the issue-creation skill to create a new Project P-001, then request epics and features to be created within that project in separate steps.

Frequently Asked Questions about issue-creation

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

FAQPage Schema
How do I create Trellis issues automatically from a natural-language request?

To create Trellis issues, this skill interprets natural-language requests to determine the correct issue type (Project, Epic, Feature, or Task). It reads type-specific guidelines and generates structured MCP entries while ensuring proper parent-child relationships across the project hierarchy.

What is the correct hierarchy for setting up Trellis projects, epics, and tasks?

The correct Trellis hierarchy includes Projects, Epics, Features, and Tasks with proper parent-child relationships. The skill enforces this structure by validating inputs against standard patterns and stopping after creating the identified issue type without automatic downstream creation.

Can I create multiple Trellis issue levels, like a project and its epics, at the same time?

No, you cannot create multiple issue levels simultaneously. The skill enforces a rule to stop immediately after creating the identified issue type. You must request downstream issues like epics or tasks in separate steps to maintain proper project structure and avoid misaligned hierarchies.

Why does my Trellis issue creation stop after making a project?

Trellis issue creation stops after making a project because the skill enforces a strict rule to halt execution after creating the identified issue type. This prevents automatic downstream creation, ensuring you validate each level's dependencies and structure before proceeding to the next.

Does this issue creation skill work with existing Trellis projects or only new ones?

The issue creation skill works with both new and existing Trellis projects by interpreting requests and ensuring proper parent-child relationships when applicable. It validates inputs against standard patterns to preserve consistent project structure across workflows, whether adding to existing projects or creating new ones.