New Feature

Start a new feature with TDD workflow.

musicjunkieg updated 6mo ago
Claude CodeGeneric
View source ↗
Start a new feature with TDD workflow.

1. Create feature branch: `git checkout -b feature/$ARGUMENTS`
2. Create test file in appropriate location based on feature
3. Write failing test that describes the expected behavior
4. Run `cargo test` to verify test fails
5. Implement minimal code to make test pass
6. Iterate until feature is complete
7. Run `/commit` when ready

Maintain New Feature?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[New Feature on getagentictools](https://getagentictools.com/loops/musicjunkieg-new-feature?ref=badge)
npx agentictools info loops/musicjunkieg-new-feature

The second line is the CLI lookup for this page — handy in READMEs and docs.