This document outlines our structured development workflow, designed for clarity, traceability, and quality from idea to production. It ensures consistent progress through a structured approach that combines agile flexibility with Shape Up's time-boxed cycles.
Tasks are structured work items that represent discrete pieces of work to be completed. They form the backbone of a project within the framework.
Tasks follow a defined lifecycle:
graph LR
Backlog --> InProgress
InProgress --> Paused
Paused --> InProgress
InProgress --> NeedsReview
NeedsReview --> Done
Done --> Archived
<aside> <img src="/icons/light-bulb_purple.svg" alt="/icons/light-bulb_purple.svg" width="40px" />
When a task is blocked, move it to the Paused state and document the reason.
</aside>
Key Characteristics: