redblacktree
Community@redblacktree
redblacktree provides git-centric development commands for planning, implementing, validating, and reviewing code changes with Linear ticket integration.
Agent Skills by redblacktree
Showing 39 vetted skills indexed across 1 GitHub repositories.
source-command-ff-oneshot
Researches a ticket and launches a planning session via slash commands.
source-command-research-codebase
Documents existing codebase structure and behavior through parallel sub-agent research.
source-command-ff-implement-plan
Implements approved technical plans from thoughts/shared/plans with phase-by-phase verification.
source-command-ff-create-plan
Creates detailed implementation plans through interactive codebase research and iterative user feedback.
source-command-ff-research-codebase
Documents existing codebase structure and behavior through parallel sub-agent research.
source-command-debug
Diagnose issues by investigating logs, SQLite database state, and git history.
source-command-implement-plan
Implements phased technical plans from thoughts/shared/plans with automated and manual verification.
source-command-ff-iterate-plan
Updates existing implementation plans based on user feedback and codebase research.
source-command-ff-validate-plan
Validates implementation against plan success criteria and generates a structured validation report.
source-command-iterate-plan
Updates existing implementation plans based on user feedback and codebase research.
source-command-oneshot-plan
Executes ralph plan and implementation slash commands for a given ticket.
source-command-ff-commit
Creates atomic git commits from session changes without Codex attribution.
source-command-resolve-conflicts
Resolves git merge and rebase conflicts through interactive analysis and staged file edits.
source-command-ff-oneshot-plan
Executes ralph plan and implementation slash commands for a given ticket.
source-command-resume-handoff
Resumes work from handoff documents by analyzing context and validating current state.
source-command-create-handoff
Creates structured handoff documents for transferring work context between agent sessions.
source-command-commit
Creates git commits with user approval and no AI attribution.
source-command-ff-debug
Investigate issues by analyzing logs, SQLite database state, and git history.
source-command-ff-linear
Create, update, and manage Linear tickets from thoughts documents via MCP tools.
source-command-validate-plan
Validates implementation against plan success criteria and generates a structured validation report.
source-command-ff-create-handoff
Creates structured handoff documents for transferring work context between agent sessions.
source-command-create-plan
Creates detailed implementation plans through interactive codebase research and iterative user feedback.
source-command-ff-describe-pr
Generates pull request descriptions from repository templates using GitHub CLI.
source-command-oneshot
Researches a ticket and launches a planning session via humanlayer CLI.
Frequently Asked Questions About redblacktree
FAQPage SchemaWhat 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.