issue-implementation

Claim and implement a single Trellis task with research-first workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers immediately claim and implement a Trellis task within the Task Trellis workflow, ensuring focused work on a single task with mandatory research and planning before coding.

Core Features & Use Cases

  • Single Task Focus: Claim and implement a specific Trellis task or automatically pick the next available eligible task.
  • Research & Plan Guidance: Read parent issues for context, plan steps, verify file paths and conventions, and maintain traceability.
  • Execution with Accountability: Implement the task following the Research & Plan flow and log progress. For multi-task features or Epics, use issue-implementation-orchestration instead.

Quick Start

Ask the AI to claim and implement a Trellis task, optionally specifying a Task ID (e.g., T-create-user-model) and Scope.

Frequently Asked Questions about issue-implementation

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

FAQPage Schema
How do I claim and implement a Trellis task end-to-end?

To claim and implement a Trellis task, use the claim_task tool to take ownership of a specific task or automatically pick the next eligible one, then follow the research-first workflow to plan and execute your coding work.

What is the research-first workflow for task implementation?

The research-first workflow requires reading the parent issue for context, verifying file paths and conventions, and planning implementation steps before writing any code, ensuring traceability and accountability throughout the task execution.

Can I use this skill to manage multiple tasks or an entire epic?

No, this skill is strictly for single task focus and cannot manage multiple tasks or epics. For multi-task features or epics, you must use the issue-implementation-orchestration skill instead to coordinate the broader workflow.

Does implementing a Trellis task require specific state management tools?

Yes, task implementation requires using claim_task, get_issue, and complete_task tools to manage task state, log progress, and track file changes while enforcing the research and planning workflow within the Trellis system.

When should I not use this single task implementation approach?

You should not use this approach when your work spans multiple tasks, features, or epics. It applies only to individual tasks, so switch to issue-implementation-orchestration when broader project coordination is needed.

How do I log progress and file changes during task execution?

You log progress and file changes during task execution by using the related Trellis tools to manage task state and maintain logs, ensuring your implementation steps remain traceable and accountable from start to completion.