Write production Python code
sdesubagentsetup L1★0
DoryZi/ai-dev-team-workflow ↗What it does
Write production-grade Python code
Best for
Staff-level coding when production discipline and maintainability matter over speed.
Inputs
- · feature spec
- · failing tests
Outputs
- · production code
- · updated README
Requires
- · uv
- · Python 3.10+
Preconditions
- · uv lockfile committed
- · Conventions known
- · Tests written first
Failure modes
- · imports missing
- · smoke test fails
- · style violations
Trust signals
- · No test files written
- · Smoke test required
- · Type hints mandatory