What problem does it solve?
This Skill addresses the complexity of implementing non-trivial features in glm-code by providing a structured workflow that covers requirements, design, testing, and iteration.
Core Features & Use Cases
- End-to-End Workflow: Covers investigation, design, E2E test planning, dry-run, implementation, verification, code review, and iteration.
- Investigation: Helps understand the current behavior and desired changes.
- Design Documentation: Facilitates the creation of a detailed design doc.
- Test Planning: Utilizes the
e2e-testing skill for comprehensive test planning.
- Implementation: Guides the implementation phase with best practices.
- Verification: Ensures that the feature works as intended through testing.
- Code Review: Streamlines the code review process with a structured approach.
Quick Start
Use the feat-dev skill to initiate the feature development workflow for a new glm-code feature.