What problem does it solve?
This Skill addresses the challenge of starting a new product development project with a structured approach that combines Test-Driven Development (TDD) and Objectives and Key Results (OKF), ensuring quality and efficiency from the outset.
Core Features & Use Cases
- TDD Workflow: Guides the development process with a clear TDD workflow for creating a reliable product with automated testing.
- OKF Implementation: Facilitates the use of OKF to track progress and objectives throughout the project lifecycle.
- Monorepo Structure: Recommends using a monorepo for managing shared packages and maintaining a single source of truth.
- Feature Branching: Emphasizes feature branching for individual features and their corresponding tests.
- Documentation and Reporting: Requires comprehensive documentation of decisions, risks, and lessons learned to maintain project history and ensure reproducibility.
- Use Case: For a new project in CRM_TEAM, this Skill ensures that the product is built incrementally, with a focus on quality and maintainability.
Quick Start
Initialize a new greenfield project using the greenfield-tdd-okf skill to apply the TDD and OKF methodology.