redblacktree avatar

redblacktree

Community

@redblacktree

4Followers
|
24Public Repos
|
39Published Skills

redblacktree provides git-centric development commands for planning, implementing, validating, and reviewing code changes with Linear ticket integration.

Skills Distribution
DomainDeveloper To...Git Version Contro.. (35%)Implementation Pla.. (30%)Code Review & Pull.. (20%)Issue Tracking & D.. (15%)

Agent Skills by redblacktree

Showing 39 vetted skills indexed across 1 GitHub repositories.

redblacktreeredblacktree
1

source-command-ff-oneshot

Researches a ticket and launches a planning session via slash commands.

Community
Basic
redblacktreeredblacktree
1

source-command-research-codebase

Documents existing codebase structure and behavior through parallel sub-agent research.

Community
Advanced
redblacktreeredblacktree
1

source-command-ff-implement-plan

Implements approved technical plans from thoughts/shared/plans with phase-by-phase verification.

Community
Intermediate
redblacktreeredblacktree
1

source-command-ff-create-plan

Creates detailed implementation plans through interactive codebase research and iterative user feedback.

Community
Advanced
redblacktreeredblacktree
1

source-command-ff-research-codebase

Documents existing codebase structure and behavior through parallel sub-agent research.

Community
Advanced
redblacktreeredblacktree
1

source-command-debug

Diagnose issues by investigating logs, SQLite database state, and git history.

Community
Intermediate
redblacktreeredblacktree
1

source-command-implement-plan

Implements phased technical plans from thoughts/shared/plans with automated and manual verification.

Community
Intermediate
redblacktreeredblacktree
1

source-command-ff-iterate-plan

Updates existing implementation plans based on user feedback and codebase research.

Community
Intermediate
redblacktreeredblacktree
1

source-command-ff-validate-plan

Validates implementation against plan success criteria and generates a structured validation report.

Community
Intermediate
redblacktreeredblacktree
1

source-command-iterate-plan

Updates existing implementation plans based on user feedback and codebase research.

Community
Intermediate
redblacktreeredblacktree
1

source-command-oneshot-plan

Executes ralph plan and implementation slash commands for a given ticket.

Community
Basic
redblacktreeredblacktree
1

source-command-ff-commit

Creates atomic git commits from session changes without Codex attribution.

Community
Basic
redblacktreeredblacktree
1

source-command-resolve-conflicts

Resolves git merge and rebase conflicts through interactive analysis and staged file edits.

Community
Intermediate
redblacktreeredblacktree
1

source-command-ff-oneshot-plan

Executes ralph plan and implementation slash commands for a given ticket.

Community
Basic
redblacktreeredblacktree
1

source-command-resume-handoff

Resumes work from handoff documents by analyzing context and validating current state.

Community
Intermediate
redblacktreeredblacktree
1

source-command-create-handoff

Creates structured handoff documents for transferring work context between agent sessions.

Community
Intermediate
redblacktreeredblacktree
1

source-command-commit

Creates git commits with user approval and no AI attribution.

Community
Basic
redblacktreeredblacktree
1

source-command-ff-debug

Investigate issues by analyzing logs, SQLite database state, and git history.

Community
Intermediate
redblacktreeredblacktree
1

source-command-ff-linear

Create, update, and manage Linear tickets from thoughts documents via MCP tools.

Community
Intermediate
redblacktreeredblacktree
1

source-command-validate-plan

Validates implementation against plan success criteria and generates a structured validation report.

Community
Intermediate
redblacktreeredblacktree
1

source-command-ff-create-handoff

Creates structured handoff documents for transferring work context between agent sessions.

Community
Intermediate
redblacktreeredblacktree
1

source-command-create-plan

Creates detailed implementation plans through interactive codebase research and iterative user feedback.

Community
Advanced
redblacktreeredblacktree
1

source-command-ff-describe-pr

Generates pull request descriptions from repository templates using GitHub CLI.

Community
Intermediate
redblacktreeredblacktree
1

source-command-oneshot

Researches a ticket and launches a planning session via humanlayer CLI.

Community
Basic

Frequently Asked Questions About redblacktree

FAQPage Schema
What tasks can I perform using redblacktree's skills?▼

You can research codebases, create and iterate implementation plans, implement and validate plans, debug issues via logs and git history, resolve merge conflicts, create commits, manage Linear tickets, generate PR descriptions, reply to PR comments, and create or resume session handoff documents.

Who are redblacktree's skills designed for?▼

Software engineers working in git-based repositories who use Linear for ticket tracking and GitHub for pull requests. The skills suit developers practicing plan-driven development with documented research, handoffs between sessions, and structured code review cycles.

How do redblacktree's planning and implementation skills work together?▼

The create-plan skill builds detailed implementation plans through interactive research, stored under thoughts/shared/plans. The implement-plan skill executes those plans with verification, and validate-plan checks the implementation against success criteria, identifying remaining issues.

What prerequisites do redblacktree's skills require?▼

A git repository is required since most skills operate on commits, branches, worktrees, and merge or rebase states. Linear ticket management requires a Linear workspace, and PR description and comment-reply skills require GitHub repository metadata and local diffs.

How do the handoff skills support multi-session work?▼

The create-handoff skill produces a handoff document capturing current work state for transfer to another session. The resume-handoff skill then restores context from that document, performing context analysis and validation so work continues without losing prior progress.