feature

Orchestrate feature delivery from planning through build, QC, triage, and squashed merge.

Updated Jul 18, 2026
One-click install
npx skills add https://github.com/farzanmrz/beat-radar-agent --skill feature-farzanmrz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature
Source: https://github.com/farzanmrz/beat-radar-agent/tree/main/.claude/skills/feature
Command: npx skills add https://github.com/farzanmrz/beat-radar-agent --skill feature-farzanmrz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill orchestrates a complete feature delivery workflow so a user can move from an idea to a shipped commit without manually coordinating planning, build, quality checks, and merge steps.

Core Features & Use Cases

  • End-to-end orchestration: Guides the full sequence of plan, build, QC, triage, and ship as one controlled flow.
  • Phase delegation: Hands work to specialized phase skills for planning, implementation, verification, and shipping.
  • GitHub issue and branch management: Creates a single feature issue, cuts one feature branch, and closes the loop with a squashed merge to main.
  • Guardrails and gating: Stops at explicit approval gates, enforces clean-tree and branch rules, and keeps scope changes in a single backlog issue.
  • Use case: A product engineer wants to turn a scoped request into a production-ready change with clear checkpoints and minimal manual coordination.

Quick Start

Use the feature skill to take this request from approved plan to shipped commit on main.

Frequently Asked Questions about feature

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a full feature delivery workflow from planning to a squashed merge to main?

You can automate feature delivery by orchestrating the complete sequence from GitHub issue creation and branch management through quality control and a squashed merge to main, stopping at explicit approval gates so you ship without manual phase coordination.

What is the best way to manage a git workflow with gated approvals for a new feature branch?

A gated git workflow enforces clean working tree validation and explicit approval checkpoints before a feature branch progresses. This approach tracks scope changes in a single backlog issue and closes the loop with a squashed merge to main.

Can I use this feature delivery workflow with GitHub issues for backlog tracking?

Yes, the feature delivery workflow requires GitHub issue operations to create a single feature issue, track backlog scope changes, and close the loop. It coordinates git branch control alongside this issue tracking to manage the end-to-end software change.

How does quality control work within an end-to-end feature delivery process?

Quality control within feature delivery works through phase delegation, handing work to specialized verification phases after the build step. The workflow stops at explicit approval gates to enforce branch rules and clean-tree validation before shipping.

Do I need a clean working tree before starting branch management for a new feature?

Yes, a clean working tree is required. The feature delivery workflow enforces clean-tree validation as a guardrail during branch management and gated approvals to ensure the git workflow proceeds without uncommitted conflicts.

When should I not use an orchestrated end-to-end feature delivery workflow?

You should avoid orchestrated end-to-end feature delivery for software changes that do not require issue creation, branch management, gated approvals, or coordinated phase execution, as the workflow is designed for scoped production-ready changes needing clear checkpoints.