feature-build

Implement approved feature plans into task-based code with typecheck validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you turn an approved feature plan or a small build request into implemented code without losing structure, dependency order, or review discipline.

Core Features & Use Cases

  • Parallel implementation: Breaks a feature plan into task-sized implementation work and dispatches it efficiently.
  • Fast validation gate: Runs a quick typecheck after each wave so interface breaks are caught early.
  • Targeted review strategy: Reserves deep review for foundational tasks while leaving leaf-task correctness to broader quality checks.
  • Use case: Use this Skill when a feature branch already has an approved plan and you want the build executed with minimal scope creep and clear task tracking.

Quick Start

Ask the assistant to build the approved plan for your feature issue or implement the small requested change.

Frequently Asked Questions about feature-build

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

FAQPage Schema
How do I implement approved feature plans in parallel tasks?

To implement approved feature plans in parallel, this Skill breaks down feature branches into task-sized implementation work, dispatching them efficiently while maintaining dependency order and review discipline.

How does fast typecheck validation work for feature implementation?

Fast typecheck validation runs a quick typecheck after each parallel implementation wave, catching interface breaks early before moving to the next set of tasks within the feature branch.

Do I need pnpm and GitHub issues to build feature branches?

Yes, you need pnpm-based project commands, git, and GitHub issue context to manage build execution and gating when implementing feature plans on a feature branch.

What is the best way to manage code review for parallel implementation tasks?

The best way to manage code review for parallel tasks is using a targeted strategy that reserves deep review for foundational tasks while leaving leaf-task correctness to broader quality checks.

When should I avoid parallel feature implementation on a branch?

You should avoid parallel feature implementation if your feature branch lacks an approved plan, as this Skill limits execution to the stated scope to prevent scope creep and ensure clear tracking.