generate_adr_todo
Create and sync TDD-focused TODO.md tasks from existing ADRs using a JSON-first approach, linking dependencies and validating architectural rules for structured task management.
Instructions
Generate TDD-focused todo.md from existing ADRs with JSON-first approach: creates structured JSON TODO and syncs to markdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
adrDirectory | No | Directory containing ADR files (optional, uses configured ADR_DIRECTORY if not provided) | |
conversationContext | No | Rich context from the calling LLM about user goals and discussion history | |
createJsonBackup | No | Create backup of existing JSON TODO data before import | |
forceSyncToMarkdown | No | Force sync JSON to markdown even if markdown is newer | |
includeRules | No | Include architectural rules validation in TDD tasks | |
intentId | No | Link generated tasks to specific knowledge graph intent | |
linkAdrs | No | Auto-detect and link ADR dependencies in task creation | |
phase | No | TDD phase: both (default), test (mock test generation), production (implementation after tests) | both |
preserveExisting | No | Preserve existing TODO.md content by merging instead of overwriting | |
ruleSource | No | Source for architectural rules (only used if includeRules is true) | both |
scope | No | Scope of tasks to include | all |
todoPath | No | Path to TODO.md file (relative to project root) | TODO.md |