What problem does it solve?
Orchestrates a disciplined, repeatable coding workflow inside Octopus to replace ad-hoc coding with a structured, auditable process that aligns code changes with quality gates and reviews.
Core Features & Use Cases
- Implements the five practices: TDD loop, plan-before-code, verification-before-completion, simplify pass, and commit cadence, applied automatically to code edits.
- Works alongside existing rules/common/* and doc-lifecycle to coordinate code, docs, and reviews without duplicating rules.
- Supports engagement on feature work, bug fixes, and refactors while maintaining safe, incremental commits and traceable decisions.
Quick Start
Start a code task and follow the five practices—TDD loop, plan-before-code, verification-before-completion, simplify pass, and commit cadence—to guide the change from intention to verified delivery.