kramme:linear:implement-issue

Automate Linear issue implementation from fetch through branch setup and planning.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-linear-implement-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:linear:implement-issue
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Alinear%3Aimplement-issue
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-linear-implement-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end Linear issue implementation workflow, handling issue retrieval, branch setup, context parsing, codebase exploration, and a guided execution plan to translate product requirements into concrete software changes.

Core Features & Use Cases

  • Automated Issue Initialization: Fetches Linear issue details and associated comments to seed planning.
  • Mandatory Branch Setup: Creates or checks out the recommended branch and verifies state before proceeding.
  • Contextual Planning: Parses the issue description to identify user stories, acceptance criteria, and technical notes.
  • Codebase Exploration: Performs a thorough exploration of the repository to map tasks to existing patterns and files.
  • Guided Execution: Produces an actionable plan and optional prompts to drive implementation.

Quick Start

Example commands:

  • /kramme:linear:implement-issue WAN-123
  • After starting, the agent will fetch the issue, propose a branch name, and guide you through planning and execution steps.

Frequently Asked Questions about kramme:linear:implement-issue

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

FAQPage Schema
How do I automate Linear issue implementation from planning to code changes?

Automating Linear issue implementation involves fetching issue details, establishing a dedicated branch, parsing context, exploring the codebase, and generating a guided execution plan. This process translates product requirements into concrete software changes deterministically.

What is the best way to set up a branch workflow for Linear issues?

Setting up a branch workflow for Linear issues requires a mandatory branch creation or checkout step before proceeding. This formalized approach verifies the repository state and ensures a deterministic sequence from issue retrieval to execution.

Can I use this issue implementation approach to parse acceptance criteria and user stories?

Yes, contextual planning parses the Linear issue description to identify user stories, acceptance criteria, and technical notes. This extracted context seeds the planning phase and maps directly to existing codebase patterns and files.

Does automated Linear issue implementation work without additional dependencies?

Automated Linear issue implementation works without additional dependencies, operating independently to fetch issue data and orchestrate the workflow. It relies solely on Linear's data and your codebase to drive the guided execution.

How do I map codebase patterns to Linear issue tasks during planning?

Mapping codebase patterns to Linear issue tasks requires thorough repository exploration to identify existing files and architectures. This exploration informs the guided execution plan, ensuring proposed software changes align with current codebase conventions.