29 lines
794 B
Markdown
29 lines
794 B
Markdown
---
|
|
description: Build the codebase based on a plan using structured approach
|
|
arguement-hint: [path-to-plan]
|
|
allowed-tools: 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` |