What problem does it solve?
This Skill standardizes how engineering work moves from issue to plan, implementation, testing, and merge so teams can deliver changes with fewer surprises, stronger quality gates, and clearer accountability.
Core Features & Use Cases
- Agent-first workflow: Starts work from a structured issue, then plans before coding and validates before merging.
- Test-driven delivery: Promotes writing tests first, keeping fixes rooted at the cause, and using CI as the primary quality signal.
- GitHub Flow and CI/CD guidance: Helps with branching, pull requests, release automation, and environment promotion for application and platform repositories.
- Platform and Kubernetes practices: Includes ksail-based cluster workflows, manifest validation, scanning, and Testkube-driven integration and end-to-end testing.
- Use case: A developer can use this Skill to design a safe implementation plan for a new feature, define the required tests, and confirm the release path before opening a pull request.
Quick Start
Use the ways-of-working skill to plan this engineering task, define the tests and quality gates, and guide the implementation through review-ready delivery.