Todo
Microsoft To Do companion built on shared auth, live-verified with WAM and delegated task scopes.
todo --help
RepoMidtown Technology Group
A practical index of Windows-first CLIs, Microsoft 365 helpers, reporting utilities, and shared plumbing maintained in Midtown repos.
Current repos
Grouped for scanning: what talks to Microsoft Graph, what supports operator workflow, and what exists as shared plumbing.
Microsoft To Do companion built on shared auth, live-verified with WAM and delegated task scopes.
todo --help
RepoInbox triage with compact JSON output for notification and follow-up workflows.
.\invoke.ps1 inbox
RepoRead-only agenda snapshots for short-range planning and meeting context.
.\invoke.ps1 agenda
RepoBuild local style guides from Teams and Sent Items, including era and participant-focused cuts.
communication-style --help
RepoMicrosoft 365 file discovery and focused OneDrive actions through delegated Graph.
file-finder --help
RepoStandalone HaloPSA command line workflows for safe operator and automation use.
halocli --help
RepoCalculate the real cost of Teams meetings from participant time and hourly rates.
meeting-cost-tracker --help
RepoExtract decisions and action items from Microsoft Teams transcripts.
meeting-extractor --help
RepoFast capture into notes and workflows with short command aliases intact.
quick-capture --help
RepoTrack work detours in daily Markdown notes so side work stays visible.
detour --help
RepoTurn Greenshot screenshot runs into step-by-step IT documentation.
sop-generator --help
RepoTrack task time with low friction for MSP work logs and daily-note evidence.
time-tracker --help
RepoUnified task view across Logseq notes, including waiting-for aging analysis.
gtd-dashboard --help
RepoValidate knowledge graph links and catch broken wiki-link references.
link-validator --help
RepoAnalyze knowledge notes for topics that are heating up, cooling down, or expanding.
topic-trends --help
RepoGenerate GTD weekly reviews from daily notes and work context.
weekly-review --help
RepoReusable WAM-first auth package for Graph tools with common cache behavior.
mtg-microsoft-auth
RepoMature graph-connected reference implementation for shared Microsoft 365 auth.
work-context-sync --help
RepoPowerShell SecretManagement vault backed by Keeper PowerCommander.
Install-Module
RepoRun paths
Most tools are still source-first. Distribution is tracked here only when the operator path has been proven.
git clone https://github.com/Midtown-Technology-Group/todo.git
cd todo
py -3 -m venv .venv
.\.venv\Scripts\python.exe -m pip install --upgrade pip
.\.venv\Scripts\python.exe -m pip install -e .[dev]winget source add -n mtg-tools -a https://wonderful-pond-03cdbc40f.7.azurestaticapps.net
winget source update
# todo is published in the private feed at 0.1.1House rules
Each tool does one operational thing cleanly enough to explain in a sentence.
Graph-connected tools list the delegated surface and avoid pretending admin consent is invisible.
The first supported path matches how Midtown operators actually run these tools.