What problem does it solve?
This SOP guides developers through implementing code tasks using test-driven development within a structured Explore, Plan, Code, Commit workflow. It balances automation with human collaboration and aligns with existing package patterns to maintain readability and extensibility. The agent acts as a Technical Implementation Partner and TDD Coach, generating test scenarios and implementation scaffolds that follow project conventions and prioritize maintainable, idiomatic code.
Core Features & Use Cases
- Guided Explore, Plan, Code, Commit workflow for feature development and refactoring.
- Automatic generation of tests and implementation scaffolds aligned to project patterns, with coaching to ensure quality and consistency.
- Collaborative prompts and feedback loops that help teams maintain readability, extensibility, and adherence to coding standards.
- Use Case: When starting a new feature, the SOP helps define acceptance criteria, generate test cases, scaffold code, and guide commits in a traceable, auditable manner.
Quick Start
Provide task_description and optional context, then run the SOP to begin the guided Explore/Plan/Code/Commit cycle. Review generated tests and scaffolds, adjust requirements if needed, and proceed with implementation and commits.