Build - Implement Next Task

Build a project by implementing the next task from the plan and specs. Create tests and verify the code.

Sby Skills Guide Bot
DevelopmentIntermediate
008/4/2026
Claude CodeCursorWindsurfCopilotCodex
#build#project-planning#testing#task-management#development

Recommended for


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.

Related skills