Files
2025-11-29 17:57:28 +08:00

794 B

description, arguement-hint, allowed-tools
description arguement-hint allowed-tools
Build the codebase based on a plan using structured approach
path-to-plan
Bash, Read, Write, Glob, Grep, Task

Build

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

Variables

PATH_TO_PLAN: $ARGUMENTS

Workflow

1. Initial Setup

  • If no PATH_TO_PLAN is provided, STOP immediately and ask the user to provide it

2. Plan Analysis

  • Read the plan at PATH_TO_PLAN. Think hard about the plan and write the code to implement it into the codebase.

3. Memory Management

  • Document any architectural decisions or patterns discovered

Report

  • Summarize the work you've just done in a concise bullet point list
  • Report the files and total lines changed with git diff --stat