
Test generation, coverage analysis, and test strategy
Expert specification-driven development including TDD/BDD integration, living documentation, specification-to-code workflows, and validation strategies
Expert agentic coding methodologies including autonomous AI development, multi-agent systems, and self-improving code generation
Expert BMAD (Breakthrough Method for Agile AI-Driven Development) implementation including role-based agent specialization, structured workflows, living artifacts, and scale-adaptive processes
Expert command-line interface development including argument parsing, subcommands, interactive prompts, and CLI best practices
Expert Domain-Driven Design (DDD) implementation including bounded contexts, ubiquitous language, aggregates, repositories, domain events, and strategic DDD patterns
Docker and Docker Compose operations — build, run, compose, multi-stage
Documentation generation — API docs, READMEs, guides, changelogs
GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
Expert Go language development including idiomatic patterns, concurrency, performance optimization, and ecosystem best practices
OpenSpec workflow management system for creating, planning, implementing, and archiving specification-driven development changes with comprehensive lifecycle management
React component development — hooks, state management, testing
Security scanning, vulnerability assessment, and hardening
Expert software architecture including architectural patterns, system design, scalability, performance, and architectural decision frameworks
Expert software design principles including SOLID, design patterns, system design, and architectural decision making
Specification-driven development workflow tools for creating, analyzing, and implementing feature specifications with automated planning and validation
Tailwind CSS — utility-first styling, responsive design, component patterns
Terraform infrastructure as code — providers, modules, state management
Expert terminal user interface development including interactive console applications, cross-platform TUI libraries, and responsive terminal layouts
Expert Wave multi-agent pipeline orchestrator development including manifest configuration, pipeline authoring, persona management, and CLI operations
React component development — hooks, state management, testing
Test generation, coverage analysis, and test strategy
Docker and Docker Compose operations — build, run, compose, multi-stage
Documentation generation — API docs, READMEs, guides, changelogs
GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
Tailwind CSS — utility-first styling, responsive design, component patterns
Security scanning, vulnerability assessment, and hardening
Terraform infrastructure as code — providers, modules, state management
# /line-preview Read-only preview of what the assembly line would change. Shows what's different on station branches compared to the watched branch — the actual content, not the commit history. No branches are modified. ## When to use Use this skill to see what the assembly line has changed before picking up the changes with `/line-rebase`. ## Procedure All commands below are **read-only** — no branches are checked out, modified, or created. 1. **Read config**: Read `line.yaml` to determin
# /line-rebase Safely pick up changes from the terminal station branch onto the watched branch. ## When to use Use this skill when the line statusline indicates there are commits ready on the terminal station branch that haven't been picked up on the main working branch. ## Procedure Run the deterministic `line rebase` command: ```sh line rebase ``` This performs a safe stash → rebase → unstash sequence. It will: - Stash any uncommitted work - Rebase onto the terminal station branch - Res