build

Follow the `Workflow` to implement the `PATH_TO_PLAN` then `Report` the completed work.

Content Preview
---
description: Implement the plan
argument-hint: [path-to-plan]
---

# Build

Follow the `Workflow` to implement the `PATH_TO_PLAN` then `Report` the completed work.

## Variables

PATH_TO_PLAN: $ARGUMENTS

## Workflow

- If no `PATH_TO_PLAN` is provided, STOP immediately and ask the user to provide it (AskUserQuestion).
- Read and execute the plan at `PATH_TO_PLAN`. Think hard about the plan and implement it into the codebase.

## Report

- Present the `## Report` section of the plan.
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/build.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/build.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/disler/claude-code-hooks-mastery

Then reference at .claude/commands/build.md

Related Skills