Guides the development process from schema updates to controller implementation.
This skill outlines the standard workflow for implementing new features or modifying existing ones.
Schema Update (if needed):
db-schema-changes skill.Define Domain Unit Tests.
Implement Domain Logic.
app/domain.Write Controller Integration Tests.
Define Service and Dependency Interfaces.
Implement External Dependencies.
app/external.Implement Service Logic.
app/services.TaskEither and fp-ts patterns.Implement Controller Logic.
app/controllers.Code Review
code-review skill to review the code.Use test-runner skill to run tests.
Ensure correctness and prevent regressions before proceeding.
git commit, git stash, or git push directly unless instructed.yarn, not npm or npx.