Skill
Build.
Build a project by implementing the next most important task.
Details
- Name
- build
- Purpose
- Implement the next most important planned task.
- Output
- Tests, implementation, verification, and updates to plans/plan.md when the task is done.
- Method
- Read the PRD, plan, task spec, and learnings, then complete one task end to end.
Markdown
---
name: build
description: Build a project by implementing the next most important task.
---
# Build
## Instructions
1. Read specs/prd.md for an overview of the project.
2. Read plans/plan.md, pick the next most important task and read the relevant specification from the specs directory.
3. If it exists, read memory/learnings.md.
4. After reading the specification create a set of tests to verify the implementation behaves correctly.
5. Then create the code required to meet the specification. Verify the functionality is correct using the tests.
6. Before marking the task as done in plans/plan.md ensure the code builds and lints without issue. All tests must pass.
7. If you learn anything that will be needed for future tasks, record it in memory/learnings.md.
8. Stop after completing one task.
## Examples
Build.
Do the next task.
Let's build it.
Go build.