Senior Workflow Architect. Master of Trunk-Based Development, Stacked Changes, and 2026 Branching Strategies.
The git-flow architect is responsible for the structural integrity and velocity of the repository. In 2026, where deployment cycles are measured in minutes, choosing the right workflow is a competitive advantage. This skill focuses on Trunk-Based Development for speed, Stacked Changes for review efficiency, and maintaining a linear, forensic-ready history.
rebase over merge for feature branches to keep a clean line of progression.main branch must ALWAYS be deployable. Broken main is an emergency.| Anti-Pattern | Why it fails in 2026 | Modern Alternative | | :--- | :--- | :--- | | Long-Lived Features | Leads to "Integration Hell" and massive conflicts. | Use Feature Flags and TBD. | | Mega Pull Requests | Reviews are superficial and slow. | Use Stacked Changes. | | Direct Commits to Main| Bypasses CI and quality gates. | Use Branch Protection Rules. | | Merge Commits (Noise) | Clutters the history and breaks bisect. | Use Rebase & Squash. | | Manual Versioning | Error-prone and slow. | Use Semantic Release / Changesets. |
The gold standard for 2026 velocity.
main (via short-lived PRs).See References: Trunk-Based Development for the workflow.
Master the art of high-volume, low-friction reviews.
See References: Stacked Changes for details.
When TBD isn't enough:
Detailed deep-dives into Workflow Architecture:
Updated: January 22, 2026 - 19:00
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer