linear-brasa-executor

Execute pre-planned Linear issues by following Implementation Plans and logging progress.

51|8|Updated Feb 18, 2023
One-click install
npx skills add https://github.com/wilsonfreitas/brasa --skill linear-brasa-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-brasa-executor
Source: https://github.com/wilsonfreitas/brasa/tree/main/.claude/skills/linear-brasa-executor
Command: npx skills add https://github.com/wilsonfreitas/brasa --skill linear-brasa-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end execution of pre-planned Linear issues by faithfully following the defined Implementation Plan, updating the issue with progress, and ensuring all gates pass before marking Done.

Core Features & Use Cases

  • Read the assigned Linear issue and locate its "Implementation Plan" section.
  • Generate and track top-level Todo items per plan step, including nested sub-steps.
  • Update the issue description to reflect completed steps and check-offs, and maintain a single Execution Log that records progress.
  • Drive code changes, log updates, and quality gates (tests, lint, pre-commit) to completion, then finalize the issue as Done.

Quick Start

Invoke this skill to execute the assigned Linear issue plan by stepping through each Implementation Plan item and updating the Execution Log.

Frequently Asked Questions about linear-brasa-executor

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

FAQPage Schema
How do I execute a planned Linear issue end-to-end?

To execute a planned Linear issue, the skill parses its Implementation Plan, generates top-level Todo items, drives code changes, updates the execution log, and runs quality gates before marking it Done.

How does automation handle nested sub-steps in a Linear Implementation Plan?

Linear issue automation handles nested sub-steps by generating and tracking top-level Todo items for each plan step, ensuring every nested requirement is executed and logged in the issue description.

Can I use this to run tests and linting before marking a Linear issue Done?

Yes, you can run tests and linting before marking a Linear issue Done because the skill drives code changes and quality gates like pre-commit checks to completion during the execution workflow.

Does this skill require an existing Implementation Plan in the Linear issue?

Yes, it requires an existing Implementation Plan in the Linear issue because the skill is designed to execute pre-planned issues by faithfully following the defined plan steps and updating the issue description.

What is the best way to maintain an execution log for Linear issue progress?

The best way to maintain an execution log for Linear issue progress is to automate the process, which updates the issue description with completed check-offs and records progress in a single Execution Log.