Files
goplt/docs/content/stories/COMPLETE_TASK_LIST.md
0x1d b4b918cba8
All checks were successful
CI / Test (pull_request) Successful in 27s
CI / Lint (pull_request) Successful in 20s
CI / Build (pull_request) Successful in 16s
CI / Format Check (pull_request) Successful in 2s
docs: ensure newline before lists across docs for MkDocs rendering
2025-11-06 10:56:50 +01:00

5.1 KiB

Complete Task List

This document provides a comprehensive list of all tasks across all epics. Each task has a corresponding detailed file in the epic-specific directories.

Task Organization

Tasks are organized by epic and section. Each task file follows the naming convention: {section}.{subtask}-{description}.md

Epic 0: Project Setup & Foundation

Epic 0 Stories

Epic 1: Core Kernel & Infrastructure

Epic 2: Core Services (Authentication & Authorization)

Epic 3: Module Framework (Feature Services)

Epic 4: Sample Feature Service (Blog Service)

Epic 5: Infrastructure Adapters

Epic 6: Observability & Production Readiness

Epic 7: Testing, Documentation & CI/CD

Epic 8: Advanced Features & Polish

Note: API Gateway is now in Epic 1 (Story 1.8) as core infrastructure, not an advanced feature.

Task Status Tracking

To track task completion:

  1. Update the Status field in each task file
  2. Update checkboxes in the main plan.md
  3. Reference task IDs in commit messages: [0.1.1] Initialize Go module
  4. Link GitHub issues to tasks if using issue tracking

Generating Missing Task Files

A script is available to generate task files from plan.md:

cd docs/tasks
python3 generate_tasks.py

Note: Manually review and refine generated task files as needed.