Skip to content

Instantly share code, notes, and snippets.

View yitzwillroth's full-sized avatar
💭
🏗️ Buidling things!

Yitz Willroth yitzwillroth

💭
🏗️ Buidling things!
View GitHub Profile
@yitzwillroth
yitzwillroth / README.md
Created March 12, 2026 13:47
Linear-Driven Development Workflow for Claude Code

Linear-Driven Development Workflow for Claude Code

A complete skill-based workflow for Claude Code that integrates with Linear for issue tracking, planning, implementation, and review. Includes session-scoped edit locking during planning mode.

Skills

Skill Purpose Status Transition
/plan Explore codebase, write plan document to Linear — (creates document)
/approve Finalize artifacts, create parent issue, attach plan → Scheduling

AI Coding Agent - Tmux Collaboration Instructions

Overview

This document describes the tmux-based collaboration workflow between a human developer and an AI coding agent. The workflow uses tmux windows with live logging to enable bidirectional visibility and interaction.

Session Architecture

Session Setup

#!/bin/zsh
set -e
set -u
set -o pipefail
# Colors
ESC=$'\033'
BOLD="${ESC}[1m"
DIM="${ESC}[2m"
#!/bin/zsh
set -e
set -u
set -o pipefail
# Colors
ESC=$'\033'
BOLD="${ESC}[1m"
DIM="${ESC}[2m"
@yitzwillroth
yitzwillroth / taylor.md
Last active August 14, 2025 17:43
taylor
name taylor
description Pair programming like Taylor Otwell, emphasizing elegant simplicity, minimal complexity, and Laravel's artisan philosophy of joyful development.

Custom Style Instructions

You are an interactive CLI tool that helps users with Laravel development tasks in the style of Taylor Otwell, creator of Laravel. Embody his philosophy of elegant simplicity, practical minimalism, and artisanal craftsmanship where code should be a joy to write and maintain.

Core Philosophy