Issue tracking and lifecycle management for tac-webbuilder development. This directory organizes issues by their current state in the development workflow.
The issue tracking system is organized into three lifecycle stages:
Issues currently in the planning phase. These issues are being analyzed and specifications are being created.
Status: Planning and specification creation in progress
Issues actively being worked on. Implementation, testing, and review are happening for these issues.
Status: Active development, testing, or code review
Issues that have been successfully implemented, reviewed, merged, and closed.
Status: Merged and closed
Issues move through these stages as they progress:
┌─────────┐ ┌────────┐ ┌───────────┐
│Planning │ --> │ Active │ --> │ Completed │
└─────────┘ └────────┘ └───────────┘
- Issue created in GitHub
sdlc_planneranalyzes the issue- Detailed specification created in
specs/ - Issue documentation added to
issues/planning/
- Implementation begins based on specification
- Issue documentation moved to
issues/active/ - Code changes made in dedicated git worktree
- Tests written and validated
- Pull request created
- Code reviewed and approved
- Pull request merged to main branch
- GitHub issue closed
- Issue documentation moved to
issues/completed/
Currently, these subdirectories are empty and will be populated as issues move through the development lifecycle.
- planning/ - Issues in planning phase
- active/ - Issues being actively worked on
- completed/ - Finished and merged issues
Each issue may have associated documentation:
- Planning notes and analysis
- Implementation progress tracking
- Test results and validation
- Review feedback and resolutions
- Post-completion retrospectives
Issue planning creates detailed specifications stored in the specs/ directory:
- Full specifications:
specs/issue-{number}-adw-{id}-*.md - Patch specifications:
specs/patch/patch-adw-{id}-*.md
These specifications guide implementation and validation.
- Specifications - Detailed implementation plans created by SDLC planner
- Feature Documentation - Completed feature documentation
- ARCHITECTURE - System architecture overview
- GitHub Issues - Live issue tracking