AlphaAlpha Docs

Tasks & Agile

Agile project management with sprints, epics, features, and a Kanban board for tracking work across your team

Tasks & Agile Module

The Tasks & Agile module provides a full agile project management toolkit. Organize work into epics and features, plan sprints, track progress on a Kanban board, and measure team velocity with built-in analytics.

Work Item Hierarchy

Work is organized in a top-down hierarchy. Epics represent large initiatives, features break them into deliverable chunks, and tasks are the individual units of work.

graph TD
    E[Epic] --> F1[Feature]
    E --> F2[Feature]
    F1 --> T1[Task]
    F1 --> T2[Bug]
    F1 --> T3[Story]
    F2 --> T4[Task]
    F2 --> T5[Improvement]
    T1 --> S[Sprint]
    T2 --> S
    T3 --> S
    T4 --> S
    T5 --> S
    S --> R[Release]

Sprint Flow

Sprints follow a defined lifecycle from planning through completion.

graph LR
    A[Backlog Grooming] --> B[Sprint Planning]
    B --> C[Active Sprint]
    C --> D[Daily Standups]
    D --> E[Sprint Review]
    E --> F[Sprint Completed]
    F --> G[Retrospective]
    G --> A

Features

FeatureDescription
ProjectsOrganize work under agile projects with their own backlogs and sprints
Epics & FeaturesGroup related work hierarchically for long-term planning
ReleasesPlan and track software releases with linked features and tasks
SprintsTime-boxed iterations with planning, execution, and review phases
BoardKanban board with drag-and-drop task management across status columns
BacklogPrioritize and groom upcoming work before pulling into sprints
TasksIndividual work items with types, priorities, assignees, and linking
AnalyticsBurndown charts, velocity tracking, and sprint progress metrics

Task Types

TypeUsage
TASKGeneral work items and to-dos
BUGDefects and issues to fix
STORYUser-facing features described from the user's perspective
IMPROVEMENTEnhancements to existing functionality
TICKET_ESCALATIONTasks escalated from the support ticket system

Sections

On this page