tdl
Installation
SKILL.md
Traceable Development Lifecycle (TDL) Skill
Overview
TDL is a template-based development process that ensures complete traceability from requirements to implementation. It supports parallel development by multiple developers or AI agents through random ID generation and distributed traceability.
Key Features
- Random Base36 IDs: 5-character IDs (e.g.,
a3bf2) prevent conflicts in parallel development - Distributed Traceability: Each document maintains its own Links section - no central tracking file
- 5-Phase Workflow: Analysis → Requirements → ADR → Design → Plan & Execution
- Document Templates: Standardized templates for all document types
When to Use This Skill
Use this skill when: