v1.0.0 - Creative Dolphin 🐬
Release v1.0.0 - Creative Dolphin 🐬
AI-Enhanced Development Workflow Template
What's New
This is the first major release of the AI-Enhanced Python Project Template!
- AI-Powered Development - OpenCode agents for architecture review, TDD, and repository management
- 7-Phase Development Cycle - Feature Definition → Prototype → TDD → Signature Design → Architecture Review → Implementation → Quality Assurance
- SOLID + Object Calisthenics - Enterprise-grade architecture enforcement
- Smart Releases - Hybrid calver versioning with themed release names
Features Added
- Developer Agent - Main 7-phase TDD/BDD workflow
- Architect Agent - SOLID principles and design review
- Repo-Manager Agent - Git operations, PRs, themed releases
- 10+ Development Skills - feature-definition, prototype-script, tdd-bdd, signature-design, implementation, code-quality, git-release, pr-management
- Template Management - Meta agent and skills for managing the template itself
- Comprehensive CI - Template validation, generated project tests, Docker builds
Technology Stack
- Python 3.13+ with UV package manager
- Ruff for linting/formatting
- PyTest + Hypothesis for testing
- MkDocs for documentation
- Docker multi-stage builds
Documentation
Migration
This is the first semantic version release. No breaking changes.
# Generate a new project
cookiecutter gh:nullhack/python-project-template
# Start AI-assisted development
opencode
/init
@developer /skill feature-definition