Implement requested feature
implementcommandsetup L2★0
arthurfantaci/graphrag-api-db ↗What it does
Implement feature using TDD with test-first, linting, and type validation
Best for
Python feature development where test coverage and code quality are enforced from the start
Inputs
- · feature description (ARGUMENTS)
Outputs
- · failing test
- · implementation
- · refactored code
- · all tests green
Requires
- · pytest
- · uv
- · ruff
Preconditions
- · Python project with uv/pytest/ruff configured
- · CLAUDE.md project conventions defined
Failure modes
- · test setup fails
- · type hints missing
- · linting fails
- · public function undocumented
- · secrets in code
Trust signals
- · enforces docstrings on public functions
- · runs linting after each file
- · type hints required
- · verification checklist explicit