| name | build |
| description | Build a project by implementing the next most important task. |
Build
Instructions
- Read specs/prd.md for an overview of the project.
- Read plans/plan.md, pick the next most important task and read the relevant specification from the specs directory.
- If it exists, read memory/learnings.md.
- After reading the specification create a set of tests to verify the implementation behaves correctly.
- Then create the code required to meet the specification. Verify the functionality is correct using the tests.
- Before marking the task as done in plans/plan.md ensure the code builds and lints without issue. All tests must pass.
- If you learn anything that will be needed for future tasks, record it in memory/learnings.md.
- Stop after completing one task.
Examples
Build.
Do the next task.
Let's build it.
Go build.